by lovstudio
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/lovstudio/lovcodeImport and browse your claude.ai web conversation history alongside Claude Code sessions.
| Version | Highlights | |---------|------------| | 0.24.16 | Import claude.ai web exports (.zip/dir), data source tabs (All/Code/Web) | | 0.24.15 | Structured content blocks — view tool calls, thinking, tool results | | 0.24.14 | Full-text search with jieba Chinese tokenization | | 0.24.12 | Two-column master-detail layout with grouped/flat toggle | | 0.24.11 | In-app auto-updater | | 0.24.7 | Session usage tracking with token counts and cost estimation | | 0.24.6 | Script-configurable statusbar, Apple-style settings layout | | 0.24.0 | File-system routing architecture, settings split into sub-pages |

~/.claude/commands/)Community configuration framework for Lovcode, inspired by oh-my-zsh.
curl -fsSL https://raw.githubusercontent.com/lovstudio/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/lovstudio/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 + jieba (full-text, Chinese-aware) |
Apache-2.0
No comments yet. Be the first to share your thoughts!