Ο open source AI agent προγραμματισμού.
English | 简体中文 | 繁體中文 | 한국어 | Deutsch | Español | Français | Italiano | Dansk | 日本語 | Polski | Русский | Bosanski | العربية | Norsk | Português (Brasil) | ไทย | Türkçe | Українська | বাংলা | Ελληνικά | Tiếng Việt
Αυτό το τοπικοποιημένο README ακολουθεί την τρέχουσα κατάσταση του αποθετηρίου Lfcode ώστε οι σύνδεσμοι λήψης, τα release assets και οι σημειώσεις συμβατότητας να παραμένουν σωστά.
Lfcode is a Bun workspace monorepo for the Lfcode AI coding agent. The repository currently ships Lfcode desktop branding, while the compatible CLI and config surface still use historical opencode names in several places.
Current public downloads are published on the GitHub Releases page.
- Desktop: the current release pipeline publishes a Windows installer named
lfcode-win-x64.exe. - Source: use Bun from the repo root for local development.
bun install
bun run dev
bun run dev:web
bun run dev:desktopSeveral runtime identifiers still use the historical opencode name for compatibility.
- CLI command:
opencode - Config directory:
~/.lfcode - Environment variables:
LFCODE_* - Desktop protocol scheme:
lfcode://
packages/lfcode: core runtime and session enginepackages/app: web UIpackages/desktop: Electron desktop hostpackages/ui: shared UI componentspackages/sdk/js: JavaScript SDK
The current docs source lives in packages/web/src/content/docs.
Run the main repository checks from the workspace root:
bun run lint
bun run typecheck- Issues: github.com/lfyxhappy/lfcode/issues
- Releases: github.com/lfyxhappy/lfcode/releases
