Projects built with Forge OS.
No community projects yet — Forge OS is in alpha.
Built something? Open a pull request or file an issue on GitHub and we'll feature it here.
Forge OS gives the agent Python 3.11, a headless browser, a file workspace, cron/alarms, git, and MCP. Here are some directions worth exploring:
Crawl sources, extract structured data, store findings in long-term memory, and produce a summary — all on a schedule.
Watch a folder, run Python transformations on new files (CSV parsing, image resizing, PDF extraction), and version the results with git.
Use the headless browser to check a page on a schedule and notify you when something changes.
Expose your own tools via MCP and connect them to the agent from Settings → Tools → MCP.
Fetch data from an API, process it with pandas, write results to a file, and push to a git repo — all triggered by a cron job.
Write a Python plugin that wraps any API and gives the agent a new tool. Install it from the Plugins screen or have the agent generate it mid-loop.