SC
ShellClaw GO
Open source · MITv2026.2.1 99.94% uptime
Stars
6.9k
Deploys
64k
Version
2026.2.1
Uptime
99.94%
Runtime
GO
License
MIT
Overview
ShellClaw is a DevOps agent that lives in your terminal. It runs infra tools, reads logs and proposes safe, reviewable diffs — with a dry-run mode so nothing touches production without a human nod.
Key features
- Terminal-native tool execution
- Log reading and summarisation
- Proposes reviewable diffs
- Dry-run mode by default
- Allow-list command sandboxing
Install
$ curl -fsSL get.claws.io/shellclaw | shQuickstart
# 1 - install ShellClaw
curl -fsSL get.claws.io/shellclaw | sh
# 2 - deploy on claws (managed, autoscaled, zero-ops)
claws deploy shellclaw --model gpt-o5-mini
# 3 - or self-host on any VPS
shellclaw serve --port 8080