alt.hn

6/2/2026 at 10:34:42 PM

Show HN: Paseo – Beautiful open-source coding agent interface

https://github.com/getpaseo/paseo

by timhigins

6/3/2026 at 2:06:33 AM

I'm the maintainer of Paseo. I didn't submit this, so it was a nice surprise to see it on HN!

I'm around if anyone has questions about the project.

by boudra

6/3/2026 at 12:42:23 PM

Thanks, very nice! Any way to use it with Antigravity CLI/Gemini please?

by SomeHacker44

6/3/2026 at 4:53:27 AM

Any idea if claude code will continue working with paseo after the billing/usage changes in a couple weeks?

by johntash

6/3/2026 at 5:13:13 AM

Claude Code (via the subscription) will continue working under Paseo but it will consume a different pool of credits, which depending on your sub you get different amounts. Practically speaking you will be able to use only a fraction of your usage in Paseo, this applies to any programmatic usage of Claude Code.

This might help: https://support.claude.com/en/articles/15036540-use-the-clau...

Paseo has a terminal if you want to keep using the TUI inside of it, works on mobile and desktop.

I will keep supporting the Claude Code harness in Paseo, as many users are using it via direct API usage and sometimes even with Chinese models.

by boudra

6/3/2026 at 4:00:07 AM

very nice and well executed product for what i assume is a small team! (of one?)

i guess the obvious question is... if its FOSS and local only, whats the business game plan? you've impressed me that you can ship, but you've basically just matched what eg devin desktop and cursor now do. what next?

by swyx

6/3/2026 at 5:09:48 AM

Thanks. Yes, team of one right now.

I think there's still a lot to do and it feels like I'm only scratching the surface of what's possible in the local layer, so matching what Cursor does is not the end game for me.

I want to keep the core open and local-first, the business, when it comes, will be around the convenience/team/enterprise layer.

Right now I am letting real usage guide me by paying attention to what teams using Paseo need.

by boudra

6/3/2026 at 4:43:29 PM

good luck sir. if you ever want a job i'm happy to refer you to cognition/devin.

by swyx

6/3/2026 at 2:41:35 AM

btw, there is already a paseo package on f-droid, it's a step counter

by wolfi1

6/3/2026 at 4:12:56 AM

Could you publish terminal-bench scores? What about memory usage?

by esafak

6/3/2026 at 1:24:41 AM

"Ship on the go" is so insane to me.

It's like people pulling their phones out while taking a piss standing, or having to pull their phones out when the traffic lights are red in a crossing.

Just, do one thing at a time, live a life.

Shipping code from your phone, whhhyy. Mates, this isn't a flex, it's depression.

by keyle

6/3/2026 at 3:17:32 AM

Maintainer here. I get the concern, but that has not been my experience.

I don't think of the mobile side as a way to keep working on your phone on top of your full working day, although I will admit it can be used that way.

It is more about being able to step away from the desk without losing access to the work. Let's say you spend 6 hours at your desk, what if you could spend 2 of those hours walking instead?

To me, it has been valuable for steering long running agents, brainstorming ideas or triaging PRs/issues while taking a walk.

Fun fact, Paseo means "stroll" in Spanish, which is where the name came from.

by boudra

6/3/2026 at 6:36:14 AM

Cool project. I don’t think people will get the mobile version until they need it but when they do it’s a mind bending, life changing realization. I built my own IDE to have it on my phone because I have small kids and it is truly life changing. I get to spend way more time with my kids while still getting work done.

If you’re open to collaborating I’d be happy to share what I’ve learned an see if we can share resources or lessons.

https://calendly.com/ryanwmartin/open-office-hours

by digitaltrees

6/3/2026 at 3:32:24 AM

I do sometimes wish I can monitor my agent on the go and keep drip-feeding it tasks. Because I do genuinely need to read how the last task went before I decide whether to correct or to move to the next task.

by LoganDark

6/3/2026 at 3:05:55 AM

This seems extreme. Maybe I’m just optimistic but I think people can be intentional and present while also having the convenience and accessibility that something like paseo offers.

- If I’m on-call, it would be great to just take my iPad mini around with me instead of my heavy MacBook Pro. - Sometimes I’m on the couch with my phone and want to query an agent with access to my computer’s file system.

by appendjeff

6/3/2026 at 10:27:54 AM

I absolutely get that, but I've been working with Claude remote control on my phone as I bicycle every other day. (I have heart and mobility problems and I have to take it gentle with exercise.) I ride to a beautiful spot where there's a bench and sit and use Claude to write features or React components. I'm actually wanting to try this to see if I can rig up a voice-control flow so I can literally just ride my bike all day from park to café to wherever and still be getting code done.

That's the dream, right?

by jzellis

6/3/2026 at 6:57:48 AM

It's very addictive when you're working on something cool and the agents are iterating nicely. Instead of browsing reddit / HN / instagram etc during downtime, I find it much more fun to build something.

by afro88

6/3/2026 at 6:32:39 AM

Umm. I have small kids that I take to classes and swim school and gymnastics and so on and so on. I built www.propelcode.app which is similar to this project so I didn’t need to be chained to my desktop and I didn’t need to let AI agents run wild with no code review or human in the loop oversight. For some of us doing development on our phones is living life.

And the fact that some of the coding tasks I trigger take 20 minutes means I can fire off a message, leave it, look at the code when I have a spare moment, suggest changes, and go on spending time with my kids.

Honestly it’s freaking amazing.

And I will definitely check out this project and contribute to it with what I have learned! Kudos to the developers behind it.

by digitaltrees

6/3/2026 at 1:04:20 PM

Looks nice. The README pitches model-per-task picking but doesn't say much about context management. In coding-agent loops the full system prompt + tool specs re-send on every step — a 30-step task pays the input cost 30x. Prompt-cache headers catch the static prefix, but the per-step diff (file diffs, observation tokens) isn't cached, and that's often most of the input. Auto-summarizing older trajectory into a state vector saved 40-60% input tokens in workloads I've looked at — could be a useful daemon-side concern since users won't reach into each agent's internals.

by eugeneonai

6/3/2026 at 8:42:24 AM

Have been using it for a few days. It's chuck full of features and works great. (Have not used Relay, direct only)

by dizhn

6/3/2026 at 6:17:38 AM

This looks awesome! I've been working on a fairly similar project but just for myself (definitely not production ready) and this format for interacting with code seems like it has a lot of potential. One thing I was considering as a value-add was that this type of interface enables is having support for MDX output or even embedded MCP UI apps in the middle of a chat. Typical CLI agents don't support that but a UI that lets your code embed Excalidraw diagrams and graphs could be great for things like data analysis on the go. Even embedding images in a chat would make using coding agents a lot nicer imo.

by fadilf

6/3/2026 at 6:52:05 AM

Maintainer here. Great points! Paseo already supports embedding images in the chat, but no MDX or chart rendering yet. I have been meaning to add Mermaid support but haven't got around to it yet.

by boudra

6/3/2026 at 7:09:42 AM

Designer here, this is what finally unlocked multi-agent workflow for me. Each session comes with a script that runs a local server in a different port

by renegdn

6/2/2026 at 11:19:23 PM

Not to undercut the open source nature of this, but what makes this "beautiful"? From a design standpoint, it's basic tailwind. Neutral grey tailwind at that, using Lucide icons. There's nothing wrong with these, but it'd be more apt to say that the design is unopinionated. It's the default choice when design intent is the afterthought and a focus is on functionality.

Again, not trying to undercut - looks like a solid agent interface, it just struck me as strange that beautiful was the adjective chosen when design seems to not be the objective here.

by jjcm

6/3/2026 at 1:26:17 AM

If you were to compare it to a painting or to the Grand Canyon or to the Northern Lights or like an act of kindness or a parent's love for their child or something, then I guess fine, not beautiful.

But for an open source project it's very nice!

(Note: none of the marketing materials for the website chose that word, at first glance. It seems to just be a descriptor given by the HN poster.)

by elicash

6/3/2026 at 2:05:15 AM

I'm the maintainer of Paseo. This is correct, I do not use the word beautiful anywhere.

I personally do think it's beautiful (obviously), but I would not use that word in marketing materials, I'd rather people judge from seeing the screenshots or trying the product.

by boudra

6/3/2026 at 3:35:07 AM

If anything it’s unglued me from my computer. I’ve been able to keep an agent working on a project while on long runs, bike rides, in transit. Much of our development workflow is the human in the loop refinement cycle now.

by leoqa

6/3/2026 at 7:59:06 AM

As noted above, I'm not the creator of Paseo, just a big fan. Beautiful is just ways to describe it (along with convenient, and powerful) since it has a very focused and clean UI. Especially compared to many open source projects, which often don't put in that much effort or are unabashedly vibe-coded.

Of course it is open source so I hope some of the designers/people who've commented on this post can maybe contribute ideas to improve it even more. I have noticed a few places where some common actions take 1 or 2 more clicks or taps than they should - things can always be a bit more convenient and beautiful.

But overall I'm incredibly impressed and you can see some examples of the focus on simplicity and a nice UI, and follow the creator here: https://x.com/moboudra

by timhigins

6/2/2026 at 11:45:43 PM

When I see "Beautiful", I automatically ignore it. Beauty is subjective, fashion changes. Bootstrap or React were considered beautiful in their time.

So basically an open source agentic GUI. Instead of "beautiful", it should emphasize what makes it special. Is it fast or lightweight? Does it do something other tools don't? Or does it do it better? What's it killer feature?

by ASalazarMX

6/3/2026 at 1:07:51 AM

(Designer here) I like checking up what a product looks like when it's pitched as "beautiful". Mostly there are two ways to really meet that promise:

    1. Masterful application of a trend (Stripe, Raycast)
    2. Strong and recognizable personality (!boring, Notion, OG Basecamp)
Option 2 is the most accessible to small teams, but it's not an intuitive conclusion to draw. Both need an experienced designer to succeed, but option 1 sounds like it's a safe bet instead of a leap.

Most claimed "beautiful" products result from work done without the experience & taste to tell option 1 apart from an attempt at option 1.

In reality, you can pull off a strong personality and a clumsy execution, whereas following a trend clumsily looks like failing to read the room, and leaves you looking dated almost instantly.

by Lalabadie

6/2/2026 at 11:53:14 PM

I have the same reaction, it goes into a discard pile for me.

by arikrahman

6/3/2026 at 1:04:43 AM

I do think it's possible for one to qualify/quantify the how and why they deemed their product "beautiful".

by encodedrose

6/2/2026 at 11:30:55 PM

[dead]

by jxxnhvcdd

6/3/2026 at 7:16:20 AM

I'm using Gitea itself as my coding agent interface. I simply tag @codex or @claude on an issue and ask it to open a pull request. Or ask it to reply back on a comment thread, etc.

The Gitea interface is already a pretty good interface that can be accessed from any browser on any device.

by arcastroe

6/3/2026 at 1:43:29 AM

This looks like something worth trying and I'm glad it's open source. I've been using https://github.com/openchamber/openchamber for a few months now and I'm pleased with its features. Their web based pwa and locally running cli is similar.

by navs

6/3/2026 at 6:29:53 AM

Fellow openchamber user here, it's been pretty great. I love competition or more offerings though! I'll be watching Paseo.

by T1ny

6/3/2026 at 6:25:30 AM

This looks really neat!

I've tried Conductor, Superconductor, cmux, and a half-dozen other apps that all give you a similar interface. It'd be great if there was a comparison to at least some of those on Paseo's website.

by tao_oat

6/3/2026 at 6:49:07 AM

Maintainer here. From the ones you listed, I only have a comparison page to Conductor (see others in the menu): https://paseo.sh/docs/alternatives/conductor

We're all converging on similar interfaces, but there are differences. The main ones right now are:

- FOSS

- Local-first and self-hostable

- No telemetry or forced login

- macOS, Windows and Linux

- Available as a desktop app, web app, native mobile app and PWA

- Daemon/client architecture, run the daemon anywhere you want and connect with any client

- Support for popular agents like Claude Code, Codex, OpenCode and Pi. Plus native ACP support which allows it to support most other agents

---

Paseo supports terminal multiplexing, like Cmux, but I'd consider them completely different product categories.

by boudra

6/3/2026 at 3:38:34 AM

So this is an alternative to using one coding agent with openrouter, changing the models between tasks? I am a neophite in these things, my ai use is more calling apis from scripts right now. Can somebody please explain the pros and cons (beyond to openrouter fees) of each?

by sgc

6/3/2026 at 5:10:49 AM

Nice work. I've been building a token usage dashboard for Claude Code — seeing how much each project actually costs. Would be curious if Paseo surfaces any token/cost visibility too.

by notenkidev

6/3/2026 at 8:01:24 AM

I recommend https://github.com/wesm/agentsview - its quite good, has usage metrics and nice viewer/search for transcripts from most agents.

by timhigins

6/3/2026 at 5:29:04 AM

Cost and token usage is surfaced per session in the context meter, no per-project summary though.

Working on getting usage (5h/7d) in the app, it has been a very requested feature.

by boudra

6/3/2026 at 12:05:13 AM

I think this is a neat idea. Is there a way to self-host the web app interface?

by akoumjian

6/3/2026 at 2:12:40 AM

Maintainer here. Yes, the web app is a static Expo export, so the simplest self-host path is to build packages/app and serve the generated dist/ with any static HTTP server. The daemon itself is published to npm as `@getpaseo/cli`.

Docs for this are currently missing, and I should probably package all of this in a Docker image. I'll do that today!

by boudra

6/3/2026 at 6:48:10 AM

Does the official relay server cost a lot on network?

by txhwind

6/3/2026 at 7:14:12 AM

"Modern" and "elegant" are missing in the description, two of coders' most loved words; they should attract more.

by arabscum

6/3/2026 at 6:06:17 AM

Very nice! an open-sourced alternative of Codex Remote Control, allowing full customization

by txhwind

6/3/2026 at 12:14:21 AM

Looks incredible, I just built what seems to be a shittier version of this using OrbStack + JJ a couple days ago. Will take a look!

by yoavshai

6/3/2026 at 3:02:17 AM

[flagged]

by zitoshi

6/3/2026 at 3:01:38 AM

[flagged]

by EvanXue

6/3/2026 at 3:32:44 AM

[flagged]

by jkwang

6/3/2026 at 10:12:01 AM

[flagged]

by factden

6/3/2026 at 3:50:14 AM

[dead]

by sanreds

6/3/2026 at 1:22:12 AM

[dead]

by zjy71055

6/3/2026 at 12:05:42 PM

[dead]

by edwmurph

6/3/2026 at 4:38:26 AM

[dead]

by cgnguyen