Warp is a blazingly fast, Rust-based GPU-accelerated modern terminal built to make you and your team more productive!
At Warp we are working on a holistic rethink of how the command-line ought to work, building a new Rust-based terminal that keeps what’s best about the CLI while modernizing and upgrading the experience.
Open source
Long ago, when I was still a console newbie, I copied my friend’s bash configuration file. It had all the necessary stuff already included - aliases, colors, and most importantly: a nice prompt setup. I used it on all machines I had access to due to ...

This is how we used tree data structures to build split panes in our terminal app (Warp). - Kevin Yang Most popular command line tools and code editors like VSCode and Tmux support split panes: they provide a handy way for users to visually organize...

Modern UI elements are made up of rectangles styled with rounded corners, gradients, and borders. Why render on the GPU For apps that require fast rendering, such as video processing apps or 3D game apps, using the GPU for rendering is often require...

It’s no secret that people love to customize their UIs. With the rampant adoption of light mode and dark mode and the long history of themes in terminals and IDEs, the power to make your UI fit your functionality or aesthetic needs is huge. Here at W...
