An AI-powered desktop app built with Tauri + SvelteKit + TypeScript.
VS Code + Svelte + Tauri + rust-analyzer.
To install Silo with Homebrew:
# First add the homebrew tap
brew tap julien-blanchon/homebrew-tap
# Then install silo
brew install --cask silocuThis project uses automated version management with semantic-release.
Important: Use conventional commit messages for your commits:
feat:- New features (minor version bump)fix:- Bug fixes (patch version bump)feat!:orBREAKING CHANGE:- Breaking changes (major version bump)
See CONTRIBUTING.md for detailed guidelines.
# Install dependencies
bun install
# Run development server
bun run dev
# Build for production
bun run build