-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.html
More file actions
5 lines (4 loc) · 7.13 KB
/
Copy pathinstall.html
File metadata and controls
5 lines (4 loc) · 7.13 KB
1
2
3
4
5
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Install — 0xCopilot</title><meta name="description" content="Install 0xCopilot from your terminal: one command, no DMG, no installer, no admin rights. macOS and Windows."><meta name="theme-color" content="#f2eddf"><meta name="virtual-protocol-site-verification" content="5d071dc71ea32ea2ed360eb0458d9562"><link rel="canonical" href="https://0xcopilot.tech/install.html"><link rel="icon" type="image/svg+xml" href="./favicon.svg"><link rel="icon" type="image/png" href="./favicon.png"><link rel="apple-touch-icon" href="./apple-touch-icon.png"><meta property="og:type" content="website"><meta property="og:url" content="https://0xcopilot.tech/install.html"><meta property="og:title" content="Install — 0xCopilot"><meta property="og:description" content="Install 0xCopilot from your terminal: one command, no DMG, no installer, no admin rights. macOS and Windows."><meta property="og:image" content="https://0xcopilot.tech/media/og.png"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:site" content="@Copilot0x"><meta name="twitter:image" content="https://0xcopilot.tech/media/og.png"><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wdth,wght@12..96,75..100,300..800&family=DM+Mono:wght@300;400;500&family=Instrument+Serif:ital@0;1&display=swap" rel="stylesheet"><link rel="stylesheet" href="/_astro/Nav.DZXxZWqb.css"><link rel="stylesheet" href="/_astro/operator-pages.CSOdMZtU.css"></head><body class="operator-page install-site"><nav class="nav-operator"><div class="nav wrap"><a class="brand" href="./" aria-label="0xCopilot home"><svg class="mk" viewBox="0 0 400 400" aria-hidden="true"><defs><linearGradient id="tg" x1="0" y1="0" x2="0" y2="1"><stop offset="0" stop-color="#9bd4ff"></stop><stop offset="1" stop-color="#4593d8"></stop></linearGradient></defs><g fill="url(#tg)"><path d="M200 96q46 10 54 60-28-8-54-24Z"></path><path d="M200 96q46 10 54 60-28-8-54-24Z" transform="rotate(60 200 200)"></path><path d="M200 96q46 10 54 60-28-8-54-24Z" transform="rotate(120 200 200)"></path><path d="M200 96q46 10 54 60-28-8-54-24Z" transform="rotate(180 200 200)"></path><path d="M200 96q46 10 54 60-28-8-54-24Z" transform="rotate(240 200 200)"></path><path d="M200 96q46 10 54 60-28-8-54-24Z" transform="rotate(300 200 200)"></path></g><circle cx="200" cy="200" r="30" fill="#0b0a0e"></circle><circle cx="200" cy="200" r="15" fill="#5fb2ec"></circle></svg><span class="wm">0x<b>Copilot</b></span></a><div class="nlinks"><a href="./token.html">Token</a><a href="./docs.html">Docs <sup class="nav-soon">NEW</sup></a><a href="https://github.com/0x-copilot-dev/0x-copilot" target="_blank" rel="noopener noreferrer">GitHub ↗</a><a class="ncta" href="./install.html">Get the app</a></div><details class="nav-mobile"><summary>Menu <span>+</span></summary><div class="nav-mobile-panel"><a href="./token.html"><span>01</span>Token details</a><a href="./docs.html"><span>02</span>Documentation</a><a href="https://github.com/0x-copilot-dev/0x-copilot" target="_blank" rel="noopener noreferrer"><span>03</span>GitHub ↗</a><a class="nav-mobile-cta" href="./install.html"><span>04</span>Get the app ↘</a></div></details></div></nav><header class="hero"><div class="hero-bg"></div><div class="wrap"><span class="pill"><span class="dot"></span> Terminal install · no DMG · no admin</span><h1>Run 0xCopilot from <em>your terminal.</em></h1><p class="sub">Install the <code>copilot</code> CLI with npm or Bun. The first time you run it, it stages a self-contained local runtime and opens the app. Works on <b>macOS and Windows.</b></p><pre class="cmd"><span class="c"># Node 20+ or Bun</span>
<span class="p">$</span> <b>npm install -g @0x-copilot/cli</b>
<span class="c"># …or: bun add -g @0x-copilot/cli</span>
<span class="p">$</span> <b>copilot</b></pre><p class="note">Also available as <code>0xcopilot</code> if <code>copilot</code>collides with something already on your <code>PATH</code>.</p></div></header><section class="sec first-run-section"><div class="wrap"><p class="kick">First run</p><h2>What the first run does.</h2><p class="lede">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.</p><p class="note"><b>No "unidentified developer" or SmartScreen warning.</b> 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 <code>uv</code> install cleanly.</p></div></section><section class="sec"><div class="wrap"><p class="kick">Commands</p><h2>Everything you'll need.</h2><div class="faq cmds"><div class="qa"><div class="q">copilot</div><div class="a">Stage if needed, then open the app.</div></div><div class="qa"><div class="q">copilot install</div><div class="a">Download + stage the runtime without launching.</div></div><div class="qa"><div class="q">copilot doctor</div><div class="a">Check the install and report anything wrong.</div></div><div class="qa"><div class="q">copilot uninstall</div><div class="a">Remove the staged runtime, cache, and local app data.</div></div><div class="qa"><div class="q">npm rm -g @0x-copilot/cli</div><div class="a">Remove the command itself.</div></div></div></div></section><section class="sec"><div class="wrap"><p class="kick">Sign in</p><h2>Connect a wallet — or Google.</h2><p class="lede">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.</p></div></section><section class="sec"><div class="wrap"><p class="kick">Platforms</p><h2>macOS & Windows.</h2><div class="faq"><div class="qa"><div class="q">macOS</div><div class="a">Apple Silicon and Intel.</div></div><div class="qa"><div class="q">Windows</div><div class="a">x64.</div></div><div class="qa"><div class="q">Linux</div><div class="a">Not distributed this way yet — build from <a href="https://github.com/0x-copilot-dev/0x-copilot" rel="noopener">source</a>.</div></div></div></div></section><footer class="operator-footer"><div class="wrap"><div class="frow"><span class="wm" style="font-size:22px">0x<b>Copilot</b></span><div class="flinks"><a href="./">Home</a><a href="./token.html">Token</a><a href="./docs.html">Docs</a><a href="https://app.virtuals.io/virtuals/113720" rel="noopener">Buy $CPILOT ↗</a><a href="https://github.com/0x-copilot-dev/0x-copilot" rel="noopener">GitHub ↗</a><a href="https://discord.com/invite/NhCv7zDkmX" rel="noopener">Discord ↗</a><a href="https://x.com/Copilot0x" rel="noopener">@Copilot0x ↗</a></div></div><div class="foot-b"><span>© 2026 0xCopilot · Ask · Steer · Ship</span><span class="ass">Fully local · BYOK · your keys, your data.</span></div></div></footer></body></html>