vercel-labs/just-bash
Bash for Agents observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 99
- Release rhythm 99
- Longevity 18
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 253
- days_rel: 11
- days_push: 7
- n_releases_24m: 22
Adoption not part of the score
4212 stars · 242 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
just-bash is a TypeScript-implemented bash interpreter with an in-memory virtual filesystem, designed to give AI agents a secure, sandboxed shell environment. It supports common unix commands and bash syntax, with optional curl, Python, JS/TS, and sqlite support, and allows defining custom commands in TypeScript.
Use cases
- run bash commands safely inside an AI agent
- sandbox shell execution without a real OS shell
- simulate a filesystem for LLM tool use
- execute unix commands in a browser or Node environment
- give coding agents a terminal tool
- test bash scripts in isolation
When to choose
- you need a secure sandboxed bash environment for AI agents without container overhead
- you want to run shell commands in pure TypeScript/JavaScript
- you need a virtual filesystem shared across shell invocations
- you want to extend the shell with custom TypeScript commands
When to avoid
- you need full, byte-perfect bash compatibility with real system behavior
- you need to execute real binaries or access the actual host filesystem
- you need production-grade guarantees — it is beta software
Facets
library · maturity active
interpreter simulation security agent-framework file-system cli developer-tools artificial-intelligence cross-platform wasm sandboxed-shell virtual-filesystem bash-emulation ai-agent-tools in-memory-fs ai-agents command-line nodejs typescript
2 sources
- readme: https://github.com/vercel-labs/just-bash · fetched 2026-08-28 · 2ef8e550b34b
- homepage: https://justbash.dev/ · fetched 2026-08-29 · 83a11d390ddc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vercel-labs/just-bash | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="vercel-labs/just-bash")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem