Skip to content

Installation

  1. Download the installer:

    https://contextcodedev.iaforged.com/downloads/ContextCode-Setup.exe
  2. Run ContextCode-Setup.exe and follow the wizard (it is a standard NSIS installer: next, next, install).

  3. 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”.

The Windows installer: a few clicks and you are done.
  1. Download the disk image:

    https://contextcodedev.iaforged.com/downloads/ContextCode.dmg
  2. Open it with a double click and drag Context Code into the Applications folder.

  3. 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 with apt pointing 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.deb
    context-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

For a server or a VPS with no graphical environment, the one-line installer:

Ventana de terminal
curl -fsSL https://contextcodedev.iaforged.com/downloads/install.sh | bash

It installs the .deb, verifies its SHA-256 checksum and offers to sign you in. To update, the same command. Then, over SSH:

Ventana de terminal
contextcode chat # the agent in the terminal
contextcode serve --print-qr --public # web/mobile access with QR

All the details are in Context Code from the terminal.

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.

  • 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 .AppImage is the most portable option (on Ubuntu 22.04+ also install libfuse2).
  • 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.

The next step is connecting an AI provider and opening your first project: continue with Your first chat.

Context Code has a phone app that pairs with your PC by scanning a QR code. The details are in Mobile app.