1
0
Fork 0
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%
Find a file
2026-05-07 22:33:39 +01:00
.cargo Initial public release of Warp. 2026-04-28 08:43:33 -05:00
.config Initial public release of Warp. 2026-04-28 08:43:33 -05:00
.vscode Initial public release of Warp. 2026-04-28 08:43:33 -05:00
app feat: release 1.0 2026-05-07 22:33:39 +01:00
crates feat: release 1.0 2026-05-07 22:33:39 +01:00
docker/linux-dev yeah 2026-04-30 22:24:47 +01:00
resources yeah 2026-04-30 22:24:47 +01:00
script feat: release 1.0 2026-05-07 22:33:39 +01:00
specs Add client-side user setting for agent commit attribution (#9323) 2026-04-28 18:33:15 -04:00
.clippy.toml Initial public release of Warp. 2026-04-28 08:43:33 -05:00
.dockerignore Initial public release of Warp. 2026-04-28 08:43:33 -05:00
.gitattributes Initial public release of Warp. 2026-04-28 08:43:33 -05:00
.gitignore Initial public release of Warp. 2026-04-28 08:43:33 -05:00
.rustfmt.toml Initial public release of Warp. 2026-04-28 08:43:33 -05:00
about.hbs a fresh start 2026-04-30 12:05:34 +01:00
about.toml a fresh start 2026-04-30 12:05:34 +01:00
Cargo.lock feat: release 1.0 2026-05-07 22:33:39 +01:00
Cargo.toml yeah 2026-04-30 22:24:47 +01:00
deny.toml Initial public release of Warp. 2026-04-28 08:43:33 -05:00
diesel.toml Initial public release of Warp. 2026-04-28 08:43:33 -05:00
LICENSE-AGPL feat: release 1.0 2026-05-07 22:33:39 +01:00
LICENSE-MIT feat: release 1.0 2026-05-07 22:33:39 +01:00
README.md feat: release 1.0 2026-05-07 22:33:39 +01:00
rust-toolchain.toml Initial public release of Warp. 2026-04-28 08:43:33 -05:00

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: