A desktop companion app for AI coding tools. Browse Claude Code chat history, manage configurations, commands, skills, and more.
# Add to your Claude Code skills
git clone https://github.com/MarkShawn2020/lovcode
~/.claude/commands/)Community configuration framework for Lovcode, inspired by oh-my-zsh.
curl -fsSL https://raw.githubusercontent.com/MarkShawn2020/oh-my-lovcode/main/install.sh | bash
Share and discover statusbar themes, keybindings, and more at oh-my-lovcode.
Download the latest release for your platform from Releases.
# Clone the repository (with submodules)
git clone --recursive https://github.com/markshawn2020/lovcode.git
cd lovcode
# Install dependencies
pnpm install
# Run development
pnpm tauri dev
# Build for distribution
pnpm tauri build
| Layer | Technology | |-------|------------| | Frontend | React 19, TypeScript, Tailwind CSS, Vite | | Backend | Rust, Tauri 2 | | UI Components | shadcn/ui | | State | Jotai | | Search | Tantivy (full-text search) |
[](https://star-history.com/#mar...