NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
OpenWarp (openwarp.zerx.dev)
zachlloyd 1 days ago [-]
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 1 days ago [-]
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.
james2doyle 22 hours ago [-]
Looks like there is a "neuter" fork out there: https://github.com/GarethCott/warp#whats-different-from-upst...
helloplanets 1 days ago [-]
What about when SSHing to an external server, or working in a container?
SwellJoe 21 hours ago [-]
I wrote a little wrapper to start tmux with two panes open, one pane is an ssh connection to a host and one runs Claude Code, with an auto-generated CLAUDE.md telling Claude to use tmux commands to interact with the remote host (https://github.com/swelljoe/tandem). Agents can also use ssh, but I wanted an interactive way to poke around on a remote system and also be able to ask Claude to look at or do something on its own without copy/paste.
da_ordi_ 7 hours ago [-]
I was looking at warp, wave, and a few others, and this is the exact stuff I will need, thanks for sharing.

So when I SSH to remote servers, I would like to bring my agent buddy with me, currently, I open two terminals, one with a remote SSH session, and one with opencode/claude code, now I have to copy & paste commands/info between the 2 terminals, which can be anoyying, so that is why I was looking at warp, but it has a paywall for BYOK :)

regularfry 1 days ago [-]
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 1 days ago [-]
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
iib 1 days ago [-]
How do you use `pi` to ssh? I use `oh-my-pi`, and tried the `/ssh` command, but I couldn't get it to work. Then I saw a suggestion somewhere to just run `!ssh` to place things into the agent's context.

Is there a way to use it like "The current directory is at `ssh server`" and have the agent work from there?

embedding-shape 1 days ago [-]
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.
cyanydeez 1 days ago [-]
so, to be clear, is it just doing random bash commands to runn ssh or is it a actual tool, eg, node-ssh command interface.

i would not trust bash execution of SSH because it can easily hallucinate local commands instead of remote.

JeremyNT 24 hours ago [-]
Background: I use OpenCode to do this.

Just tell it to use ssh from the shell. From there you can give it extra context to describe the target (if you know/care about it), or just let it loose and if the environment doesn't have what it expects it will "figure something out" - just the same as with your local env.

If there's some least common denominator you know about e.g. python it can streamline things if you tell it to just use that for everything.

cyanydeez 22 hours ago [-]
I don't think you understand. I'm well aware it can run whatever command on bash. You're taking a significant risk asking it to do what it's doing via ssh, because it could easily forget that it's suppose to be doing ssh and do whatever locally.

The point is: opencode should have a specific deterministic tool like https://www.npmjs.com/package/node-ssh where commands can only be run; the environment can only be the remote; etc.

The last thing I would want is for it to suddenly forget it's suppose to be running commands as ssh and does something local.

JeremyNT 19 hours ago [-]
In practice I just don't think this is a real problem, or at least not one I've seen.

I do something like this a lot with local VMs managed through Incus (so not literally invoking ssh but the exact same pattern) and they don't "mess up" in that particular way. If they ever did they figured it out immediately and I didn't even make note of it happening.

I guess to sum up my feelings on it: if you don't think the tool is reliable enough to correctly use ssh to execute remote commands, you probably shouldn't be trusting it to run remote commands in the first place.

cyanydeez 17 hours ago [-]
You're still ignoring the crux of the difference in _risk_. Say the risk of `rm -rf /` for any given model is 1%. That is, the probabilty, that it'll just absolutely saveagly destroy the system you're working on. We know it's lower than that, because millions of tokens per day are generated and we only get a few of these "production database was wiped" news items.

There difference is still: If that risk-reward is to be recieved, you can't tell me you'd rather have it run locally than on some system you're managing. Because POV, you're the one responsible and if a coding tool _takes out your system_, you no longer have any means to fix the problem.

So, maybe the risk-reward is _technically_ equal, but only if the operator of the coding tool continues to operate regardless of what commands it's issuing. That's not the case if you're just saying "hey guy, use ssh for all your commands"

hrimfaxi 24 hours ago [-]
> i would not trust bash execution of SSH because it can easily hallucinate local commands instead of remote.

Why would it be more likely to hallucinate local commands instead of remote commands if it is in an active SSH session?

cyanydeez 22 hours ago [-]
I think you're reading into the statement.

It can equally hallucinate commands. Fine. The problem is, if I'm working on a remote machine, I'm generally doing things that I'd be less concerned about. If I'm on a VPN and it rm -rf / while I'm trying to clean it up; bad break, but it's not _my machine_ it just removed root on.

So if your LLM is just running something like `ssh <remote> "<cmd>"` it could easily foget the ssh <remote> part and suddenly you're modifying your local system.

So it's one thing to YOLO on production servers, etc, but wiping out something locally is a significantly different event. Imagine it erasing all your scripts or whatever.

Anyway, the point is: I wouldn't trust an agent operating with just a bash cli running ssh commands.

rutierut 1 days ago [-]
This might have changed but Warp was not able to do this without “warpifying” the SSH host.
hrimfaxi 24 hours ago [-]
Hand your agent a tmux session.
giancarlostoro 1 days ago [-]
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.
mark_l_watson 1 days ago [-]
Will this require a paid plan? That is, could Warp, when modified, work with a local model on Ollama, no charge?
sudb 1 days ago [-]
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).
zero-lab 4 hours ago [-]
Let me tell you a disturbing fact. The open source warp does not even have prompts. It is completely cloud-based, including the calling process of various tools in oz cloud. So I think it is better to change than to wait.
semiinfinitely 19 hours ago [-]
what is the point of an "ai-terminal" when you can already just directly run ai in a normal terminal

your banner says:

> Bring any AI model into your terminal

its already there. there is no need for a special terminal to do this. in fact better to not have such a thing

crooked-v 19 hours ago [-]
Despite the newish "AI" branding for what I would presume is marketing buzz reasons, most of Warp is really centered around trying to make a terminal interface not anchored to legacy assumptions, like the blocks functionality (https://docs.warp.dev/terminal/blocks).
Zetaphor 7 hours ago [-]
This page doesn't tell me anything useful about what this feature does or how it works. The attached screenshot is pointless. I assume the actual information is in the embedded Youtube video. YouTube is not an acceptable alternative to written documentation
kordlessagain 11 hours ago [-]
Cool will run this in Hyperia.
hendersoon 13 hours ago [-]
That was exactly my question; why fork? I assumed the project owners were preserving their business model, but if you allow it to be opened-up and turn off the cloud features, I see no reason to fork.
avaer 1 days ago [-]
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 1 days ago [-]
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.

artyom 1 days ago [-]
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 1 days ago [-]
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 1 days ago [-]
Is it Rust or Node/Electron? That’s one of the key considerations I have these days; I’m over bloatware.
keroro 18 hours ago [-]
I have this functionality bound in alt-backslash using this - https://github.com/CGamesPlay/llm-cmd-comp

You write your prompt in any terminal, press alt-backslash and it'll give you a command which you can either refine or accept (or esc/ctrl-c out).

wccrawford 18 hours ago [-]
I really liked it, even though I didn't use any of the AI stuff. Then they just keep pushing the AI harder and harder, and I finally stopped and figured out how to configure the Win11 Terminal app "good enough" and dropped it.

It's not as good, but it's good enough.

rane 1 days ago [-]
Also, great example of why you don't take a terminal that requires login as your daily workhorse. It never ends well.
Cthulhu_ 1 days ago [-]
That was a mistake they made initially, but iirc they got rid of it after a while.
KetoManx64 20 hours ago [-]
If you block internet access to Warp, it refuses to start. That's all I need to know about it.
arrsingh 1 days ago [-]
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 1 days ago [-]
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 1 days ago [-]
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 1 days ago [-]
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 1 days ago [-]
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 1 days ago [-]
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.
brisket_bronson 23 hours ago [-]
Warp is a terminal for people who don’t like the terminal.
bt1a 22 hours ago [-]
guessing it spits you out on Win11?
em-bee 22 hours ago [-]
can you please elaborate?
devmor 1 days ago [-]
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.

throwaway613746 22 hours ago [-]
Why do you need to have a whole fork to remove them when there is a single AI killswitch option already?
mark_l_watson 1 days ago [-]
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.

zero-lab 9 hours ago [-]
You need to switch to the openWarp branch, master is the official code
hbn 22 hours ago [-]
That pretend demo that's running commands near the top of the page is pretty annoying, it resizes itself as the text changes so even when I'm scrolled to the bottom of the page, everything keeps jumping up and down as the height of that element endlessly changes
crancher 19 hours ago [-]
Came here looking for someone mentioning this very issue. Did they not even view the model's output once? So strange.
timmg 1 days ago [-]
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 1 days ago [-]
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.

phillipcarter 1 days ago [-]
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 1 days ago [-]
A personal Mac terminal emulator built for terminal-based AI work.

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

DrammBA 1 days ago [-]
You're right to push back. It doesn't — he made it up.
22 hours ago [-]
phillipcarter 20 hours ago [-]
...because it's a terminal emulator? I use it to run Claude Code?
james2doyle 22 hours ago [-]
There seems to be a "neuter" fork out there that disables a bunch of stuff: https://github.com/GarethCott/warp#whats-different-from-upst...
zachlloyd 1 days ago [-]
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.
gregpr07 1 days ago [-]
Why not just use ghostty at that point?
daemin 1 days ago [-]
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.

alexjurkiewicz 1 days ago [-]
There can be problems with open source projects run by for-profit companies, but this fork seems a little premature.
taosx 1 days ago [-]
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 1 days ago [-]
My problem with Warp is that I have to create an account to use my local llm
ramon156 1 days ago [-]
This project is no different
KetoManx64 20 hours ago [-]
You can feel however you want about it, but forking and creating your own version of things with added/removed features is the heart of what open source is.
joshuastuden 23 hours ago [-]
How do you know they didn't?
SwellJoe 1 days ago [-]
"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.

Hasnep 1 days ago [-]
I agree on the name, but to me the word community here is used to mean it's not run by a company.
SwellJoe 1 days ago [-]
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.

hbn 21 hours ago [-]
> Historically, it means a community of developers have decided to break with the old project for some reason.

That seems more like it should be called an "alumni fork"

"Community" makes more sense for people who aren't necessarily affiliated with the official project but were in the community that spawned around it.

SwellJoe 21 hours ago [-]
I've never seen the term "alumni fork" used.
skrtskrt 1 days ago [-]
Rocky Linux was a corporate fork with numerous dubious ethical decisions early on
SwellJoe 1 days ago [-]
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.

skrtskrt 16 hours ago [-]
I mean here are just a few of the issues re: the founding https://hackernoon.com/the-case-against-rocky-linux

If you’re “pretty tuned in” you would at least know that all this founder & foundation fluff is a load of corporate PR BS.

I was also referring to them shipping broken releases early on and them fighting with users about it instead of fixing and figuring out why they were publishing broken garbage.

jauntywundrkind 1 days ago [-]
It's ok to start new things with aspirations. Spare us such melodrama, such pedantry.
SwellJoe 1 days ago [-]
Yep, start a new thing with a new name. Go for it.
throwaway613746 22 hours ago [-]
[dead]
blitzar 1 days ago [-]
I would like to introduce my new venture, OpenOpenAi.
bestouff 1 days ago [-]
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

SwellJoe 21 hours ago [-]
I don't know anything about that (I didn't know what Warp was until yesterday, still kinda don't know, as it seems to be a terminal plus AI and I don't know what that actually means). But, alacritty's license seems to allow proprietary forks.

The license requires copyright notice to follow the code and that seems to be present: https://github.com/warpdotdev/warp/blob/6d7a01cc9727472a1bcb...

I dunno if they adhered to the license previous to open sourcing, though, as you have to include it somewhere in the actual binary distribution, as well, and some folks don't do that. And, that's also shitty and unethical.

scosman 1 days ago [-]
But calling it OpenAlacritty would be worse, which is what happened here.
iamveen 1 days ago [-]
Domain Squatting 2.0
ElijahLynn 18 hours ago [-]
Agreed. They should not be using the name Warp inside of the fork.
nothinkjustai 1 days ago [-]
[flagged]
Hasnep 1 days ago [-]
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.
kreelman 1 days ago [-]
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!!

wolfi1 1 days ago [-]
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?
BeetleB 1 days ago [-]
You can't name something OpenGoogle, because the Google name is trademarked.

Is Warp trademarked?

illiac786 1 days ago [-]
It is, and the discussion is about etiquette, not law.
1 days ago [-]
wahnfrieden 1 days ago [-]
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 1 days ago [-]
Yes it is, as another person has replied.
simplify 1 days ago [-]
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 1 days ago [-]
Try do create a game called ”Open Pokémon Go” and see if it works or not.
adamhartenz 1 days ago [-]
It is not the "open" version of Warp. Warp is already open. So the name is rude.
jrm4 1 days ago [-]
[flagged]
selcuka 1 days ago [-]
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 1 days ago [-]
> even if this isn't 'free' licensed

What part of it isn't "free"?

BeetleB 1 days ago [-]
Definitely disagree about rudeness.

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

SwellJoe 1 days ago [-]
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 1 days ago [-]
https://uspto.report/TM/90342558

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

ai_slop_hater 1 days ago [-]
How were they able to register it? So many other things are named Warp, for example Cloudflare Warp.
selcuka 1 days ago [-]
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 1 days ago [-]
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 1 days ago [-]
Mixing etiquette and copyright.

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

devolt 20 hours ago [-]
For everyone who is thinking this is too much for a terminal, there's a lightweight solution based on your existing terminal (iTerm2 in my case), which adds auto correction and natural language execution into your tool: https://github.com/allaud/fix
joelthelion 1 days ago [-]
How does Warp/Openwarp relate to Opencode or Claude code?
cassianoleal 4 hours ago [-]
They all use LLMs as a backend for certain features?
Thev00d00 20 hours ago [-]
Ive noticed every vibecoded website looks the same, or similar to this one.

Why is it? Does this style have a name?

cesarvarela 19 hours ago [-]
It is mostly Vercel's design language.
notatoad 1 days ago [-]
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 1 days ago [-]
avaer 1 days ago [-]
> Warp is the agentic development environment

So not a terminal?

dmix 1 days ago [-]
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.

cassianoleal 4 hours ago [-]
Since when does command completion require Claude Code?
Vaslo 1 days ago [-]
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
tyleo 1 days ago [-]
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.

zero-lab 3 hours ago [-]
There is something wrong with you. Who asked you to give me your credit card? If you don’t need it, don’t pollute your eyes with nonsense.
mikalauskas 1 days ago [-]
what did you expect from vibe coding software
tyleo 1 days ago [-]
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
xcrjm 23 hours ago [-]
yeah the third item on your list is what drove me here to complain. how do you expect me to read any text on your site when it moves up or down approx. an inch every second?
samusiam 1 days ago [-]
I don't see anything asking for a credit card.
tyleo 1 days ago [-]
Some other comments mention getting the payment prompts after they've downloaded the tool and started using it. e.g. "pay to use your own provider"
1 days ago [-]
drakenot 1 days ago [-]
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.

ElijahLynn 18 hours ago [-]
That seems pretty risky to use the name Warp in the fork. Seems like a legal situation there.
nektro 1 days ago [-]
at this stage, this being a fork instead of a pr is really weird
em-bee 22 hours ago [-]
technically you can't create a PR without forking the repo first. practically it also makes sense for a larger change to be developed in the open before it is ready to be merged upstream, so a friendly fork with the intent to explore some ideas usually is fine.
keyle 1 days ago [-]
What does "100% local credentials" mean as a feature?
1 days ago [-]
egorfine 1 days ago [-]
So, Warp with telemetry removed?
WD-42 1 days ago [-]
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 1 days ago [-]
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 1 days ago [-]
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 1 days ago [-]
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 1 days ago [-]
Warp didn't start out as AI, IIRC they started with auto completing terminals.
hbn 21 hours ago [-]
> I remember it as the electron terminal and totally dismissing it.

Pretty sure it's Rust with their own UI framework

1 days ago [-]
watersb 1 days ago [-]
Not OS/2.
nocman 1 days ago [-]
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.

hleszek 1 days ago [-]
Please mention and support llama.cpp directly instead of ollama.
ChrisArchitect 1 days ago [-]
Related:

Warp is now open-source

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

inspector14 1 days ago [-]
call it Worp
jordemort 1 days ago [-]
was hoping for OS/2, disappointed
jFriedensreich 1 days ago [-]
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.
zero-lab 6 hours ago [-]
In fact, I think warp software is very good, but it also has many imperfections. Forking this branch is not to split it. If warp does better one day, this branch may be deleted, but for now I prefer my own~
johntopia 1 days ago [-]
why the fck does openwarp make any sense if warp is alr opened up? lol
zero-lab 4 hours ago [-]
If you receive an existing warp then you don't need openWarp
1 days ago [-]
iberator 21 hours ago [-]
[flagged]
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 13:25:25 GMT+0000 (Coordinated Universal Time) with Vercel.