kitlib /
tauri-app-template
Modern Desktop App Template: Tauri v2 + React 19 + TypeScript + shadcn/ui A high-performance, lightweight, and type-safe starter kit for cross-platform desktop development.
Loading repository data…
chrlsio / repository
Lightweight, high-performance cross-platform desktop app to browse, sync, and manage AI agent skills across Claude Code, Cursor, Gemini CLI, Copilot, and more.(轻量高性能的跨平台 AI Agent Skills 管理工具)
Frontend: React 19, TypeScript, Tailwind CSS 4, shadcn/ui
Native Core: Rust, Tauri 2, SQLite
Automatically detects your OS, architecture, and picks a matching installer from GitHub Releases.
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/chrlsio/agent-skills/v0.1.8/install.sh | bash
Windows (PowerShell):
irm https://raw.githubusercontent.com/chrlsio/agent-skills/v0.1.8/install.ps1 | iex
Supported formats: Linux (.deb / .rpm / .AppImage) | macOS (.dmg) | Windows (.exe / .msi)
# 1. Tap this repository
brew tap chrlsio/agent-skills https://github.com/chrlsio/agent-skills
# 2. Install AgentSkills
brew install --cask agentskills
Tip: if you hit quarantine-related issues, try --no-quarantine.
AgentSkills.app + .dmg.msi + .exe.AppImage + .debDue to macOS security checks, apps downloaded outside the App Store may trigger this message.
Command-line fix (recommended):
sudo xattr -rd com.apple.quarantine "/Applications/AgentSkills.app"
Homebrew tip:
brew install --cask --no-quarantine agentskills
# Install dependencies
npm install
# Run in development (starts Vite + Tauri)
npm run tauri dev
# Frontend only (port 1420)
npm run dev
# Type check
npx tsc
# Rust tests
cd src-tauri && cargo test
npm run tauri build
Contributions are welcome! Please open an issue first to discuss what you'd like to change.
Selected from shared topics, language and repository description—not editorial ratings.
kitlib /
Modern Desktop App Template: Tauri v2 + React 19 + TypeScript + shadcn/ui A high-performance, lightweight, and type-safe starter kit for cross-platform desktop development.