Get Pairlens · Browser · macOS · Windows · Linux

It runs on your desk, not ours.

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.

Price
Free forever
Account
Not required
License
Source-available
Updates
Automatic

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.

Launch the terminal

or install the desktop app

Download for macOS

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

Three moves on macOS, then you’re trading.

01

Open the .dmg

Double-click the file you just downloaded. A window opens with Pairlens beside your Applications folder.

02

Drag it across

Drop Pairlens into Applications. That is the entire install; nothing is written outside that folder.

03

Launch it

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.

01

Run the setup

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.

02

Get past SmartScreen

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.

03

Open from the Start menu

Pairlens keeps itself current from then on; new versions install on the next launch.

01

Pick a format

The AppImage you just downloaded runs anywhere without installing. On Debian and Ubuntu the .deb integrates better; Fedora takes the .rpm.

02

Install the .deb

apt resolves the dependencies for you.

sudo apt install ./Pairlens-Linux.deb
03

Or run the AppImage

Mark it executable once, then launch it like any other binary.

chmod +x Pairlens-Linux.AppImage

For 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 toolchain
  1. 1git clone https://github.com/Pairlens/trading-terminal

    Clone the monorepo

  2. 2cd pairlens && bun install

    Install workspace dependencies

  3. 3bun run dev:desktop

    Launch the Tauri desktop app (requires the Rust toolchain)

No Rust toolchain? bun run dev serves the terminal in your browser at localhost:3000 instead.