Quickstart
Install, configure, and start capturing AI coding sessions in under five minutes.
Get Access
We support both solo developers and teams. Solo accounts use any email. Team orgs require a shared domain (e.g. @acme.com) — all members sign in with their org email.
Install
One command. No root, no sudo, no system-wide changes. Idempotent — safe to re-run.
curl -fsSL https://quickcall.dev/trace/install.sh | bash -s -- <org-slug> <api-key>
Replace <org-slug> and <api-key> with the credentials you received.
The installer will:
- Install
uvif not present - Configure a
quickcallCLI alias - Register a background daemon (launchd on macOS, systemd on Linux)
- Send a heartbeat to verify connectivity
Login
Authenticate with the QuickCall platform from an existing install:
quickcall login
Opens a browser flow to link your device. By default you're logged in as a developer.
Admin access
To register as an org admin (manage team settings, view all sessions):
quickcall login --admin
Admin requests require approval on the platform before taking effect.
Status
Check the daemon, sources, and sync state:
quickcall status
Example output:
QuickCall Trace v0.4.58
Org: acme
Daemon: running · uptime 14h 13m
Server: connected ✓
Source Files Lines Last push
────────────────────────────────────────────────────
Claude Code 930 129,133 1m ago
Codex CLI 9 789 10h ago
Cursor IDE 1 0 27d ago
942 files · 129,922 lines processed
Rate: 4 messages/min · synced 1m ago
Uninstall
Removes the daemon, service registration, and CLI alias:
curl -fsSL https://quickcall.dev/trace/uninstall.sh | sh