Installation
Windows
Section titled “Windows”-
Download the installer:
https://contextcodedev.iaforged.com/downloads/ContextCode-Setup.exe -
Run
ContextCode-Setup.exeand follow the wizard (it is a standard NSIS installer: next, next, install). -
When it finishes, open Context Code from the Start menu. You will see the splash screen with the logo and the tagline “Create without limits”.
-
Download the disk image:
https://contextcodedev.iaforged.com/downloads/ContextCode.dmg -
Open it with a double click and drag Context Code into the Applications folder.
-
Open the app from Launchpad or from Applications.
Requires macOS 13 (Ventura) or later on a Mac with Apple Silicon (M1, M2, M3, M4…).
There are two formats:
-
.deb— recommended for Ubuntu, Debian, Mint and derivatives. Install it withaptpointing at the file (the./is mandatory; that way dependencies resolve on their own):Ventana de terminal sudo apt install ./context-code-desktop_<versión>_amd64.debcontext-code-desktop -
.AppImage— universal, works on any modern x86_64 distribution (Fedora, Arch, openSUSE, Manjaro…). There is nothing to install: give it execute permission and open it.Ventana de terminal chmod +x context-code-desktop_<versión>_amd64.AppImage./context-code-desktop_<versión>_amd64.AppImage
Linux Server (headless)
Section titled “Linux Server (headless)”For a server or a VPS with no graphical environment, the one-line installer:
curl -fsSL https://contextcodedev.iaforged.com/downloads/install.sh | bashIt installs the .deb, verifies its SHA-256 checksum and offers to sign you in. To update, the same command. Then, over SSH:
contextcode chat # the agent in the terminalcontextcode serve --print-qr --public # web/mobile access with QRAll the details are in Context Code from the terminal.
Android
Section titled “Android”The APK is downloaded from the downloads page, where there is a QR code to install it straight from your phone. Since it doesn’t come from the Play Store, Android will ask for permission once: tap Settings, enable “Allow from this source” for your browser, go back and tap Install. The permission is granted to that app only.
Requirements
Section titled “Requirements”- Windows: 64-bit Windows 10/11 with WebView2 (included in Windows 11).
- macOS: macOS 13 (Ventura) or later, on a Mac with Apple Silicon.
- Linux: a distribution with webkit2gtk 4.1 — Ubuntu 22.04+, Debian 12+ or equivalent. The
.AppImageis the most portable option (on Ubuntu 22.04+ also installlibfuse2). - Android: Android 6 or later.
- You do not need to install Node, Rust or any development tooling: the installer brings everything with it. Since 3.6.0 that includes the engine for the real-time conversation — the voice agent, the server and the models — so that mode works right after installing and with no internet connection.
- To use cloud models you will need an account with the provider you choose; for local models, the more RAM (and GPU) you have, the bigger the models you can run.
After installing
Section titled “After installing”The next step is connecting an AI provider and opening your first project: continue with Your first chat.
Mobile app (optional)
Section titled “Mobile app (optional)”Context Code has a phone app that pairs with your PC by scanning a QR code. The details are in Mobile app.