🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

superbrain-server

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

superbrain-server - npm Package Compare versions

Comparing version
1.0.56
to
1.0.57
+1
-1
package.json
{
"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.
Aself-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
``bash
```bash
# Start server

@@ -61,3 +61,3 @@ superbrain-server

# Configure Ngrok tunnel
superbrain-server ngroj
superbrain-server ngrok

@@ -69,5 +69,5 @@ # Open interactive reset menu

superbrain-server reset --all
```
```
*(You can also run all of these via `npx -y superbrain-server@latest <command>`*
> **Tip:** You can also run all of these via `npx -y superbrain-server@latest <command>`

@@ -77,10 +77,12 @@ ## Default Runtime Location

The backend is permanently installed under your user home directory:
- **Windows**: `%USERPROFILE%\\.superbrain-server`
- **macOS/Linux**: `~/.superbrain-server`
- **Windows**: `%USERPROFILE%\.superbrain-server`
- **macOS / Linux**: `~/.superbrain-server`
## Connect Mobile App
After the backend starts:
1. Copy the Access Token shown in the backend console.
2. Open the SuperBrain app Settings.
1. Copy the **Access Token** shown in the backend console.
2. Open the SuperBrain app **Settings**.
3. Enter your server IP/URL and the Access Token.

@@ -91,10 +93,13 @@

### Python Not Found
Install Python 3.10+ and verify:
``bash
```bash
python --version
```
*(On Windows, `py -3 --version` should also work).*
```
> On Windows, `py -3 --version` should also work.
### Backend Not Reachable from Phone
If you are not on the same local network, expose the local port with Ngrok:

@@ -104,3 +109,4 @@

ngrok http 5000
```
```
Use the generated HTTPS URL in the app's Settings.

@@ -107,0 +113,0 @@