Built for agents, not humans.

An ergonomic standard and runtime for building and running apps that agents love.

 agios

apps[3]{name,summary}:
  browser,Built-in browser for web automation
  terminal,Built-in terminal for interactive shell sessions
  tasks,Built-in task tracking using local files

help[2]:
  Run `agios <name>` to see an app's current state
  Run `agios <name> help` to see all commands for an app

Install

Setup

Install AGI OS, then initialize it in your project.

macOS / Linux

curl -fsSL https://agios.sh/install.sh | sh

Windows (PowerShell)

irm https://agios.sh/install.ps1 | iex

Initialize a project

agios init