Altclaw is an open-source, single-binary AI agent orchestrator that lets AI models do things — read and write files, run shell commands, query databases, automate browsers, send emails, manage git repos, deploy web apps, and much more — all inside a secure, workspace-scoped sandbox.
Stars
6
Forks
2
Watchers
6
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
21
commits
fix: improve SSH key parsing error logging and disable known_hosts verification for agent runtime
d80d3efView on GitHubfeat: prioritize SSH key authentication in git repository bridge
c7a6028View on GitHubfeat: implement git repository management bridge and add comprehensive suite of git operation tests
b55b422View on GitHubfeat: implement FormData support in fetch and imroved serverjs to mirror fetch api
5af4cdeView on GitHubfeat: implement sub-agent history tracking with token counting and fix browser bridge require
0db3314View on GitHubrefactor: replace unsafe JSON string evaluation with recursive unmarshaling for browser results
12553ebView on GitHubfix: add nil check for workspaces in picker and prevent test hangs by adding timeout to shadow DOM element lookup
921b083View on GitHubrefactor: update documentation and terminology for tunnel-based remote profiles and proxy forwarding capabilities
247115eView on GitHubfeat: implement persistent memory via ```mem blocks and add Windows-specific Chrome process cleanup for browser stability
dacd86cView on GitHubrefactor: centralize IP whitelist enforcement, improve session security, and update API/fetch handling
6e78241View on GitHubfeat: use --userns=keep-id for Podman containers to correctly map host UID/GID
3311280View on GitHubrefactor: convert moduleDirs to lazy accessor in RegisterDoc and restrict sys guard to local execution
07c26abView on GitHubfeat: introduce LogBuffer to engine and server handlers to manage sub-agent logging and prevent stale event propagation
f27ebe5View on GitHubfeat: optimize file watcher performance and implement robust editor synchronization for disk and git restore events.
4fbaefdView on GitHubrefactor: rename .altclaw to .agent and add support for namespaced MCP tools
73c8155View on GitHub