Private beta

Drive Claude Code on your servers from your phone.

One curl line on the box, biometric pairing in the app, then chat with the agent from anywhere. No inbound port. No DNS. Your code never leaves your server.

Install on any Linux server

curl -fsSL https://drisse.app/install | bash

Drops a Go binary in /usr/local/bin/drisse-agent, installs a systemd unit, generates an Ed25519 keypair, then prints a pairing URL you open in the iOS app.

What it does

BYO-server

The agent dials out to the Drisse edge over HTTPS. No port to open, no DNS to configure, no Cloudflare account. Works behind any firewall or NAT.

Biometric approvals

Every shell command, edit, or write triggers a Face ID prompt on your phone before it runs. You let claude code freely on safe stuff and gate the dangerous parts.

Streaming chat

See claude reason, read files, run tools in real time. No polling, no tail latency. Same UX as the desktop CLI, redesigned for mobile.

Cryptographic identity

Each server gets an Ed25519 cert signed by your Drisse CA. Revoke a server in one tap and its cert is invalidated immediately. No shared bearer tokens.

How it works

  1. Install the agent. Paste the curl line on any Linux box (amd64 / arm64). Takes 10 seconds — downloads the binary, registers a systemd service, starts it.
  2. Open the URL on your iPhone. The agent prints a drisse://p/<id> link. Tap it (or paste in the app). Drisse fetches the server fingerprint and shows a confirm screen.
  3. Approve with Face ID. Drisse signs your decision and the edge issues a fresh cert to the agent. Server appears in the fleet view, online.
  4. Talk to claude. Tap the server, type a prompt. Claude reads files, runs tools, writes code in real time on your machine. Your phone sees every step.