Hacker News Clone new | comments | show | ask | jobs | submit | github repologin
Warp terminal – no more login required (www.warp.dev)
61 points by zachlloyd 2 hours ago | hide | past | web | 69 comments | favorite





I remember seeing this terminal emulator, deciding to give it a shot to see what the deal is, and being asked to sign in. I have never uninstalled a program faster in my life.

I think I'll just stick to iTerm.


Never understood why people use iTerm. I know back in the day it was because of the lack of tabs in Terminal.app, but tabs were added long ago and tmux was always a better option for that kind of functionality anyway.

Genuinely curious because I feel like I'm missing something. I tried it again a while ago and still couldn't see anything I couldn't already do.


My Neovim color scheme doesn’t work on Terminal.app. That’s, literally, the only reason I chose iTerm.

Tons of features.

- Multiple profiles

- Logging of terminal output to files

- Regexp search

- Search marks matches in the scrollbar

- Quick jump between prompts — it knows where prompts are in the output, so you can quickly scroll to each position

- Window splitting

- Filtering — like find, but filters the window to only show matches

- Triggers: Do an action such as bouncing the app icon or playing a sound when a text string occurs)

- Status bar: Show the Git branch, current directory, etc. — better than custom prompts

- Preserves windows/tabs on restart/reboot, even current directory and window contents

- Cmd-Click to open files and URLs

I bet Terminal.app has gained some of these features over the years , but it certainly doesn't have have all of them.


For me, it's some very simple things. Like being able to set the alt behaviour separately for left/right alt (so I can have the meta behaviour while still being able to type funky characters)

Can it split windows too and have some simple way to select the content?

Just like arc web browser i think this is the worst business model

I would love to pay for Arc, it makes me happy and productive. Unfortunately, it seems like the number of people willing to do is too small to support VC valuations and they are abandoning the product :(

Do you have a source for that?

https://youtu.be/E9yZ0JusME4 and the CEO on Twitter are the main sources for Arc being in maintenance mode as they work on their new product.

Terminals don't take much effort to maintain compared to a browser. But most browsers rely on the ad revenue. The business models of the old Opera or Arc feel fresh.

Yeah. "Pay us a recurring fee so we don't make your experience worse" is a business model that flat-out doesn't work with power users, I think. Most of us are old enough to have seen our favorite paid software turn into bloated cloud-based subscription software - we don't want different flavors of the same moldy ice cream.

Warp is just something that will, quite honestly, never appeal to me. I don't think the UI is bad, I don't think their featureset is bad, but I also have no desire to use a proprietary terminal app. Tilix is open source and has worked fine for the past 10 years - I'm not giving it up for a chic frosted-glass background and some syntactic eye-candy for bash.


Even then, there are a bunch of fancy terminals with those kinda features, like iterm and wezterm

I personally will pay a subscription for literally every piece of software I use if it means the software makes me more productive. On an hourly basis my time is worth more than $100/hr. That means if a subscription tool is $10/month it only needs to save me 6 minutes of time, per month, to make it worth it.

Hah! I would never, but I guess that's why good options exist for the both of us. If someone pitched me a six-minute timesaver that costs as much as a cup of coffee, I'd gently remind them that I bought an espresso machine years ago.

My fear of paid software mostly stems from not actually owning what I pay for. I know people who are (horrifyingly) unable to use Git without a paid GUI that handles everything for them. If one day they update their computer and it's unsupported, or if the developer quits updating it, they've gotta learn a new UI. I'd rather just learn how to use the original tool quickly, and save myself a few hundred hours with 2 or 3 macros.

To each their own. I've paid for too much software that has gone to shit in the past, and I'm perfectly productive with free tools I can actually own.


I don't know what subculture of developers they're targeting, but I'm definitely not part of it. They should have known that a login on startup is completely unacceptable and detestable to an important segment of developers. Not less how they launched without Linux support.

They have signalled to me, loud and clear, that their product is not for people like me, and I will never try it. Doesn't matter that they've removed the requirement, we've all seen what type of product this is.


And for reference, they acknowledged that this was a problem two years ago but didn't fix it until now. It speaks to either a very lazy development ethic internally, or an outright distrust of their own audience when they speak up. Either way, this is not a product that deserves my telemetry, much less my salary.

You also have to run it as admin. If you don't, it tries to auto-update every day and when it can't presents a big, obnoxious red banner.

[1] https://x.com/WarpSpeedDan/status/1811447481047097788


ha - never heard of this so I downloaded it. Still get presented with a sign up screen but I guess before you couldn't skip? There is a skip option and when you click it it says "are you SURE you want to skip?" - isn't this a technical product for technical users? If they're trying to rehabilitate their image, I certainly can't see being patronizing is the answer. Only thing I'll be skipping is this software.

> isn't this a technical product for technical users?

I would expect a technical user would be immediately skeptical at the value proposition. I can't even trust git to not break itself when I'm using it directly. Throwing in an LLM and natural language sounds like an express elevator to hell.


i am phenomenally skeptical of LLMs as tools that i can apply to my job, and so i say this only to offer a counterpoint - i actually think that warp is the only LLM tool that i like using. i've actually gotten real value out of it that didn't require me doing tons of cleanup or code review on its output.

they did a reasonable job of integrating it with the terminal, of giving you explanations and clear points of review before taking any specific actions on your system, and in general i reasonably trust it won't do anything i don't expect or modify anything critical without asking first - that's been my experience thus far (no guarantees, it's an LLM after all)

for my entire career i've never been much of a bash person, i learn just enough to slice up some text file or something as needed, or put together a build process, and then it all leaves my brain because it's just not something i'm interested in. i used to lean on the tldr manpages pretty extensively when i needed to do a bunch of bulk file processing in the terminal or something.

the case where warp shines is the case where i'd have a folder of text files, or some data i wanted to parse and process real fast, and i'd be thinking "god, i could pull out my little bash reference, or i could throw together a quick python script to get this data in the state i need." i'd say it has an 85% first-time hit rate as far as "i need to modify this file in this way" or "i'd like you to find all the html tags in it with this attribute and extract the values into a list in a text file" or "can you convert all the HTML lists in this document to markdown lists" or "i just downloaded a huge CSV of logs can you just return the count of a certain token on each line in a newline-separated text file." just fast little things i'd either build a utility for, install a plugin for, or poke around online for a website to quickly do.

it's saved me a LOT of time in those cases. i went from only opening it when i wanted to use it for one of those cases to using it full time over the course of a few months and i am cautiously optimistic about it. i was not thrilled about the login requirement, and i'm glad they dropped it.

it also enables justified laziness - i'm doing something in ruby and i haven't used it in a long time, i'm just popping in for a minute - what command do i type to activate a virtual environment? i already know what i want to do, i just don't know the specific incantation off the top of my head. i can just type what i intend to do, and it reminds me of the answer and does it. easy. it also detected which virtual environment tool i'd installed years ago for me, so i got the correct one on the first try.

i obviously can't say whether "optimizing annoying one-off text-munging tasks" is worth the various tradeoffs and sharing data with the company, but it's the only LLM tool i've kept in my workflow after trialing it, and applied specifically to the cases it shines at it does a good enough job to be a time-saver (not my experience with copilot, cursor, so on.) i also wouldn't trust its output in a build process or anything that would be frequently run or impact production data. those are all strikes against it, to be fair.

just my two cents. i'm not gonna hard sell you on this at all - i'm not that passionate about it and only use the free tier - but it's probably the best case i've seen for "LLMs can help you in your job" out of every case i've seen.


For those that have to bounce between Mac and Linux for work/personal reasons, I cannot recommend Kitty terminal enough.

The main thing that's a big of a pain is you'll probably want to set up a scrollback pager (I use neovim as mine but vim works too) so you easily search the terminal output and copy/paste from it.

I use

# https://github.com/kovidgoyal/kitty/issues/719#issuecomment-...

scrollback_pager nvim -u ~/.config/kitty/kitty-scrollback-pager.vimrc -c "silent write! /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer -"

and the scrollback pager vimrc:

``` set nonumber nolist showtabline=0 foldcolumn=0" set clipboard+=unnamedplus autocmd TermOpen * normal G map # ^ map q :qa!<CR> "silent write! /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer - ```


I believe wezterm has that feature already. (Like there anything it doesn't have. :) )

Interesting, I'll have to check it out.

I looked at alacritty but I really like using terminal tabs and the alacritty dev is really really against them and I found the dev's attitude to be more than a bit abrasive.

Not that Kovid (kitty's dev) does not come off the same way sometimes, but I tend to agree with Kovid a lot more.


Wezterm is also pretty good. It’s by far my favorite “new” terminal app I’ve tried.

I really wanted to like wezterm, but on my system it bitches about fonts a lot, and doesn't seem to execute shell rc files properly.

The damage is done. You can't overthrow the king (whether you pledge fealty to iTerm2, PowerShell/WSL, Putty, Hyper ... ) if you have to sign up to get past the castle gates. And in the two years it took to remove the signup, the townsfolk have realized their kings are good enough for what they want to do anyway.

Nothing to add, just wanted to say I really applaud your dedication to that analogy in this comment.

I had more about a drawbridge but it was really too much :)

The fact that they even required a login in the first place is crazy for a terminal. I doubt this is going to convert users that previously didn't use Warp because it required a login.

Warp is still a development tool run by a VC backed company, and history tells us how this will end, despite positive intentions and promises of “we won’t be evil, seriously”.

Other terminals are free, open, and more than good enough, why would I use Warp? I’ll pay for good development tools, it’s not about that at all, it’s just that Warp is a… terminal. I pay for JetBrains because it’s that much better than the free options (my opinion). Is warp that much better than iterm?

I do have an open mind, convince me that warp is worth it, that it is irreplaceable. Convince that I need it even though it will be enshitified like Postman.


I like it. I pay for it. I expect it’ll go to shit when the money tap is turned off but I’m enjoying it while I can. I’d rather see a bunch of VC money subsidise destined-to-fail developer tool businesses than… not, because the technical founders of these companies are typically using VC money to pay for things they want to make and at least some of it is open-source.

Warp is good, it’s a step up from iterm for people who spend a bunch of time in the terminal but don’t want to invest their brain power into emacs or vim or whatever is real nerd software nowadays. $25/month is basically free for the amount of time I use it. I’d pay $25/month for anything that makes my life marginally easier.


$25/month is “basically free”?

in the context of software engineering, yes.

It's more than I pay for IDEA Ultimate.

From the absurdly CPU-intensive landing page it seems the novelty is mainly some network storage and an LLM-integration, things I already have several of in my terminals on my work computer. I switch over to them in the blink of an eye because my window manager is extremely responsive and keeping their output localised and not split up in a single pseudo-conversation in my current main terminal is a perk, not a bug.


I... it's a terminal. Free and completely functional alternatives have existed since xTerm hit public release back in the '80s.

Am I going insane? Why would you pay for this unless you have a workplace humiliation fetish?


There is free furniture on Craigslist.

I don’t care if a tool is free or paid, I care if it is going to make my life better. You can sit in the office laughing at me for paying to use software, I’m not bothered, because I won’t be in the office to hear the laughter, as I’ll be using all the time I’ve saved to do something I want to do.

Pay me $250k/year to write code and I’ll spend $5k of that on a paid for editor and a paid for terminal and a paid for git client and a paid for database client and a paid for rest client and a paid for shortcut app so that I can go home at 3pm every day and spend my remaining $245k on the things I care about instead of being stuck in the office micromanaging my vim configuration so that the nerds will respect me.


Look at their landing page. Instead of switching to a web browser or LLM-shell when you want to query out how to generate some boilerplate you can just type it into your terminal and you'll get responses there without having to resort to Ctrl+C, Ctrl+V, like we troglodytes do.

I like it and enjoy it right now. I don't have anything locked into it so if it goes to hell, I can go back to iTerm.

Too late.

indeed

Recently I started using wave terminal [1] which has a somehow better ux and is also open source. It provides free access to GPT-4o mini (which is free for all without login I know) which ia handy for quick searches. It is working separate from your files and doesn't interact with it which is good compromise in my opinion.

[1] https://github.com/wavetermdev/waveterm


I've now tried Warp twice (once off the back of this post).

Switching back to iTerm2 again because of https://github.com/warpdotdev/Warp/issues/1811

I like the sound of the other two features (rich text editing and automatic AI commands) but the muscle-memory cost is too high.


Warp is great - I use it as my daily terminal. The best features are being able to edit commands, chunking the output into blocks and AI generated commands at your fingertips.

To people who are using Warp: what makes you choose it over the alternatives?

If I'm remembering correctly, I was using iTerm before Warp. I listened to some of the devs on the Changelog podcast and it seemed worth checking out. At the time, iTerm was getting really heavy and slow for me and I was losing a day every few months tracking down the cause. Warp was immediately faster and prettier so I stuck with it. They're also super fast with updates and responsive on Github with issues.

I honestly don't use many of their features besides being able to ask the LLM for how to do something random in git and getting the answer without leaving the terminal. The way they organize each command+response into blocks is also cool for readability and copy/pasting.


/r

Can I (yet) just press tab and have it inspect my PATH variable for completable items?

That is literally the only reason I gave up on it.


Spyware? In my terminal? It's more likely than you think!

My daily driver for a few months now, even after trying Rio/Ghostty/Wezterm... Favorite feature is the notification when a long running command has finished. I wish I could hook any command there...

This is possible using hooks in shells such as zsh regardless of what terminal emulator you're using.

I set up notifications for a command finishing in my fish config. If you're interested in how it's set up.

https://github.com/yonatan8070/dotfiles/blob/master/fish/.co...


your terminal should not have RPC . I've been going the other direction, even replacing BASH with DASH , it's 90% smaller

The older I get, the more appreciation I have for simple tools. Terminal is certainly one of those tools that I want to stay simple.

Good luck to the team, not for me.


Still using xterm, don't plan on stopping anytime soon. It's not the simplest terminal in the world, not by any means... but it's never blown my foot off and I can trust to just work.

Too late? I feel dirty because I went against my morals and did give you a fake email address the first time around, but now you do this, so what the heck? I also have been trailing out waveterm [1], which is open source and can be used without telemetry or logins. Mike from wave was really nice to chat with and ultimately that's what I decided to use.

[1] waveterm.dev


Can JS/TS based terminal be competitive?

Great tool, daily driver for me and most of my team

I would like to know what folks are doing that requires a high performance terminal.

I don't think I'm much more productive at Terminal.app in 2024 than I was in 386 Linux console-connected to other computer via 14400 dial-up in 1999.


Yeah, I uninstalled it sharpish after being asked to set up an account. I have no compelling reason to dump iTerm2.

bind keys please!

+1, bindkeys will be the final feature to make it feel fully fledged for me. But signing out is also nice now

People on HN are so ludicrously out of touch. Yes we all wish we could live in Hackerville and spend all day tweaking config files to customize our ultra fast rendering OSS terminal emulators. In the real world most people are not using terminals for the sake of fooling around with config files, they are trying to accomplish real tasks. For these people, paying for a terminal or using something that is login-gated is completely fine and acceptable if it makes you even 1% more productive. This is Warp's market. If you don't like it, go back to Wezterm or iTerm2 or whatever. Nobody has a gun to your head, those tools will always exist.

Western config takes like 2 seconds. And out of the box it's pretty, easy to use and fast.

Also let's be real. All the default terminals are great and fast enough for typical use cases, the only ones that really care about GPU accelerated terminals are the ones that use editors in the terminal, so they're going to be customizing everything anyway.


Yes, absolutely. I personally use Wezterm. I also use the VS Code built-in terminal pretty heavily. Do I use it out of some ideological hard line against applications that require a login or cost money? No. Would I be open to a terminal application that made my life easier in some ways? Sure. I'm not sure they'll get my money, but it's pretty easy to imagine there would be a market for it.

If that were true they wouldn't have made a desperate move like this.

Ah yes they are doing this out of the goodness of their hearts!

Not because they aren't attracting enough users or something. No you see because that might require you to be at least a little wrong. So that can't be true.

Also most people have really good metrics and telemetry to measure their productivity and are really good at telling what makes them productive and how to invest in it.

No you see, don't worry, it is HN that is out of touch, not you.


> For these people, paying for a terminal or using something that is login-gated is completely fine

Those people don't use a terminal.


Exactly right. Warp have defined their market as vanishingly small here.

Yes they absolutely do. If you think otherwise you are mistaken - the HN commentariat is not representative.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: