19 comments

  • pokot0 a few seconds ago ago

    fyi: it does not build for me from the source code.

    Rebuild Failed

    An unhandled error occurred inside electron-rebuild node-gyp failed to rebuild '[...]/1code/node_modules/node-pty'

    Error: node-gyp failed to rebuild '[...]/1code/node_modules/node-pty' at ChildProcess.<anonymous> ([...]/1code/node_modules/@electron/rebuild/lib/module-type/node-gyp/node-gyp.js:121:24) at ChildProcess.emit (node:events:508:28) at ChildProcess._handle.onexit (node:internal/child_process:294:12) node:child_process:1000 throw err; ^

  • denysvitali 3 hours ago ago

    The idea is nice, but the pricing is odd. 20$/month (the cost of Claude Pro) just for a web interface and a sandbox seems very expensive.

    I hope the business model works out for you, but I doubt the price is justified.

    Also a better link is: https://1code.dev/

    The repo doesn't have screenshots, so you might loose traffic just because of that.

    Nevertheless, I'll try it out - looks nice!

    • Bunas 2 hours ago ago

      Thanks for the feedback!

      On pricing: honestly, the paid tier is less about monetization right now and more about signal. People who pay are the ones who really want this to work, and we want to build for them first. It helps us focus.

  • c0wb0yc0d3r 2 hours ago ago

    I’m happy to see another project monetizing built executables. I feel like it’s not a popular option to many, but to me I think it’s the best way to getting financial support from enterprises that would be more than happy to leech.

    • Bunas an hour ago ago

      Thanks! for us monetization is more about signal - people who spend $20 are the ones who really want this to work, and we want to build for them. We have a private Discord with our Pro users where we discuss what to build next, share feedback and tips and tricks.

      • frumplestlatz 39 minutes ago ago

        What's the story on local-only operation with a paid subscription? If it works like it seems to from the screen shots and video, I'm more than happy to pay for this even while using the OSS version (and I probably am going to modify it myself quite a bit for my own use-cases), but in my work environment:

        1. Absolutely nothing can be sent off-site

        2. All AI API requests must go through our custom gateway (we've got deals with all the major AI providers, and I think that even involves a degree of isolated hosting in specific approved cloud environments)

        While $20/mo feels a bit weird for an app that doesn't rely on its own cloud service, I'd subscribe right now just because I do "really want this to work".

  • twostorytower 3 hours ago ago

    "Claude Code, but usable" might not be the best tagline. I find Claude Code extremely usable. In fact, it's the simplest product that "just works" I've ever used.

    • dbbk 2 hours ago ago

      Yeah, this is a weird angle to go down when you're trying to compete against... the most popular product.

      • Bunas an hour ago ago

        The tagline might feel off if you're already comfortable with CLI. Though there's definitely an audience for this — my co-founder posted about struggling with CLI and it got 240k views with 400+ replies of people feeling the same: https://x.com/serafimcloud/status/2002304990053085542

        Even as a technical person, I remember my transition from Cursor to Claude Code CLI being rough. Maybe 1Code could be a way to get the best of both worlds, power of claude code and UX of Cursor

        • esafak 11 minutes ago ago

          I feel like you're trying to straddle two worlds, like Jean-Claude van Damme. Easier to pick a lane! Good luck.

    • Bunas 2 hours ago ago

      noted, title comes from my cofounder who's not technical, but he loved Cursor, I was convincing Serafim to try Claude Code, but he just couldn't use it. Cause it was a CLI, then I created a first alpha version of this UI for them .... and he loved it! he's now a fan of Claude Code, and that's where reasoning for "useful" coming from

  • rishabhpoddar 3 hours ago ago

    I didn't quite understand what "Unlimited web & macOS apps access" means in the paid tier. Could you elaborate?

    • Bunas 2 hours ago ago

      The web version runs Claude Codes in remote sandboxes - we're adding the same to macOS soon.

      Beyond that, we're working on API & integrations - connecting Sentry so an agent can automatically open a PR to fix an issue, or triggering Claude Codes directly from @ mentioning in GitHub/Slack/Linear.

  • ahampt 3 hours ago ago

    With Claude Code now available in the Claude desktop app, what are the key differentiators?

    I’m all for new, better tools and will probably test this out over the weekend to see if the interface is more usable than Claude’s. Just curious if there’s anything you’re particularly excited about compared to the official release.

    • Bunas 2 hours ago ago

      We started building this after trying existing tools like Claude Code desktop. We realized we couldn't fully transition to them — my co-founder went back to Cursor and burned tons of money on tokens.

      So we decided to build a tool that WE would actually use, and once we succeeded with that, we open-sourced it. Since then we've received a lot of feedback on where to take this product - some use cases Anthropic will probably never do, like integrating Codex or adding other z.ai GLM subscription.

      We're just trying to ship something we use ourselves, and maybe it could be useful to others, and see where it goes.

  • forgotpwd16 2 hours ago ago

    >Do I need a Claude subscription?

    >Yes, 1Code works with your Claude Pro or Max subscription. Sign in with your Anthropic account and use your existing subscription. We charge separately for the 1Code app.

    Is this even after the recent events; Anthropic banning 3rd-party access to the Claude Pro/Max subscriptions and only allowing API access? Tool is nice but most certainly not* 800$ nice.

    *Based on heavy Claude Max users here, the people that will be running 3-4 agents, saying API would've cost them $1k+.

    • Bunas 2 hours ago ago

      1Code uses the official Claude Code SDK (https://platform.claude.com/docs/en/agent-sdk/overview) which wraps the Claude Code binary. This is the official way to build on top of Claude Code.

      Some other tools (like OpenCode) made direct API calls while impersonating Claude Code - that approach got banned. We're not doing that.

      • Ryandonofrio3 a few seconds ago ago

        Can you expand on this further? You’re using a sandbox to “spoof” authentication by intercepting the auth token to a web browser? You use the agent-sdk which is fine but youre supposed to ONLY use that via api I thought?

      • forgotpwd16 2 hours ago ago

        Ah, I see. My only other caveat (other models/agents) is addressed in upcoming work to do. Otherwise, looks good, simple/straightforward UI, functional. Great work overall.