Requirements
- Node.js 18 or newer (nodejs.org)
- npm (included with Node)
- Internet connection
- Google account (for sign-in)
Works on Windows, macOS, and Linux.
Install
Method 1 — npm (all platforms)
npm install -g slek-ai-cli
Verify the install:
slek --version
Method 2 — Windows one-line installer
PowerShell (admin not required):
irm https://slek-ai-portal.vercel.app/install.ps1 | iex
The installer tries to fix npm on your PATH. Open a new terminal and run slek.
Sign in (Google)
- Run in your terminal:
slek login
- Your browser opens — choose a Google account and sign in
- When you see “Login Successful”, return to the terminal
- Start chatting:
slek
Where is the token stored?
Windows:
macOS/Linux:
Windows:
%APPDATA%\.slek-auth.jsonmacOS/Linux:
~/.slek-auth.json
Other auth commands
| Command | Action |
|---|---|
slek status | Check whether you are signed in |
slek logout | Sign out and delete the stored token |
Main commands
| Command | Description |
|---|---|
slek login | Sign in with Google (first time or new session) |
slek | Start interactive AI chat |
slek logout | Sign out |
slek status | Show the current account |
In chat mode, type any question. Commands start with / (see list below).
Chat commands (while slek is running)
| Command | Action |
|---|---|
/help | List all commands |
/model | Switch AI model (1–8) |
/clear | Clear chat history |
/history | View previous messages |
/save | Save chat to chat-*.txt |
/info | User, model, and API URL |
/exit or /quit | Exit the CLI |
For news, scores, weather, and similar topics, the CLI may automatically use web search.
Available AI models
Run /model and enter a number:
| # | Model | Best for |
|---|---|---|
| 1 | Gemma 3n E4B | General chat |
| 2 | Llama 3.3 70B | Strong text |
| 3 | Llama 3.2 90B Vision | Vision / images |
| 4 | Llama 3.2 11B Vision | Lighter vision |
| 5 | Llama 3.1 70B | Fast and balanced |
| 6 | Llama 3.2 3B | Quick replies |
| 7 | Llama 3.2 1B | Lightest option |
| 8 | Llama 4 Maverick 17B | Default (recommended) |
Quick start
1
npm install -g slek-ai-cli
2
slek login
3
slek