Nebutra Foundry is an open-source Startup Agent OS built from Warp.
Foundry is not a replacement for Claude Code, Codex, Cursor, or other coding agents. Those tools answer: how do we complete this code task? Foundry answers: does this task move the startup forward, and what should happen next?
Foundry turns startup context into product roadmaps, coding tasks, launch plans, and growth loops. The product treats the startup as the primary object, not only the repository.
The first version focuses on one founder workflow:
Idea -> Positioning -> Roadmap -> Build -> Launch -> Growth
The MVP agent set is deliberately small:
- Founder Agent: stage judgment, tradeoffs, risks, and next priority.
- Product Agent: MVP boundaries, user stories, and product roadmap.
- Builder Agent: engineering task framing and coding-agent orchestration.
- Growth Agent: launch strategy, public copy, SEO, feedback, and experiments.
Warp provides a mature shell, terminal, command, workspace, and local execution base. Foundry uses that base so the early work can focus on the Startup OS layer instead of rebuilding terminal infrastructure.
The product direction is:
Warp is the terminal base. Foundry is the founder shell.
This repository is at opening stage.
Completed locally:
- Created the
foundry-mvpbranch from upstream Warpmaster. - Replaced visible bundled logos and channel icons with Nebutra assets.
- Renamed app bundle metadata and Linux desktop entries to Nebutra Foundry.
- Added the Foundry product charter, roadmap, and attribution notice.
Not completed yet:
- GitHub fork creation under the Nebutra organization.
- Full local bootstrap, build, run, and presubmit proof.
- Startup Context implementation.
- Founder/Product/Builder/Growth agent workflows.
This codebase currently inherits Warp's Rust-based build workflow:
./script/bootstrap
./script/run
./script/presubmitRead WARP.md for the upstream engineering guide. Foundry-specific product
scope lives in FOUNDRY_CHARTER.md and ROADMAP.md.
Nebutra Foundry is an AGPLv3 open-source fork of Warp. The warpui_core and
warpui crates remain MIT-licensed as described in LICENSE-MIT; the rest of
the repository remains under LICENSE-AGPL unless a file states otherwise.
Nebutra Foundry is not affiliated with Warp Inc. or Denver Technologies, Inc.
Warp trademarks, service names, and original copyright notices belong to their
respective owners. See NOTICE.md for the opening attribution statement.