Watch Claude Code work in 3D

An open source, live 3D alternative to Claude Code in the terminal. Your repository becomes a map, and you watch Claude read, edit and think across it. For vibecoders and programmers.

Install or update from a terminal

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

Install or update from a terminal

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

Read the view at a glance

Everything on screen is your code. The colors tell you what Claude is doing with it.

Files are spheres
Colored by language and sized by the size of the file.
Directories are bubbles
Nested inside their parents. Scroll toward one to look inside.
Imports are lines
Drawn between whatever holds each end at the level you are looking at.
Claude is the star
It flies to each file Claude Code reads or edits, and the camera can follow it.
  • Read. The file lights cyan as a comet leaves it.
  • Edit. The file pulses amber.
  • Think. Every import line on screen fires.

Watch a real session

Claude Code refactoring a file in Orbit Code, from the first read to the permission card. It runs 1:44.

One panel for the whole session

Real screenshots of Orbit Code working on its own repository.

The Nested view: the packages of the Orbit repository as blue bubbles, with Claude’s star beside them

Directories as bubbles

Scroll into a bubble to open it. Neighboring directories stay as faint rims, so you always know where you are.

Built for how you work

Describe what you want or write every line yourself. Orbit shows the same session from your side.

  • See what Claude touches

    No more guessing which files changed. Reads glow cyan and edits pulse amber, right where those files live.

  • Approve with a click

    Permission requests arrive as cards with plain choices, so you never have to parse a terminal prompt.

  • Prompt from the panel

    Pick a model and effort, attach files or skills, and run several conversations side by side.

  • Take a tour of your code

    Let the camera fly through your project on its own and stop at the files that matter most.

Install or update Orbit Code

Pick where you want it. Each option shows the newest version available and how to keep it current.

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.

All install options

Open source, runs on your machine

Orbit Code is MIT licensed and built in the open. It has no telemetry and runs next to your own Claude Code.

  • MIT licensed

    Read it, fork it, change it, ship it.

  • No telemetry

    Orbit sends nothing anywhere. Claude Code talks to Anthropic exactly as it does in a terminal.

  • One engine, two hosts

    The same core runs in VS Code and in the Electron desktop app.

Open the repository

Questions, answered

Is Orbit Code free?

Yes. Orbit Code is open source under the MIT license, and it runs on your own machine.

Do I need Claude Code?

For the live session, yes. Orbit starts your own claude CLI with your login and settings. Without it you still get the 3D dependency graph.

Does it replace the terminal?

It is a visual way to use it. The same CLI runs underneath, and Orbit shows every read, edit and thought on a live map of your code, with permissions answered in the panel.

Which languages does it understand?

JavaScript and TypeScript, Python, Go, Rust, Java, C#, Swift, PHP, Dart and more, with imports resolved through tsconfig, go.mod, Cargo.toml, pyproject.toml and other manifests.

Which editors does it work with?

VS Code 1.100 or newer, and editors built on it such as Cursor, Windsurf and VSCodium. The desktop app runs on macOS, Windows and Linux without an editor.

Does Orbit send my code anywhere?

Orbit itself has no telemetry and indexes your code locally. Claude Code sends what it needs to Anthropic, exactly as it does in a terminal.

Is Orbit Code made by Anthropic?

No. Orbit Code is an independent open source project. Claude and Claude Code are trademarks of Anthropic.