From mobazha
Install the Mobazha native binary on Linux, macOS, or Windows. Use when the user wants to run a store without Docker.
npx claudepluginhub mobazha/mobazha-skillsThis skill uses the workspace's default tool permissions.
Install Mobazha as a single native binary — no Docker, no runtime dependencies. Works on Linux (x86_64 & ARM64), macOS (Apple Silicon & Intel), and Windows.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Analyzes competition with Porter's Five Forces, Blue Ocean Strategy, and positioning maps to identify differentiation opportunities and market positioning for startups and pitches.
Install Mobazha as a single native binary — no Docker, no runtime dependencies. Works on Linux (x86_64 & ARM64), macOS (Apple Silicon & Intel), and Windows.
Official guide: https://mobazha.org/self-host (Native Binary tab) and https://mobazha.org/download
curl -sSL https://get.mobazha.org/install | bash
This downloads the mobazha binary to ~/.local/bin/ (or to a directory on your PATH) and starts the store.
.zip file for Windowsmobazha-tray.exe to startThe Windows desktop app includes a system tray icon and auto-opens your browser to the store admin.
~/.local/bin/ (or custom --dir)--no-start is passed)mobazha start --domain shop.example.com
mobazha start
The store will be accessible at http://localhost or http://<LAN-IP>. Buyers can still find you through the Mobazha network even without a public IP.
Linux (systemd) or macOS (launchd):
sudo mobazha setup-service install
This sets up the store to start automatically on boot. Manage with:
sudo systemctl status mobazha # Linux
sudo launchctl list | grep mobazha # macOS
| Flag | Description |
|---|---|
--version <tag> | Install a specific version (e.g., v0.3.0-beta.15) |
--dir <path> | Custom install directory (default: ~/.local/bin) |
--no-start | Download only, don't start the store |
mobazha backup -o ~/mobazha-backup.tar.gz
Remove the binary and service (keeps your store data):
curl -sSL https://get.mobazha.org/install | bash -s -- --uninstall
Remove everything including data:
curl -sSL https://get.mobazha.org/install | bash -s -- --uninstall --purge
curl | bash, which bypasses Gatekeeper (no Apple Developer signing required)--domain with a public-facing server, or enable Tor overlayhttp://localhost/admin (or https://your-domain/admin)store-onboarding skill for the full walkthrough)store-mcp-connect skillEnsure ~/.local/bin is in your PATH:
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && source ~/.bashrc
The installer needs write access to the install directory. Use --dir to specify a writable location, or run with appropriate permissions.
This shouldn't happen with curl | bash install. If running a downloaded binary directly, use:
xattr -d com.apple.quarantine ./mobazha