A favicon of OpenComputer

OpenComputer

Deploy TypeScript agents to durable cloud sessions that hibernate when idle, aimed at developers who build agents as code.

Open Source Alternative to:

Screenshot of OpenComputer websiteVisit OpenComputer

OpenComputer turns a cloud agent into ordinary source code. A project holds one or more agents that run in the cloud, so there is no console to click through and no infrastructure to stand up before an agent answers its first request.

The CLI scaffolds a hello world project with an opencomputer directory holding a project file and an agents folder. Deploying in watch mode binds the directory to an account and pushes every edit to a development environment as you make it. A browser application can live in the same repository with its own lifecycle. Sessions themselves run on real Linux machines with a shell, a filesystem, package managers and network access.

The dashboard and the runtime cover the parts of an agent that usually need custom plumbing.

  • Versioned deployments: publishing under an alias creates an immutable release, and earlier ones stay addressable.
  • Project view: the playground, sessions, files, connections, channels, schedules and agent schema are all inspectable.
  • Durable sessions: a session hibernates when idle and resumes where it left off.
  • Scheduling: cron expressions fire an agent without a separate scheduler.
  • Secret handling: credentials are bound to an origin and injected after a request leaves the machine.

The TypeScript CLI is separate from the older Go tool and covers login, agent listing, one-off sessions and named runs. It targets the hosted API by default, with a flag or an environment variable to point somewhere else. Teams that need their own cloud or private network are served by the enterprise tier.

Share:
Details:

Auto-fetched from GitHub .

Ad

 

 
 
 
 

Open source alternatives similar to OpenComputer:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit