#373 · Primary category: AI Agents & Automation
just-bash
Bash for Agents
Project last updated:08/29/26
GitHub Stars
4.2K
Forks
242
Contributors
33
License
Other
Why we included this project
Agents that need to run shell commands usually face a hard safety problem: how do you let the model touch a real shell without letting it wreck the machine? just-bash sidesteps that by simulating a bash environment in memory. It's a TypeScript package with a virtual filesystem, so an agent can create files, pipe output through grep or jq, query sqlite, and run Python or JavaScript code, all inside a sandbox that never touches the host. Each exec() call resets the shell state while the filesystem persists, which keeps sessions coherent. It installs from npm and accepts custom TypeScript commands. The project is beta and its security model is documented, so check the isolation boundaries before production use, but for prototyping agent tool use it's a solid choice.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
openclaw
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
hermes-agent
The agent that grows with you
n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
deepseek-harness
DeepSeek Harness: Everything is a Plugin.
AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.