Skip to content

lawsmd/cortex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

579 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cortex

Cortex is a personal fork of Warp — a customization and convenience layer for people who like Warp's terminal and IDE features but want fewer of its AI / Oz Agent bits.

Tab appearance and agent-state animations

Cortex tab states reflecting agent activity

Cortex tabs visually reflect the state of the CLI agent running inside each session. Only Claude Code is supported for now.

Custom Theme Library

Cortex theme picker with Favorites and Recents

Cortex bundles a large collection of terminal color schemes from four open-source community projects (Gogh, iTerm2-Color-Schemes, base16, terminal.sexy) into a searchable picker, with the option to star favorites. See Credits below.

Saved projects

Cortex saved-projects picker with sub-projects

A persistent saved-projects list lives in the vertical tab sidebar. Add a project once, then open a new session into it from the "+" picker any time after. Projects can also declare sub-projects — useful for monorepos and config trees where you frequently bounce between related working directories.

Cortex Settings panel

Every Cortex-exclusive feature is individually toggleable, so you can dial Cortex anywhere from "just upstream Warp" to "fully customized" without forking again. The toggles live in a dedicated settings pane (separate from Warp's own settings), grouped into sections.

Installation

Cortex builds from source with Warp's existing build scripts.

macOS / Linux

./script/bootstrap     # one-time dependency setup
./script/run           # build and launch

Windows (PowerShell)

.\script\windows\bootstrap.ps1              # one-time dependency setup
cargo run --bin warp-oss --features gui     # build and launch

That's the whole flow. See WARP.md for Warp's engineering guide, or CLAUDE.md if you want to develop Cortex itself.

Credits

  • Warp — the terminal Cortex sits on top of. None of this exists without their work, and especially their decision to open-source the client. Cortex inherits Warp's license split (MIT for warpui_core and warpui, AGPL-3.0 for the rest).

  • Color themes — bundled from four open-source community libraries:

    Each theme's display name preserves its source tag (e.g. "3024 (base16)", "Adventure Time (Gogh)"). The hand-curated default themes shipped with Warp are separate from this bundled library.

License

Cortex inherits Warp's licensing. The warpui_core and warpui crates are MIT; everything else is AGPL-3.0.

Issues and contributions

Cortex doesn't ship with formal support, but I use it every day and I'm open to looking at issues or PRs that touch Cortex-specific code — no promises on response time. For bugs in upstream Warp behavior, file at warpdotdev/warp.

About

Warp is an agentic development environment, born out of the terminal.

Resources

License

AGPL-3.0, MIT licenses found

Licenses found

AGPL-3.0
LICENSE-AGPL
MIT
LICENSE-MIT

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 97.8%
  • Shell 0.8%
  • Python 0.5%
  • PowerShell 0.3%
  • Objective-C 0.3%
  • HTML 0.1%
  • Other 0.2%