Install or update Orbit Code

Choose your editor or the desktop app. Versions below are checked against GitHub, the Marketplace, Open VSX and npm every time the site builds.

What you need

  • Claude Code, signed in

    For the live session. Without it you still get the 3D graph of your code.

  • VS Code 1.100 or newer

    Or an editor built on it, such as Cursor, Windsurf or VSCodium. The desktop app needs no editor.

  • git

    For diffs in the file card. The graph works without it.

Pick where to install

One command installs and updates

macOS and Linux

curl -fsSL https://orbit-code.imshaikot.com/install.sh | sh

Windows PowerShell

irm https://orbit-code.imshaikot.com/install.ps1 | iex

Finds every VS Code based editor on your machine and installs the newest build. Run it again whenever you want to update.

Orbit Code for VS Code

Marketplace 0.2.1

Version 0.2.1 on the Visual Studio Marketplace, updated Sep 14, 2026. Needs VS Code 1.100.0 or newer.

  1. Install Claude Code

    Sign in once in a terminal. Orbit starts your own claude CLI, so skip this if you only want the graph.

    Claude Code docs
  2. Install the extension

    Search for Orbit Code in the Extensions view, open the listing in VS Code, or run this in a terminal.

    code --install-extension imshaikot.orbit-code
    Open in VS Code
  3. Open Orbit

    Reload the window, then run Orbit Code: Open from the Command Palette or click the Orbit icon in the activity bar.

Updating

VS Code keeps Marketplace extensions up to date on its own, so there is nothing to do.

Checked Sep 14, 2026.