SuperBrain Server Installer & CLI

1.0.60 · active · verified Sun Apr 19

SuperBrain Server is an npm package acting as a command-line interface (CLI) wrapper for installing, configuring, and managing the SuperBrain Python backend. As of version 1.0.60, it provides a one-line setup for a self-hosted AI-powered second brain designed for Android devices, facilitating the analysis and organization of content from platforms like Instagram, YouTube, and the web. Its core functionalities include a multi-provider AI router for services like Groq, Gemini, OpenRouter, and Ollama, automatic background music identification via Shazam, and audio transcription using Groq Whisper with a local OpenAI Whisper fallback. The package simplifies the deployment process, handling Python virtual environment creation and dependency installation, and offers commands for status checking, updates, and network configuration (e.g., Ngrok). While specific release cadence is not explicitly stated, updates align with new features and improvements to the SuperBrain ecosystem, providing a robust, locally controlled alternative to cloud-based 'second brain' solutions.

Common errors

Warnings

Install

Imports

Quickstart

Initializes and runs the SuperBrain Python backend, performing all necessary system setup, Python environment creation, dependency installation, and interactive configuration for AI keys and other settings on the first execution.

npx -y superbrain-server@latest

view raw JSON →