Capsules
Import `.skr`, inspect inventory, and enable or disable local exposure intent through Core commands.
Desktop alpha
Desktop is the tray-first consumer console for SkillRun Core. Use it to inspect local capsules, review Team Library catalog status and install plans, preview Router exposure, mount MCP clients, and read run evidence without bypassing Core.
Desktop is useful only after the Core CLI is available on the machine. Start here, then verify the binary before launching the app.
macOS / Linux
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/iiwish/skillrun/releases/latest/download/skillrun-installer.sh | sh
skillrun --version Windows PowerShell
powershell -ExecutionPolicy Bypass -c "irm https://github.com/iiwish/skillrun/releases/latest/download/skillrun-installer.ps1 | iex"
skillrun --version desktop-v0.1.0-alpha.6 is a public prerelease for validating Desktop packaging, the first-run demo path, and remote catalog URL read-only checks. It is not a stable Desktop release.
Download alpha prereleaseRelease
desktop-v0.1.0-alpha.6
Core gate
SkillRun Core v0.6.8 real smoke
Status
Prerelease, not latest
Alpha.6 focus
Alpha installation notes
artifacts
The source path remains the clearest option for development and local debugging. It starts a local Tauri development build; it is not a background Router daemon.
alpha source path
git clone https://github.com/iiwish/skillrun-desktop.git
cd skillrun-desktop
npm install
npm run skillrun:verify-local
npm run tauri -- dev Verify what Desktop will see
which skillrun
skillrun --version
npm test -- --run
npm run smoke:real-core Import `.skr`, inspect inventory, and enable or disable local exposure intent through Core commands.
Paste a shared catalog URL for read-only inspect/status/plan, or use a local catalog path for guarded `.skr` install apply after checksum verification.
Preview Router exposure, run mount plan/apply, and keep MCP clients pointed at `skillrun router serve --mcp`.
Browse summary-only run records and inspect structured outcomes through Core JSON surfaces.
01
Install Core and run the 5-minute path.
02
Launch Desktop and try the local hero catalog, or paste a shared team catalog URL for read-only review.
03
Use a local catalog/package path when you are ready to apply a guarded `.skr` import.
04
Enable exposure only after review, then mount the Router into your MCP client.