Skip to content

Latest commit

 

History

History
96 lines (75 loc) · 3.56 KB

File metadata and controls

96 lines (75 loc) · 3.56 KB

Lfcode logo

Der Open-Source-KI-Coding-Agent.

Latest release Build status

English | 简体中文 | 繁體中文 | 한국어 | Deutsch | Español | Français | Italiano | Dansk | 日本語 | Polski | Русский | Bosanski | العربية | Norsk | Português (Brasil) | ไทย | Türkçe | Українська | বাংলা | Ελληνικά | Tiếng Việt

Lfcode Terminal UI


Diese lokalisierte README folgt dem aktuellen Stand des Lfcode-Repositories, damit Download-Links, Release-Artefakte und Kompatibilitatshinweise korrekt bleiben.

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.

Installation

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:desktop

Compatibility

Several runtime identifiers still use the historical opencode name for compatibility.

  • CLI command: opencode
  • Config directory: ~/.lfcode
  • Environment variables: LFCODE_*
  • Desktop protocol scheme: lfcode://

Repository Layout

  • packages/lfcode: core runtime and session engine
  • packages/app: web UI
  • packages/desktop: Electron desktop host
  • packages/ui: shared UI components
  • packages/sdk/js: JavaScript SDK

Documentation

The current docs source lives in packages/web/src/content/docs.

Validation

Run the main repository checks from the workspace root:

bun run lint
bun run typecheck

Support