Open the .dmg
Double-click the file you just downloaded. A window opens with Pairlens beside your Applications folder.
Get Pairlens · Browser · macOS · Windows · Linux
Open it in your browser and start in seconds, or install the desktop build for the full local experience. No account either way, and every build ships from public CI and keeps itself up to date.
Nothing to install
Run Pairlens in your browser.
The same terminal, the same connectors, the same AI assistant. Your keys are encrypted on your own device and never reach a Pairlens server.
or install the desktop app
Apple silicon .dmg · Intel build linked below.exe setup · Windows 10 and 11, 64-bitAppImage · .deb and .rpm linked below
On an Intel Mac? Download the Intel build. Prefer the Windows installer format? Get the .msi. Debian or Fedora native? .deb · .rpm. Need a checksum, an older build or the changelog? Browse all releases.
Download started
Pairlens for macOS is on its way.
Keep this page open: your install steps are right below. Didn’t start? Download again.
On an Intel Mac? Grab the Intel build instead.Prefer the Windows installer format? Get the .msi instead.Debian or Fedora native? Take the .deb or the .rpminstead.
You’re on a phone
The installers need a desk.
The desktop build is for macOS, Windows and Linux, so there’s nothing to install here. The web terminal above opens right where you are. Send yourself this page to set up the desktop app later.
After the download
Double-click the file you just downloaded. A window opens with Pairlens beside your Applications folder.
Drop Pairlens into Applications. That is the entire install; nothing is written outside that folder.
Open Pairlens from Applications. Every build is signed with our Apple Developer ID and notarized by Apple, so macOS opens it without ceremony. Venue keys go to your Keychain when you connect one.
Double-click the setup you just downloaded and pick a folder. Prefer the Windows installer format? The .msi link sits right under the download button.
Windows may warn about an unrecognized app while our builds earn their reputation. Choose More info, then Run anyway. Every build ships from public CI you can read.
Pairlens keeps itself current from then on; new versions install on the next launch.
The AppImage you just downloaded runs anywhere without installing. On Debian and Ubuntu the .deb integrates better; Fedora takes the .rpm.
apt resolves the dependencies for you.
sudo apt install ./Pairlens-Linux.debMark it executable once, then launch it like any other binary.
chmod +x Pairlens-Linux.AppImageFor developers
If you came here to trade, you’re already done: the installer above is the whole thing. The rest of this page is for reading the code and running it yourself.
Bun + Rust toolchaingit clone https://github.com/Pairlens/trading-terminalClone the monorepo
cd pairlens && bun installInstall workspace dependencies
bun run dev:desktopLaunch the Tauri desktop app (requires the Rust toolchain)
No Rust toolchain? bun run dev serves the terminal in your browser at localhost:3000 instead.
One cookie, maybe
Our analytics is anonymous and cookieless. No ads, no cross-site tracking. Accept and a single first-party cookie remembers you between visits. Decline and nothing is stored at all. See the Privacy Policy.