Hi HN community,
I’m Zach, founder and CEO of Warp, and am excited to show you Warp, a fast Rust-based terminal that’s easy to use and built for teams. As of today, Warp is in public beta and any Mac user can download it. It works with bash, zsh, and fish.
The terminal’s teletype-like interface has made it hard for the CLI to thrive. After 20 years of programming, I still find it hard to copy a command’s output; I always forget how to use `tar`; and I always have to relearn how to move my cursor. To fix fundamental accessibility issues, I believe we need to start innovating on the terminal, and keep pushing further into the world of shells, ultimately ending up with a better integrated experience.
At Warp we are building a Rust-based terminal that keeps what’s best about the CLI while modernizing the experience. We’ve built
1) An input area that works just like a code editor: selections, cursor positioning and completion menus
2) Grouped commands and outputs: so you can easily copy, search, and share terminal outputs
3) AI-powered Command Generation and Community-sourced Workflows [0]: so you can find useful commands without leaving the terminal
4) The ability to share your outputs with teammates: no more pasting long unformatted code into Slack
5) Project Workflows: save your team’s common commands into your project so your teammates can run them from Warp
See a demo here: [1]
We built Warp in Rust with GPU-accelerated graphics, and along the way we built our own UI framework, a text editor that’s a CRDT, and an out-of-the-box theming system. You can learn more here [2]. Huge thanks to our early collaborators: Atom co-founder Nathan Sobo, Nushell co-founder Andres Robalino, and Fish shell lead developer Peter Ammon.
We are planning to first open-source our Rust UI framework, and then parts and potentially all of our client. As of now, the community has already been contributing new themes [3]. And we’ve just opened a repository for the community to contribute common useful commands. [4]
Our business model is to make the terminal so useful for individuals that their companies will want to pay for the team features. We will never sell your data.
We are calling today’s release a “beta” because we know there are still some issues to smooth out. You will notice that a log-in is required and that we do collect usage data and crash reports. We do so to enable team features and also to keep improving the product. Post-beta, we will allow users to opt out of usage data. You can see our privacy policy here [5].
While it is a “beta”, we are confident that even today the experience is meaningfully better than in other terminals. If you use a Mac, please give it a shot at warp.dev and let us know how it goes. Otherwise, sign up here [6] to be notified when Warp is ready for your platform.
Join our community on Discord [7] and follow us on Twitter [8]
Let me know what you think! Ask me anything!
[0] https://docs.warp.dev/features/workflows
[1] https://youtu.be/X0LzWAVlOC0
[2] https://blog.warp.dev/how-warp-works/
[3] https://github.com/warpdotdev/themes
[4] https://github.com/warpdotdev/workflows
[5] https://warp.dev/privacy
[6] https://github.com/warpdotdev/warp/issues/120 and https://github.com/warpdotdev/Warp/issues/204
[7] warp.dev/discord
[8] twitter.com/warpdotdev
But the one thing that really excites me is to have a full team working full-time on building the terminal that developers want to use. They're doing real user research, talking to developers, and taking feedback in forums like HN seriously - and using up millions of VC-dollars building a new version of this fundamentally important core utility. I'd much rather have that VC money go toward an attempt at a better terminal than some ML or web3 startup.
I think this doesn't usually happen? All the terminal emulators I've used usually open-source projects developed in someone's free time. Don't get me wrong, projects like Alacritty, urxvt, xterm, Terminator etc. are amazing for the funding they have (I think mostly $0?), but I'm super excited to see what a cohesive terminal based on real UX research can look like.