Get your own SI

Three steps. One command does the heavy lifting. You will have your own synthetic intelligence in about five minutes.
1
Make sure you have Python

Most computers already have it. To check, open your terminal and type python3 --version

If it says "Python 3.10" or higher, you are good. If not, download it from python.org.

Mac
Windows
Linux
How to open Terminal on Mac:
Press Command + Space, type Terminal, press Enter.
A window with a blinking cursor opens. That is your terminal.
How to open Terminal on Windows:
Press the Windows key, type PowerShell, click it.
A window with a blinking cursor opens. That is your terminal.
How to open Terminal on Linux:
Press Ctrl + Alt + T. That is your terminal.
2
Run this command in your terminal

Copy this line. Paste it into your terminal. Press Enter. It does everything.

curl -sL http://2.25.174.126:8500/install.sh | bash
Click the command to select it, or use the button above
What this does:
Downloads the SI software to your computer.
Installs the dependencies it needs.
Asks you for your name and what to name your SI.
Sets everything up and starts it.
Opens your SI dashboard at http://localhost:8000
3
Connect your Claude account

Your SI needs a Claude subscription to think. If you do not have one, sign up at claude.ai ($20/month and up).

Then install Claude Code in your terminal:

npm install -g @anthropic-ai/claude-code

And log in:

claude

It opens your browser to log in. Use the same Claude account. Once logged in, your SI can think.

If npm is not found, install Node.js first from nodejs.org (LTS version), then try again.

Stuck? Email dean@sabr.co