\

OpenWarp

109 points - today at 2:10 AM

Source
  • hleszek

    today at 12:09 PM

    Please mention and support llama.cpp directly instead of ollama.

    • joelthelion

      today at 11:57 AM

      How does Warp/Openwarp relate to Opencode or Claude code?

      • zachlloyd

        today at 3:58 AM

        Warp founder here. It's cool to see the community excitement here.

        Note that we are going to add bring-your-own-model directly into Warp. Would love interested folks to weigh in on the discussion here: https://github.com/warpdotdev/warp/discussions/9619

          • touristtam

            today at 7:32 AM

            Long overdue - I was all in a few years ago with Warp, but after the last couple of years of not addressing this need, I have moved on from Warp. I now DO NOT see the need to embed AI into the terminal when you can have all sorts of TUI doing the same job.

              • helloplanets

                today at 10:56 AM

                What about when SSHing to an external server, or working in a container?

                  • regularfry

                    today at 11:06 AM

                    Nanobot will happily ssh to a host and do things on it. I'm sure that's just a skill away for pi or opencode.

                      • ytjohn

                        today at 11:51 AM

                        Confirming that Pi can definitely handles this. I've written a harness "factotum" based on pi just for managing my homelab and my radio club's systems. Has absolutely no issue sshing into things remotely, running ansible/helm/kubectl/talosctl commands.

                        There's a few skills, a and an extension to switch inventory. The extension is only needed because I want to switch between the two organizations. It's pretty slick. One of my use cases was just getting my homelab under control. So one of the first tasks I gave it was to go find everything that's running on these hosts, system services, docker compose, kube pods, etc. Builds an inventory, memory, todos.

                        Switches the script from "ai helps me launch more experiments to lose track of" to "organized and back under config management".

                          .pi/factotum/
                          โ”œโ”€โ”€ active-profile
                          โ”œโ”€โ”€ profiles
                          โ”‚   โ”œโ”€โ”€ club
                          โ”‚   โ”‚   โ”œโ”€โ”€ config.yaml
                          โ”‚   โ”‚   โ”œโ”€โ”€ inventory
                          โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ hosts.yaml
                          โ”‚   โ”‚   โ””โ”€โ”€ todos
                          โ”‚   โ”‚       โ”œโ”€โ”€ 22a094a3.md
                          โ”‚   โ”‚       โ”œโ”€โ”€ 427ad844.md
                          โ”‚   โ”‚       โ”œโ”€โ”€ 4c185be7.md
                          โ”‚   โ”‚       โ”œโ”€โ”€ 4d0eea0f.md
                          โ”‚   โ”‚       โ””โ”€โ”€ bcf069a4.md
                          โ”‚   โ”œโ”€โ”€ examples
                          โ”‚   โ”‚   โ”œโ”€โ”€ config.yaml
                          โ”‚   โ”‚   โ””โ”€โ”€ inventory
                          โ”‚   โ”‚       โ””โ”€โ”€ hosts.yaml
                          โ”‚   โ””โ”€โ”€ local
                          โ”‚       โ”œโ”€โ”€ config.yaml
                          โ”‚       โ”œโ”€โ”€ inventory
                          โ”‚       โ”‚   โ””โ”€โ”€ hosts.yaml
                          โ”‚       โ”œโ”€โ”€ memories
                          โ”‚       โ”‚   โ”œโ”€โ”€ axel-services.md
                          โ”‚       โ”‚   โ”œโ”€โ”€ fran-mydiffuser.md
                          โ”‚       โ”‚   โ”œโ”€โ”€ fran-services.md
                          โ”‚       โ”‚   โ”œโ”€โ”€ ruffclus-cluster.md
                          โ”‚       โ”‚   โ””โ”€โ”€ ruffclus-paperless-ngx.md
                          โ”‚       โ””โ”€โ”€ todos
                          โ”‚           โ”œโ”€โ”€ 0f7fd63e.md
                          โ”‚           โ”œโ”€โ”€ 75c82ceb.md
                          โ”‚           โ”œโ”€โ”€ 9cb63594.md
                          โ”‚           โ”œโ”€โ”€ af33e08f.md
                          โ”‚           โ”œโ”€โ”€ ba490542.md
                          โ”‚           โ”œโ”€โ”€ c09c144f.md
                          โ”‚           โ”œโ”€โ”€ c5f7f8a8.md
                          โ”‚           โ””โ”€โ”€ d4c4b287.md
                          โ”œโ”€โ”€ schemas
                          โ”‚   โ”œโ”€โ”€ PROJECT_ARCHITECTURE.md
                          โ”‚   โ””โ”€โ”€ project-architecture.yaml
                          โ”œโ”€โ”€ task-templates
                          โ”‚   โ””โ”€โ”€ host-audit.yaml
                          โ””โ”€โ”€ tools
                              โ””โ”€โ”€ host_audit_runner.sh

                        • embedding-shape

                          today at 11:47 AM

                          Most if not every agent has access to bash or similar, which ssh typically is available. You don't need any bloated skills or anything, as long as you include `host is available via user@10.55` or whatever, and you have authentication properly setup, it'll figure it out.

                      • rutierut

                        today at 11:03 AM

                        This might have changed but Warp was not able to do this without โ€œwarpifyingโ€ the SSH host.

                        • giancarlostoro

                          today at 11:19 AM

                          I meanโ€ฆ Claude Code desktop will SSH into anything and start coding for ya. Which could sound horrifying but if you setup an isolated system for that specifically its not that horrifying.

                  • sudb

                    today at 10:07 AM

                    Makes plenty of sense to upstream this (possibly makes more more than forking, although I suppose it's one way of gauging interest and implementation complexity).

                • avaer

                  today at 3:10 AM

                  I don't use Warp, but it seems to me they did something cool (terminal app), pivoted that attention into a profitable AI play, but a lot of people just wanted the terminal app.

                  Now nobody knows what Warp is anymore, because they want to be an Agentic IDE and that's not what the users want.

                  Do I have that right?

                  I don't see what the point of this OpenWarp fork is though, other than adding more provider support. Couldn't that just be upstreamed?

                    • quasigod

                      today at 3:28 AM

                      Yeah that's pretty much my opinion on warp. I really liked some of the ideas used for the actual terminal side of it. The IDE-like prompt and completions, file tree, vertical tabs, etc. I mostly just wanted a terminal that was trying something new UI/UX wise.

                      Nowadays it just tries to do so much and seems overwhelming. I'll probably still give it a try once it supports Nushell, but I'll need to spend some time disabling a ton of the extra features.

                      • rane

                        today at 10:54 AM

                        Also, great example of why you don't take a terminal that requires login as your daily workhorse. It never ends well.

                          • Cthulhu_

                            today at 11:16 AM

                            That was a mistake they made initially, but iirc they got rid of it after a while.

                        • artyom

                          today at 3:14 AM

                          Yeah, pretty much. I used it, but one day I opened Warp and it looked like a half-baked Cursor.

                          I liked it for the ability to type "git one-liner logs with date and author, no messages" and get the output without having to remember or look for actual formatting parameters.

                          I also get that's too niche of an use case, and not sustainable as a business. But still.

                            • InsideOutSanta

                              today at 5:40 AM

                              FWIW, an open-source clone of that earlier version of Warp called Wave is out there. It seems to be actively maintained and works quite well, in my experience.

                                • cpursley

                                  today at 9:51 AM

                                  Is it Rust or Node/Electron? Thatโ€™s one of the key considerations I have these days; Iโ€™m over bloatware.

                          • arrsingh

                            today at 3:14 AM

                            What was the terminal app though and what was special about it that Ghostty didn't already provide?

                            edit: Found this one article (via google) that talks about the terminal. I guess it was a terminal that you could "prompt" to do things and it would figure out the shell commands.

                            https://thenewstack.io/developer-review-of-warp-for-windows-...

                              • Revanche1367

                                today at 3:46 AM

                                If I recall correctly, warp is older than ghostty. Warp became popular because it was one of the well maintained rust-based terminals, and it had some simple AI features like completions and natural language command recognition. Thatโ€™s why I started using it at least and I liked the dark theme better than that of any other terminal. I barely used the AI features initially but my company pays for it if I want to use it so I started using it occasionally.

                                • touristtam

                                  today at 7:35 AM

                                  Off the top of my head:

                                  - The _block_ system where you could navigate up and down without scrolling the whole buffer rigidly - The tabbing system that actually works and doesn't feel clunky - The command prediction - The workflows (but that's now pretty much dead unless you really do not use AI)

                                    • richrichardsson

                                      today at 11:52 AM

                                      The other thing I really love is the cross-platform support.

                                      I don't have to tweak my usage of the terminal depending which platform I'm on.

                                      I just have to remember to use Ctrl+Shift for copy/paste on Windows/Linux.

                                  • victorbjorklund

                                    today at 7:53 AM

                                    Warp is older than ghostly and warp provides much more functions. Not only AI stuff but better editing of the shell (yea, Iโ€™m sure there is a way to get it in ghostty too), a built in run book where you can save commands (yes, you can say it should not live in the terminal)

                                    Do you need all of them? Maybe not. Maybe. I used warp in the past (before AI) but now just Ghostty. But it required more customization to achieve just some of the stuff warp does.

                                • satvikpendem

                                  today at 3:26 AM

                                  I much rather would use Warp now because I am looking for an agentic IDE, not looking to replace my terminal which I use daily. I don't want to use Cursor or VSCode because it's Electron and can be slow, while Warp has their own custom Rust-based GUI based off an early version of Zed's GPUI so it should similarly be much faster.

                                  • devmor

                                    today at 4:15 AM

                                    I really like Warp, because it looks and behaves the way I want a terminal emulator to. I disable all the AI features though because I donโ€™t find them useful.

                                    If this community fork were to, for example remove all of the AI features, it would be valuable to me.

                                • tyleo

                                  today at 11:35 AM

                                  This is the most broken website Iโ€™ve ever visited on HN. From Safari on iOS:

                                  1. Im getting non-English text

                                  2. The size of my page is well beyond the width of my screen making it hard to scroll vertically

                                  3. Constant popping/reflowing due to animations

                                  Trust this company with my credit card? I think not.

                                    • samusiam

                                      today at 12:06 PM

                                      I don't see anything asking for a credit card.

                                      • mikalauskas

                                        today at 11:44 AM

                                        what did you expect from vibe coding software

                                          • tyleo

                                            today at 11:47 AM

                                            Truthfully most vibe coded sites look boring but work. All you need to do on a front page is return proper text, support vertical scroll, and links. Maybe my expectations are too high to expect that any more

                                        • today at 11:51 AM

                                      • timmg

                                        today at 2:31 AM

                                        Maybe it's just me, but I'd love a "ThinWarp" -- just the terminal with the great UI, etc.

                                        I can run Claude Code there or whatever. But I personally don't need the AI in the terminal itself.

                                          • bluegatty

                                            today at 2:59 AM

                                            A terminal with AI focused on doing terminal-ish stuff is actually kind of useful.

                                            I just never did enough of it to keep going.

                                            If they expanded this to be highly optimized for devops aka really well attuned to AWS CLI all the various linux commands, bash scripting and just had all of that baked right in - and - was super fact and didn't have to think to much - I can see that.

                                            The reason being, your doing 'specific tasks at a meta level' - not designing complex things, or doing research.

                                            More like Claude Code but not for code, for DevOps and or that kind of things.

                                            I think 'Meta Prompting' should be a thing for many disciplines.

                                            That said, the 'bitter pill' lesson is that the Tier 1 models just really get good at everything and often supersede custom solutions - which was the case for myself and Warp, I just 'did stuff in Claude' and it was good enough.

                                            • zachlloyd

                                              today at 3:59 AM

                                              We have a way of turning off all the AI if you don't like it (Settings > AI > turn it off). I get the desire here.

                                              • phillipcarter

                                                today at 2:38 AM

                                                Claude Code is very capable of making a terminal emulator with exactly (and only) the features you want. I did that for myself and it's now my daily driver. Has a few goodies I care about but nothing much else, and I have no intention of adding features for other people: https://github.com/cartermp/term

                                                  • Scarbutt

                                                    today at 2:45 AM

                                                    A personal Mac terminal emulator built for terminal-based AI work.

                                                    How exactly does it help with "terminal-based AI work"?

                                                • gregpr07

                                                  today at 8:52 AM

                                                  Why not just use ghostty at that point?

                                              • mark_l_watson

                                                today at 3:36 AM

                                                A word of warning: I just installed OpenWarp from source, but it looks like it will not let me use my own provider without signing up for an $20/month account -- just like the original Warp

                                                I very much wish the OpenWarp folks would have made this clear on their README.md file.

                                                • daemin

                                                  today at 2:42 AM

                                                  I've looked at Warp before and seen that it has some potentially useful features for a command line terminal program, like having each command be its own little history window which you can scroll independently and collapse. (I might have imagined/inferred those from the screenshots of it working though). So an alternative implementation does sound interesting, but I would want it just to be a terminal, not with any AI or agent stuff in it.

                                                  So alas this doesn't appear to be it.

                                                  • taosx

                                                    today at 6:18 AM

                                                    I feel this is the wrong way to go about things and I agree that it rude. Why not start by engaging with the warp project and see if some of this work could be upstreamed and if you like warp, target longevity?

                                                      • dh1011

                                                        today at 6:39 AM

                                                        My problem with Warp is that I have to create an account to use my local llm

                                                          • ramon156

                                                            today at 8:08 AM

                                                            This project is no different

                                                    • alexjurkiewicz

                                                      today at 3:09 AM

                                                      There can be problems with open source projects run by for-profit companies, but this fork seems a little premature.

                                                      • SwellJoe

                                                        today at 2:28 AM

                                                        "OpenWarp is a community fork of Warp's open-source code. It is not affiliated with Warp Inc. and follows the upstream AGPL / MIT dual license."

                                                        It is rude, and possibly a trademark violation, to fork a project and use the same name. And, how can there be a "community fork" when there is no community? It's just been Open Sourced 24 hours ago.

                                                          • blitzar

                                                            today at 7:36 AM

                                                            I would like to introduce my new venture, OpenOpenAi.

                                                            • Hasnep

                                                              today at 2:59 AM

                                                              I agree on the name, but to me the word community here is used to mean it's not run by a company.

                                                                • SwellJoe

                                                                  today at 5:26 AM

                                                                  Historically, it means a community of developers have decided to break with the old project for some reason. Jenkins is a community fork. Mariadb is a community fork. Joomla is a community fork. Illumos was a community fork. Rocky Linux is a community fork. Valkey is a community fork.

                                                                  This is a personal project by someone with no connection to the project or its code. It is misleading to claim to represent the Warp "community". Maybe there will be a community around Warp someday, and maybe there will be a reason for community members to fork it, but for now, it is a newly open sourced project, and this is a person trying to build their own reputation on someone else's work.

                                                                  Forks are a good and natural part of the Open Source and Free Software world. But, a good fork doesn't look anything like this. It involves stakeholders, it respects the work others have put into the project in the past, and it doesn't confuse users with a misleadingly similar name.

                                                                  At the very least, you change the name when you fork something, if you have any decency or respect for Open Source and its historical mores. I wouldn't have said a word about it, if they'd changed the name, I would have ignored it (as I assume most people would have, if it didn't share a name with something people are already talking about). But, since they're coming out of the gate being an entitled jerk about software that folks have chosen to Open Source, I'm inclined to point out that they're not behaving ethically on multiple fronts.

                                                                    • skrtskrt

                                                                      today at 7:28 AM

                                                                      Rocky Linux was a corporate fork with numerous dubious ethical decisions early on

                                                                        • SwellJoe

                                                                          today at 8:16 AM

                                                                          Rocky Enterprise Software Foundation is a benefit corporation founded by the original founder of CentOS and other CentOS developers in response to CentOS becoming a stream OS instead of a stable OS.

                                                                          You'll have to be specific about what dubious ethical decisions you mean. I'm unaware of any, and I feel like I'm pretty tuned into this specific story.

                                                                      • jauntywundrkind

                                                                        today at 7:02 AM

                                                                        It's ok to start new things with aspirations. Spare us such melodrama, such pedantry.

                                                                          • SwellJoe

                                                                            today at 7:04 AM

                                                                            Yep, start a new thing with a new name. Go for it.

                                                                • bestouff

                                                                  today at 9:20 AM

                                                                  Warp is already an Alacritty fork with no acknowledgement. I feel they deserve no respect for this.

                                                                  see https://news.ycombinator.com/item?id=47939527

                                                                    • scosman

                                                                      today at 9:34 AM

                                                                      But calling it OpenAlacritty would be worse, which is what happened here.

                                                                  • iamveen

                                                                    today at 2:51 AM

                                                                    Domain Squatting 2.0

                                                                    • nothinkjustai

                                                                      today at 2:44 AM

                                                                      [flagged]

                                                                        • Hasnep

                                                                          today at 2:57 AM

                                                                          You probably can't name a project OpenWarp for the same reason you can't name a search engine OpenGoogle, even though it's a different name to the original. In this case, it's particularly confusing because the original warp project _is_ now open source.

                                                                            • wolfi1

                                                                              today at 10:11 AM

                                                                              I do have to admit, when I saw Warp I thought of OS/2, a long forgotten Win32-compatible OS by IBM, btw, does anyone know if IBM trademarked Warp?

                                                                              • kreelman

                                                                                today at 3:16 AM

                                                                                I used Warp a bit on Windows. It looked promising, but didn't work quite as well as I would have liked. It's great that it's been open sourced.

                                                                                Does anyone keep a DB somewhere of open source project names?

                                                                                I think it would be better to give the code fork a different name.... And maybe move it off Github!!

                                                                                • BeetleB

                                                                                  today at 3:17 AM

                                                                                  You can't name something OpenGoogle, because the Google name is trademarked.

                                                                                  Is Warp trademarked?

                                                                                    • illiac786

                                                                                      today at 4:13 AM

                                                                                      It is, and the discussion is about etiquette, not law.

                                                                                      • today at 3:24 AM

                                                                                        • wahnfrieden

                                                                                          today at 6:19 AM

                                                                                          https://en.wikipedia.org/wiki/Unregistered_trademark

                                                                                          Even if it is not a registered trademark, it can be enforceable as a trademark due to common law

                                                                                          • satvikpendem

                                                                                            today at 3:24 AM

                                                                                            Yes it is, as another person has replied.

                                                                                    • simplify

                                                                                      today at 2:54 AM

                                                                                      Definitely rude, too close to the same name. Warp just recently open sourced their client, a [not community] personal fork should be more considerate.

                                                                                      • victorbjorklund

                                                                                        today at 7:45 AM

                                                                                        Try do create a game called โ€Open Pokรฉmon Goโ€ and see if it works or not.

                                                                                        • adamhartenz

                                                                                          today at 4:16 AM

                                                                                          It is not the "open" version of Warp. Warp is already open. So the name is rude.

                                                                                      • jrm4

                                                                                        today at 3:00 AM

                                                                                        [flagged]

                                                                                          • selcuka

                                                                                            today at 3:16 AM

                                                                                            This is about the name, not the source.

                                                                                            Also calling a fork "Open" is disingenious. They wouldn't be able to fork it if the original wasn't "open".

                                                                                            • skeledrew

                                                                                              today at 5:07 AM

                                                                                              > even if this isn't 'free' licensed

                                                                                              What part of it isn't "free"?

                                                                                          • BeetleB

                                                                                            today at 3:17 AM

                                                                                            Definitely disagree about rudeness.

                                                                                            Only a trademark violation if a trademark has been registered. IANAL.

                                                                                              • SwellJoe

                                                                                                today at 4:49 AM

                                                                                                One can claim a trademark without registering it (the difference between โ„ข and ยฎ). But, if one wanted to sue, you'd probably register it first. But, a claimed trademark that is suitably unique for your product is defensible if you can prove consistent usage pre-dating the new user of that mark.

                                                                                                I'd be pissed if someone took one of my open source projects, forked it, and also stole the name (and put "Open" in front, despite the fact that the thing they forked is Open Source), misleading users and diluting the brand with software I have no control over.

                                                                                                I don't even know what Warp is, but I'm mad as hell about it. As an Open Source developer of 30 years, I expect people to operate with something like honor and decency and respect for other people. Taking someone's open project and launching a competing fork with the same name is hugely disrespectful and dishonorable behavior.

                                                                                                • selcuka

                                                                                                  today at 3:22 AM

                                                                                                  https://uspto.report/TM/90342558

                                                                                                  > WARPยฎ trademark registration is intended to cover the categories of [...] Downloadable computer terminal emulator program [...]

                                                                                                    • ai_slop_hater

                                                                                                      today at 3:24 AM

                                                                                                      How were they able to register it? So many other things are named Warp, for example Cloudflare Warp.

                                                                                                        • selcuka

                                                                                                          today at 3:30 AM

                                                                                                          Cloudflare Warp is also trademarked: https://uspto.report/TM/88455403

                                                                                                          They are the same class (Class 009, software and electronic goods) but apparently the trademark examiner determined that a terminal app and VPN/security software are distinct enough not to cause a confusion.

                                                                                                  • ButlerianJihad

                                                                                                    today at 8:14 AM

                                                                                                    Here are some links to the official website of the actual United States Patent and Trademark Office, commonly and distinctly abbreviated "USPTO", whose domain name is duly registered at uspto.gov

                                                                                                    https://tmsearch.uspto.gov/search/search-results/90342560

                                                                                                    https://tmsearch.uspto.gov/search/search-results/90342558

                                                                                                    https://tmsearch.uspto.gov/search/search-results/88455403

                                                                                                    Search for "wordmark" "warp", filter for currently live and 009, shows 44 results.

                                                                                                    A search for "openwarp" yields 0 results, none dead, none historical; nowhere in the system is this unique name registered.

                                                                                                    A banner at top-of-page offers various pointers for consumers on how to discern official US Gov websites from imposters, domain squatters, and name-stealers

                                                                                                    • illiac786

                                                                                                      today at 4:14 AM

                                                                                                      Mixing etiquette and copyright.

                                                                                                      It is not only rude but also misleading and frankly, stupid.

                                                                                              • egorfine

                                                                                                today at 8:19 AM

                                                                                                So, Warp with telemetry removed?

                                                                                                • drakenot

                                                                                                  today at 3:09 AM

                                                                                                  I hope they bring back the former UI that allowed you to explicitly toggle "AI / Agent" mode on/off in a terminal session, and gets rid of the Oz / Cloud Agent stuff.

                                                                                                  I don't want this auto-detect agent request. The explicit toggle was perfect.

                                                                                                  • nektro

                                                                                                    today at 4:33 AM

                                                                                                    at this stage, this being a fork instead of a pr is really weird

                                                                                                    • keyle

                                                                                                      today at 3:44 AM

                                                                                                      What does "100% local credentials" mean as a feature?

                                                                                                      • today at 2:10 AM

                                                                                                        • notatoad

                                                                                                          today at 2:33 AM

                                                                                                          for somebody not in the know... what is this? the website doesn't seem to explain much. i can add models to warp, but what's warp?

                                                                                                            • esafak

                                                                                                              today at 2:34 AM

                                                                                                              A terminal: https://www.warp.dev/

                                                                                                                • avaer

                                                                                                                  today at 2:57 AM

                                                                                                                  > Warp is the agentic development environment

                                                                                                                  So not a terminal?

                                                                                                                    • dmix

                                                                                                                      today at 3:20 AM

                                                                                                                      It's a very competent terminal.

                                                                                                                      The AI stuff is layered on in a way where it doesn't get in the way. Very useful for command completion and stuff like that, without having to open claude.

                                                                                                              • Vaslo

                                                                                                                today at 2:54 AM

                                                                                                                You arenโ€™t the only one who didnt get this off the bat. I still donโ€™t understand why I do this instead of just typing Claude my terminal

                                                                                                            • WD-42

                                                                                                              today at 2:43 AM

                                                                                                              What even is Warp now? I remember it as the electron terminal and totally dismissing it. Then I think I read it got the RIIR treatment, but there was already Ghostty and Alacritty by then. Now it looks like itโ€™s another AI thing?

                                                                                                              What the heck is warp???

                                                                                                                • pianoben

                                                                                                                  today at 3:18 AM

                                                                                                                  Warp was always an AI thing, as I recall - the seem much heavier on AI bandwagon nowadays, but their whole thing was a terminal for teams where you could share knowledge and command palettes and generate stuff.

                                                                                                                    • quasigod

                                                                                                                      today at 3:37 AM

                                                                                                                      Their "Introducing Warp" post from 2022 actually doesn't mention AI: https://www.warp.dev/blog/introducing-warp. They introduced Warp AI in 2023: https://www.warp.dev/blog/introducing-warp-ai

                                                                                                                      I was pretty interested in it when it was just trying to be a modernized terminal. I still think some of the UI ideas are cool.

                                                                                                                        • pianoben

                                                                                                                          today at 4:25 AM

                                                                                                                          Gotcha, I must have encountered them later on then - thanks for posting the receipts!

                                                                                                                          I was a happy user for a while, but eventually some bugs drove me back to iTerm2 (in my case, hanging forever after certain terraform commands finished). Ghostty has filled my need for a better terminal since then.

                                                                                                                      • corvad

                                                                                                                        today at 9:21 AM

                                                                                                                        Warp didn't start out as AI, IIRC they started with auto completing terminals.

                                                                                                                    • today at 2:58 AM

                                                                                                                  • ChrisArchitect

                                                                                                                    today at 2:58 AM

                                                                                                                    Related:

                                                                                                                    Warp is now open-source

                                                                                                                    https://news.ycombinator.com/item?id=47936264

                                                                                                                    • jordemort

                                                                                                                      today at 11:36 AM

                                                                                                                      was hoping for OS/2, disappointed

                                                                                                                      • watersb

                                                                                                                        today at 3:14 AM

                                                                                                                        Not OS/2.

                                                                                                                          • nocman

                                                                                                                            today at 3:59 AM

                                                                                                                            Yeah :-(

                                                                                                                            Here I was hoping that somehow IBM had decided to open source it. That would have been fun. But I don't think that will ever happen.

                                                                                                                        • johntopia

                                                                                                                          today at 7:26 AM

                                                                                                                          why the fck does openwarp make any sense if warp is alr opened up? lol

                                                                                                                          • inspector14

                                                                                                                            today at 3:07 AM

                                                                                                                            call it Worp

                                                                                                                            • jFriedensreich

                                                                                                                              today at 4:05 AM

                                                                                                                              I don't think this should be dismissed as a cheap and rude ripoff. I'm no expert in trademarks or the naming convention part of the story, but for the rest: warp is not a great company taking far too long to roll back its weird account requirement, tracking users, enshittifying the core terminal experience with often unwanted AI and other crap features and dismissing annoyances that are brought up by 100eds of users. We need to show companies they need to behave or will be crushed by the community.

                                                                                                                              • today at 3:07 AM