Show HN: Y —— 一款基于 Electron 构建的、具有可塑性的编程代理桌面应用
Show HN: Y – A malleable coding-agent desktop app built with Electron

原始链接: https://github.com/y-times-y/y

**y** 是一个自我演进、以本地优先的桌面编程环境,旨在让软件像它所创建的代码一样具有可塑性。与静态的智能体应用不同,y 允许用户通过专用的“修改”轨道实时调整应用的 UI,同时将核心功能保护在安全的内核之中。 主要功能包括: * **自我修改:** 用户可以编辑实时 UI,内置的安全机制允许在修改导致功能异常时即时回滚。 * **本地智能体编排:** y 不充当代理,而是通过用户自己的身份验证在本地运行首选的编程智能体(如 Claude Code 或 Codex),确保完全掌控。 * **工作流灵活性:** 支持用于并行智能体任务的隔离工作区,并提供以聊天为核心的界面,而非传统的编辑器克隆。 * **隐私优先:** 应用将项目文件、终端指令和提示词保留在本地,仅向开发者发送非敏感的应用健康分析数据。 目前,y 正处于 macOS 平台的积极开发阶段。它将应用界面视为一种可自定义的工具,让用户能够在不牺牲安全性或性能的前提下,真正拥有自己的编程工作空间。

Hacker News | 最新 | 过往 | 评论 | 提问 | 展示 | 招聘 | 提交 | 登录 Show HN: Y – 一款基于 Electron 构建的、可塑性强的编码代理桌面应用 (github.com/y-times-y) HetPatel106 发布于 1 小时前 | 10 分 | 隐藏 | 过往 | 收藏 | 6 条评论 | 帮助 eightysixfour 4 分钟前 | 下一条 [–] 这个概念很棒,但既然它是本地运行且使用我自己的 Claude Code,为什么我非得登录你们的网站呢? 回复 joelres 25 分钟前 | 上一条 | 下一条 [–] 非常酷!建议:如果能包含一些功能示例,或者列出一些可以尝试的操作(或明确禁止的操作),将会很有帮助。 回复 joeyguerra 7 分钟前 | 上一条 | 下一条 [–] 让我想起了 Smalltalk。 回复 warpech 15 分钟前 | 上一条 | 下一条 [–] 酷!你的自述文件里提到了“修改”(Modify)。那是什么?这用到了生成式 UI 吗? 回复 ermantrout 1 小时前 | 上一条 [–] 嘿,这个挺酷的。 回复 HetPatel106 40 分钟前 | 父评论 [–] 谢谢! 回复 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系 搜索:
相关文章

原文

y desktop app showing a chat-first coding workspace

Download for macOS

y is a self-modifying desktop coding-agent app.

It is built around a simple idea: software should become malleable while you use it. The main interface is a chat, but the app can reshape its own UI through a protected Modify surface. You can ask y to change how y itself works, keep the change if it renders safely, or roll it back if it does not.

y is not a new agent model. It is a local, chat-first workspace for the coding agents you already use: Claude Code, OpenAI Codex, and other CLI-native agents over time.

Most coding-agent apps are fixed products. You can use them, configure them, maybe install plugins, but the product itself still belongs to someone else.

y is different. It treats the app as malleable software:

  • Chat first. The default surface is a focused conversation, not an editor clone.
  • Self-modifying. The Modify rail can edit the live Userland UI while the protected Kernel stays locked.
  • Local agents. Claude Code and Codex run as official local CLIs with the user's own login.
  • Parallel work. Chats can use isolated workspaces so agents can work in parallel without stepping on the same files.
  • Diff-gated changes. UI changes compile, render, show a diff, and can be kept or discarded.
  • Rollback built in. The app keeps known-good snapshots so broken UI changes can recover.

y is split into two parts:

Layer What it does
Protected Kernel Auth, local engine adapters, app state, safety rails, filesystem boundaries, terminal bridge, Modify rail, and rollback runway.
Mutable Userland The chat UI and app surface that can be edited live by the user or by Modify.

This split lets y feel self-modifying without giving the modification agent control over the protected core. The app can change its own interface, but the Kernel still owns the trust boundaries.

y runs coding agents locally instead of proxying them through a hosted account.

  • Claude Code uses the official Claude Code CLI.
  • Codex uses the official Codex CLI.
  • Model and effort settings stay visible in the composer.
  • Multiple chats can run against different engines.
  • Isolated workspaces let parallel agents work without interfering with each other.

The user's local CLI auth remains the source of truth. y orchestrates the experience; it does not replace the agent providers.

The latest macOS build is published on GitHub Releases:

Download y for macOS

Current release target: macOS Apple Silicon.

cd app
pnpm install
pnpm dev

Useful checks:

pnpm typecheck
pnpm test:ui

Build a local macOS bundle:

The generated app artifacts are written to app/dist/ and are intentionally not committed.

y keeps the coding workflow local. Project files, terminal commands, and agent prompts are not sent to y's product analytics.

Product analytics are for app usage health: sign-in state, feature usage, feedback, and missing-brick requests. Missing-brick reports are structured and should describe the missing capability, not the user's private prompt or source code.

y is under active development. The current focus is launch-readiness for macOS: packaging, auth, analytics, local app-state durability, and the self-modifying Modify workflow.

MIT. See LICENSE.

联系我们 contact @ memedata.com