Skip to main content

Quickstart

Install, configure, and start capturing AI coding sessions in under five minutes.


Get Access

Request closed beta access

We’ll review your request and send credentials within 1 hour.

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:

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