Tested on Apple silicon with macOS 26.5.2. This preview build is not notarized; the Terminal instructions below download and verify it directly.
Install from Terminal
Run these commands in an empty folder. The checksum verifies the download before it is extracted.
Terminal
curl -fLO https://claudash.app/downloads/claudash-0.1.0-darwin-arm64.tar.gz
curl -fLO https://claudash.app/downloads/claudash-0.1.0-darwin-arm64.tar.gz.sha256
shasum -a 256 -c claudash-0.1.0-darwin-arm64.tar.gz.sha256 && \
tar -xzf claudash-0.1.0-darwin-arm64.tar.gz && \
./claudash
Bring in another account
Give it a name. Claudash opens Claude Code’s own sign-in flow and leaves your current login in place.
./claudash account add work --login
Run ./claudash --help to see every command and option.
Before you hop in.
Does Claudash switch accounts automatically?
No. It recommends a next move, and you confirm a hop before the live login changes.
Where do my credentials and history go?
On macOS, account credentials are stored in your Mac’s Keychain. Claudash reads usage from Anthropic and keeps its usage history locally.
Which computers does this download support?
This release is for Apple silicon Macs running macOS 13 or later. It was tested on macOS 26.5.2. Intel Mac, Windows, and Linux downloads are not included in this release.
Is Claudash an Anthropic product?
No. Claudash is an independent tool for people who use Claude. It is not affiliated with or endorsed by Anthropic.