AI-powered, platform-agnostic, and decentralized package manager.
Full documentation is available at nathfavour.github.io/anyisland/.
# Install Anyisland
curl -fsSL https://raw.githubusercontent.com/nathfavour/anyisland/master/install.sh | bash
# Update (Anyisland updates automatically on every run, but you can force it)
anyisland update anyisland
# Uninstall Anyisland
anyisland uninstallInitialize your local Island and configure your PATH.
anyisland setupTransform any GitHub repository into an installed tool via AI analysis.
anyisland ingest github.com/user/repoSee what's installed and managed.
anyisland list- PAL (Platform Abstraction Layer): Unified interface for Linux, macOS, and Windows.
- Registry: SQLite database (
~/.anyisland/island.db) tracking all tools. - Daemon: Background UDP server (:1995) for discovery and Unix Socket (
anyisland.sock) for the Pulse Handshake. - Agent: AI Synthesizer that generates build plans from source code analysis.
# Build CLI
go build -o anyisland ./cmd/anyisland