← Back to Home

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.

What you can build

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:

Research assistant

Crawl sources, extract structured data, store findings in long-term memory, and produce a summary — all on a schedule.

File processor

Watch a folder, run Python transformations on new files (CSV parsing, image resizing, PDF extraction), and version the results with git.

Price / content monitor

Use the headless browser to check a page on a schedule and notify you when something changes.

Custom MCP tool server

Expose your own tools via MCP and connect them to the agent from Settings → Tools → MCP.

Scheduled data pipeline

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.

Plugin for a new service

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.