Skip to content

chapmanjw/clawdius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

159,991 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Clawdius

Clawdius

A πŸ’Œ love letter to Visual Studio Code, Claude Code, and Clawd.

GitHub stars

Release License: MIT Sponsor

Clawdius is a fork of Visual Studio Code, built and styled around the official Claude Code plugin from Anthropic. On top of the editor you already know, it adds native tools to track your usage, configure Claude Code without hand-editing JSON, estimate what fills your context window, and keep your token spend in check. It works with the Claude Code providers you already have β€” a Claude subscription, AWS Bedrock, Google Vertex, or a custom endpoint β€” and slots into the Claude Code workflows you use today.

The Clawdius welcome screen

Why Clawdius

  • The real Claude Code, not a clone. Clawdius installs Anthropic's official Claude Code plugin from Open VSX on first run and drives it with your existing ~/.claude login. No reimplementation, no second account.
  • Your providers, your terms. A Claude subscription, AWS Bedrock, Google Vertex, or a custom endpoint β€” Clawdius uses whatever your Claude Code is already configured for.
  • Quiet by default. No telemetry, no crash reporting, no marketplace or update pings. The only network traffic is the kind you start, like a Claude turn or an extension you choose to install.
  • Token awareness, built in. See your session and weekly usage at a glance, and know what Claude loads for the file you are editing before you spend on it.

Inside Clawdius

Claude Code, built in

The official Claude Code pane opens in the sidebar, signed in and ready, powered by the same engine as the CLI. Clawdius retires VS Code's Copilot chat and makes Claude the default, so the assistant you reach for is the genuine article.

The Claude Code pane in Clawdius

The Control Center

A native pane that edits your ~/.claude configuration so you never have to touch raw JSON. Each tab maps to a part of Claude Code you would otherwise tune by hand.

Permissions β€” review and edit allow/ask/deny rules and the active permission mode.

The Permissions tab of the Control Center

MCP β€” add, toggle, and inspect Model Context Protocol servers and their tools.

The MCP tab of the Control Center

Skills β€” enable or disable the skills Claude can call on.

The Skills tab of the Control Center

Plugins β€” browse the marketplace and manage installed Claude Code plugins.

The Plugins tab of the Control Center

Hooks β€” wire up lifecycle hooks with a structured editor instead of editing settings by hand.

The Hooks tab of the Control Center

Usage at a glance

A status-bar meter and a full dashboard report your session and weekly token use, computed locally from your Claude Code transcripts. The dashboard breaks usage down by window and model so you can see where your budget goes β€” and it refreshes only when you open it, never in the background.

The Clawdius usage dashboard

Context Budget Inspector

For the file you are editing, the inspector lists what Claude actually loads β€” memory, rules, and skills β€” split into what applies every turn, what loads on demand, and what is skipped, each with an estimated token cost. It also shows the measured cached prefix from your last session, so the estimate has a real number to stand next to.

The Context Budget Inspector

Install

Grab the build for your platform from the Releases page. Builds are signed (Windows via Azure Trusted Signing, macOS via Apple Developer ID + notarization, Linux via GPG); a new publisher still has little reputation, so your OS may warn on first launch β€” the per-platform steps below cover how to proceed.

Windows

Choose an installer (<arch> is x64 or arm64):

  • ClawdiusSetup-<arch>-<version>.exe β€” the standard installer; installs for the current user, no administrator rights needed. Recommended.
  • ClawdiusSystemSetup-<arch>-<version>.exe β€” installs for all users (requires administrator).
  • Clawdius-win32-<arch>-<version>.zip β€” portable; unzip and run Clawdius.exe.

If SmartScreen warns about an unrecognized app, choose More info β†’ Run anyway.

macOS

Apple Silicon: download Clawdius-darwin-arm64-<version>.dmg. Intel: download Clawdius-darwin-x64-<version>.dmg. Open the .dmg and drag Clawdius into Applications. The app is signed with an Apple Developer ID and notarized; if Gatekeeper still blocks the first launch, right-click the app and choose Open, or clear the quarantine flag:

xattr -dr com.apple.quarantine /Applications/Clawdius.app

Linux

Pick the package for your distribution and architecture (x64 or arm64):

# Debian / Ubuntu  (amd64 for x64 CPUs, arm64 for arm64)
sudo apt install ./clawdius_*_amd64.deb

# Fedora / RHEL / openSUSE  (x86_64 for x64 CPUs, aarch64 for arm64)
sudo dnf install ./clawdius-*.x86_64.rpm

# Portable tarball  (extracts to a VSCode-linux-<arch> folder)
tar -xf Clawdius-linux-x64-*.tar.gz && ./VSCode-linux-x64/bin/clawdius

The .deb and .rpm packages are GPG-signed; hosted apt/rpm repositories are coming.

Snap

# x64 (amd64) shown; arm64 users use ./clawdius_*_arm64.snap
sudo snap install --classic --dangerous ./clawdius_*_amd64.snap

The --dangerous flag is needed until the snap is published to the Snap Store (the store listing is in progress). Both x64 and arm64 snaps are built.

Build from source

Clawdius builds with the upstream VS Code toolchain on Windows, macOS, and Linux. See docs/BUILD.md for the exact prerequisites. In short:

npm ci
npm run compile
./scripts/code.sh      # on Windows: scripts\code.bat

Privacy

Clawdius makes no network call you did not ask for. Telemetry, crash reporting, experiment fetches, and update and marketplace pings are off. Extensions install from Open VSX, and the only outbound traffic is what you initiate β€” a Claude turn, or an extension or update you choose to fetch.

Project documentation

License and trademarks

Clawdius is licensed under the MIT License, the same as Code - OSS; see LICENSE.txt.

"Visual Studio Code", "VS Code", and the Microsoft logos are trademarks of Microsoft and are not used by this fork. "Claude" and "Claude Code" are products of Anthropic. Clawdius is an independent fork β€” not affiliated with, sponsored by, or endorsed by Anthropic or Microsoft.

If Clawdius is useful to you, a ⭐ on the repo helps, and you can sponsor the project to support its development.

Star History

Star History Chart

About

A πŸ’Œ love letter to Visual Studio Code, Claude Code, and Clawd β€” a fork of Visual Studio Code built around Claude Code.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Contributors