vercel-labs/just-bash

Bash for Agents

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 hour ago
Added to GitGenius on September 16th, 2026
Created on December 23rd, 2025
Open Issues & Pull Requests: 132 (+2)
GitHub issues: Enabled
Number of forks: 256
Total Stargazers: 4,289 (+0)
Total Subscribers: 10 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.1 days
Mean response time: 12.9 days
90th percentile: 35.0 days
Tracked items: 57

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in three opened in the past year never receives a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 59% of tracked open issues have had no activity in three months. Only 46% of issues opened in the past year have been closed. Three people close 84% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 51
New in 7 days: 3
Closed in 7 days: 1
Avg open age: 121 days
Stale 30+ days: 39
Stale 90+ days: 30

Recent activity

Opened in 7 days: 3
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Detailed Description

just-bash is a simulated bash environment with a virtual filesystem designed for use by agents.

The tool addresses the need for agents to execute bash commands safely without access to the actual host system. It provides a contained environment where bash operations run against a virtual filesystem rather than real system resources, enabling agents to perform file operations, command execution, and shell interactions in a sandboxed context.

Developers should consider just-bash when building agent systems that require bash command execution capabilities but need isolation from the host machine. It suits projects where agents need to manipulate files, run scripts, or interact with a filesystem-like interface without risking damage to actual system resources. The tool is particularly valuable for agent frameworks, testing scenarios, and applications where controlled bash simulation is preferable to direct system access.

The project is organized as a monorepo using pnpm workspaces, with the core just-bash package housed in a dedicated subdirectory alongside examples. Development activity shows active maintenance with per-package test infrastructure including WebAssembly-specific test commands, indicating the codebase is structured for modular development and testing across different runtime targets.