Skip to content

lfyxhappy/lfcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lfcode logo

The open source AI 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


This README matches the current Lfcode repository state so download links, release assets, and compatibility notes stay accurate.

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors