superbrain-server
Advanced tools
+1
-1
| { | ||
| "name": "superbrain-server", | ||
| "version": "1.0.56", | ||
| "version": "1.0.57", | ||
| "description": "1-Line Auto-Installer and Server Execution wrapper for SuperBrain", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+33
-27
@@ -1,6 +0,6 @@ | ||
| #superbrain-server | ||
| # superbrain-server | ||
| One-command installer and launcher for the SuperBrain backend. | ||
| A self-hosted AI-powered second brain for Android — save Instagram posts, YouTube videos, and web pages directly from the share sheet, have them automatically analysed by AI, and rediscover them with intelligent search, collections, and smart notifications. | ||
| A self-hosted AI-powered second brain for Android - save Instagram posts, YouTube videos, and web pages directly from the share sheet, have them automatically analysed by AI, and rediscover them with intelligent search, collections, and smart notifications. | ||
@@ -19,17 +19,16 @@ ## Features Included in This Server | ||
| ```bash | ||
| npx -y superbrain-server@latest | ||
| ``` | ||
| ```bash | ||
| npx -y superbrain-server@latest | ||
| ``` | ||
| 2. **Global Install** | ||
| ```bash | ||
| npm install -g superbrain-server | ||
| superbrain-server | ||
| ``` | ||
| ```bash | ||
| npm install -g superbrain-server | ||
| superbrain-server | ||
| ``` | ||
| ## What It Does on First Run | ||
| 1. Unpacks backend files into ~/.superbrain-server | ||
| 1. Unpacks backend files into `~/.superbrain-server` | ||
| 2. Creates an isolated Python virtual environment | ||
@@ -42,10 +41,11 @@ 3. Installs Python dependencies | ||
| - Node.js 20+ | ||
| - Python 3.10+ | ||
| - ffmpeg | ||
| | Dependency | Version | | ||
| |------------|---------| | ||
| | Node.js | 20+ | | ||
| | Python | 3.10+ | | ||
| | ffmpeg | latest | | ||
| ## Commands | ||