Kronus is an open-source alternative to Squads.so, providing a comprehensive front-end client for multisig operations across Solana and other SVMs/alt-chains.
- Cross-Chain Support: Manage multisig wallets on Solana and other compatible chains
- Comprehensive Interface: Create, manage, and execute multisig transactions
- Permissionless: Open-source and free to use
- Modern UI: Built with Nuxt 3 for a fast, responsive experience
While Squads.so provides an excellent service, Kronus aims to offer:
- A completely open-source solution
- Support for multiple blockchain networks
- Enhanced customization options
- Self-hosted deployment options
- Additional features for specialized use cases
- Sonic SVM (primary)
- Solana
- Future integrations planned for:
- Solana Virtual Machine (SVM) compatible chains
- Other alt-chains with compatible multisig protocols
Make sure to install dependencies:
# bun
bun install
Start the development server on http://localhost:3000
:
# bun
bun run dev
Build the application for production:
# bun
bun run build
Locally preview production build:
# bun
bun run preview
Check out the deployment documentation for more information.