Install
$ agentstack add mcp-lfyxhappy-lfcode ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
本地优先的开源 AI 编程工作台 把对话、代码编辑、终端、浏览器、Skills 与自动化工作流带进同一个桌面环境。
下载 · 快速开始 · Issues
English | 简体中文 | 中文 | 繁體中文 | 한국어 | Deutsch | Español | Français | Italiano | Dansk | 日本語 | Polski | Русский | Bosanski | العربية | Norsk | Português (Brasil) | ไทย | Türkçe | Українська | বাংলা | Ελληνικά | Tiếng Việt
一个工作台,贯穿完整开发流程
- 会话:组织持续的 AI 协作,查看状态、Diff 和历史,并在不同任务之间保持上下文清晰。
- 代码编辑与终端:在同一工作区阅读和修改代码、运行命令,让讨论直接落到可验证的结果。
- 浏览器与自动化:把页面操作、调试和验证接入代理工作流,覆盖从实现到真实界面检查的闭环。
- Skills 与扩展:通过本地 Skills、MCP、插件和 SDK 组合适合项目的工具链与自动化能力。
功能展示
以下为统一视觉占位,真实产品预览将随后补充。
会话
编辑器与终端
浏览器自动化
Skills 与扩展
快速开始
Windows 桌面端
前往 GitHub Releases,下载 lfcode-win-x64.exe 并按安装向导完成安装。
命令行
Lfcode 的正式主命令是:
lfcode
从源码运行
需要 Bun 1.3.11。克隆仓库后在根目录运行:
git clone https://github.com/lfyxhappy/lfcode.git
cd lfcode
bun install
bun run dev
按需要也可以单独启动 Web UI 或桌面开发环境:
bun run dev:web
bun run dev:desktop
架构与扩展
Lfcode 是一个 Bun workspace monorepo:
packages/lfcode:核心运行时、CLI 与会话引擎packages/app:Web 应用界面packages/desktop:Electron 桌面宿主packages/ui:共享 UI 组件packages/plugin:插件接口packages/sdk/js:JavaScript SDK
项目配置、Skills、命令、主题、插件和工具可以放在 .lfcode/ 中,以便按工作区组合和复用。开发提交前可从仓库根目录运行:
bun run lint
bun run typecheck
兼容说明
Lfcode 从 opencode 项目演进而来。为照顾已有配置和自动化,部分历史入口仍作为兼容别名保留;新文档、脚本和日常使用应优先采用 lfcode 命令与 LFCODE_* 环境变量。
参与项目
Lfcode 使用 [MIT License](LICENSE) 发布。
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: lfyxhappy
- Source: lfyxhappy/lfcode
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.