forked from mirrors/warp
Tarp is a hard-fork of Warp that strips away all the AI, telemetry, and bloat.
- Rust 98%
- Shell 0.8%
- Python 0.4%
- Objective-C 0.3%
- PowerShell 0.1%
- Other 0.1%
| .cargo | ||
| .config | ||
| .vscode | ||
| app | ||
| crates | ||
| docker/linux-dev | ||
| resources | ||
| script | ||
| specs | ||
| .clippy.toml | ||
| .dockerignore | ||
| .gitattributes | ||
| .gitignore | ||
| .rustfmt.toml | ||
| about.hbs | ||
| about.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| deny.toml | ||
| diesel.toml | ||
| LICENSE-AGPL | ||
| LICENSE-MIT | ||
| README.md | ||
| rust-toolchain.toml | ||
Tarp
Tarp is a fork of Warp and strips out / stubs all the bloat.
The following has been removed / stubbed:
- AI
- Authentication
- Teams
- Billing & Usage
- Referrals
- MCP Servers
- All Oz references (Warp's AI Platform)
- All agent based keyboard shortcuts
- All agent based slash commands
- AI onboarding slide
- Experiments
Why?
Because I want a terminal that makes life easier, that looks nice and doesn't spy on me. Terminals are meant to be a local-only tool, let's keep it that way.
Building
To build and run Tarp from source:
./script/bootstrap # platform-specific setup
./script/run # build and run Tarp
./script/presubmit # fmt, clippy, and tests
Licensing
Tarp inherits Warp's licensing. The UI framework (the warpui_core and warpui crates) are licensed under the MIT license.
The rest of the code in this repository is licensed under the AGPL v3.
Open Source Dependencies
We'd like to call out a few of the open source dependencies that have helped get off the ground: