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 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
~/.claudelogin. 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.
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.
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.
MCP β add, toggle, and inspect Model Context Protocol servers and their tools.
Skills β enable or disable the skills Claude can call on.
Plugins β browse the marketplace and manage installed Claude Code plugins.
Hooks β wire up lifecycle hooks with a structured editor instead of editing settings by hand.
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.
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.
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.
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 runClawdius.exe.
If SmartScreen warns about an unrecognized app, choose More info β Run anyway.
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.appPick 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/clawdiusThe .deb and .rpm packages are GPG-signed; hosted apt/rpm repositories are coming.
# x64 (amd64) shown; arm64 users use ./clawdius_*_arm64.snap
sudo snap install --classic --dangerous ./clawdius_*_amd64.snapThe --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.
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.batClawdius 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.
- docs/BUILD.md β build and run from source.
- docs/CONTRIBUTING.md β how to contribute.
- docs/SECURITY.md β reporting security issues.
- docs/CHANGES_AGAINST_UPSTREAM.md β every change this fork makes against Code - OSS, and why.
- docs/MERGING.md β how Clawdius tracks and merges newer upstream releases.
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.