open-webui/open-terminal

A computer you can curl ⚡

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 56 minutes ago
Added to GitGenius on September 21st, 2026
Created on February 10th, 2026
Open Issues & Pull Requests: 59 (+0)
GitHub issues: Enabled
Number of forks: 280
Total Stargazers: 3,225 (+2)
Total Subscribers: 22 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.9 hours
Mean response time: 7.5 days
90th percentile: 24.2 days
Tracked items: 82

How this project is maintained

Roughly one issue in five opened in the past year never receives a reply. 94% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 69% of issues opened in the past year have been closed, leaving a working backlog. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 35
New in 7 days: 4
Closed in 7 days: 2
Avg open age: 80 days
Stale 30+ days: 20
Stale 90+ days: 8

Recent activity

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

Top labels

  • bug (1)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

Open Terminal is a remote command execution interface that exposes a computer's terminal as an HTTP API.

The tool solves the problem of programmatically controlling a remote machine by providing curl-accessible endpoints for executing shell commands and retrieving results. Rather than managing SSH connections or custom protocols, users send HTTP requests to interact with a terminal session, making it straightforward to integrate machine control into applications, scripts, or agentic AI workflows.

Open Terminal suits projects where you need to execute arbitrary commands on a remote system through standard HTTP calls. This includes automation scripts, AI agent backends that require tool use capabilities, or any scenario where you want to expose terminal access via a simple web interface. The approach of wrapping terminal functionality in HTTP makes it accessible from any environment that can make web requests, without requiring specialized client libraries.

The project shows active development with regular commits addressing functionality and improvements. The codebase maintains responsiveness to issues and pull requests, indicating ongoing maintenance and engagement with users. Development activity reflects a focus on keeping the tool functional and responsive to community needs.