strukto-ai/mirage

The World's First Virtual Terminal for AI Agents

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 21 minutes ago
Added to GitGenius on September 19th, 2026
Created on May 6th, 2026
Open Issues & Pull Requests: 77 (+0)
GitHub issues: Enabled
Number of forks: 269
Total Stargazers: 3,644 (+0)
Total Subscribers: 9 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.4 days
Mean response time: 26.8 days
90th percentile: 94.8 days
Tracked items: 233

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 13% of issues opened in the past year have never received a reply. 84% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "commands" is answered fastest, typically in about 2 days, while "phase-1" waits about 3 months. 28% of tracked open issues have had no activity in three months. 79% of issues opened in the past year have been closed, leaving a working backlog.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 59
New in 7 days: 35
Closed in 7 days: 20
Avg open age: 47 days
Stale 30+ days: 25
Stale 90+ days: 15

Recent activity

Opened in 7 days: 28
Closed in 7 days: 17
Comments in 7 days: 0
Events in 7 days: 1

Top labels

  • roadmap (36)
  • enhancement (31)
  • phase-1 (27)
  • bug (25)
  • commands (13)
  • design (7)
  • lane:foundation (5)
  • feature (4)

Detailed Description

Mirage is a virtual terminal for AI agents that provides a sandboxed environment where language models can execute commands and interact with filesystems safely.

The tool addresses the challenge of giving AI agents reliable access to computational tools while maintaining security and cost efficiency. It accomplishes this through a virtual filesystem that provides broad data context, virtualized command-line interfaces that give agents flexibility in tool use, and dynamic runtimes that reduce infrastructure costs and token consumption. The architecture includes fine-grained access controls that let developers restrict what actions an agent can perform and what information it can observe, creating a controlled sandbox where agents can operate without risking the underlying system.

Mirage suits teams building AI agent applications that need to execute code or access file systems safely. It works with multiple AI platforms and languages, offering Python and TypeScript implementations. The tool is particularly valuable for applications where you need to balance agent capability with security constraints, or where you want to reduce the computational overhead of agent operations. It integrates with popular agent frameworks and LLM providers, making it accessible whether you are building with Claude, OpenAI, or other language models.

The project maintains active development with regular updates and engagement across multiple communication channels. Documentation is comprehensive and available in multiple languages. The tool is distributed through standard package managers for both Python and TypeScript ecosystems, making integration straightforward for developers in either environment.