Install the copilot CLI with npm or Bun. The first time you run it, it stages a self-contained local runtime and opens the app. Works on macOS and Windows.
# Node 20+ or Bun $ npm install -g @0x-copilot/cli # …or: bun add -g @0x-copilot/cli $ copilot
Also available as 0xcopilot if copilotcollides with something already on your PATH.
First run
Staging downloads a pinned, checksum-verified Python and PostgreSQL and installs the app's services on your machine — a few hundred MB, once, cached afterward. On macOS it ad-hoc code-signs everything so it runs on Apple Silicon without an Apple Developer certificate. Every run after that opens instantly.
No "unidentified developer" or SmartScreen warning. The runtime is fetched by your package manager, not a browser — so macOS Gatekeeper and Windows SmartScreen never flag it, the same reason Homebrew and uv install cleanly.
Commands
Sign in
0xCopilot runs fully local. Sign in with an Ethereum wallet (Sign-In-With-Ethereum) or Google; your keys and data stay on your machine. Nothing about the desktop app touches a server you don't run.
Platforms