Neurolism CLI
Your terminal, directly connected. Just launch neurolism and start typing - answer questions, write code, run commands, debug. Without ever opening the browser.
$ neurolism
Neurolism CLI · ~/projects/api · /help for help
▸ Build a small .NET API and run it with dotnet run
Setting up the project and starting the server for you …
✓ write_file Program.cs
✓ bash dotnet run
Ready to go in three steps
The installer sets up Node.js and every dependency automatically. The CLI is available from the Pro plan.
- 1
Installation - one line is enough
The installer sets everything up automatically - including Node.js and all dependencies, should they be missing. No further input required:
curl -fsSL https://neurolism.com/install.sh | bash
- 2
Sign in
Start the login - your browser opens and you confirm the connection right in the web app. No password needed in the terminal.
neurolism login
- 3
Get started
That's it. Launch neurolism and simply start typing - whether it's a question or a coding task. Neurolism answers questions and gets tasks done directly: writing code, creating files, running commands, debugging. It asks before making changes.
neurolism ❯ Build a small .NET API and run it with dotnet run
Good to know: Your CLI chats appear automatically in your web history - you can seamlessly continue any conversation in the browser. The CLI requires at least the Pro plan.
One command that does it all
neurolism is the single entry point: just launch it and start typing. Questions get answered, coding tasks are carried out directly - reading, writing and editing files, creating folders and running shell commands (such as dotnet run or python x.py), running tests and debugging. The model runs on the server; the tools run locally on your machine, strictly limited to your current working directory. Available from the Pro plan.
What the agent can do
- Read, write and precisely edit files
- Create folders and search the project
- Run shell commands - builds, tests, git
You stay in control
- It asks before every change and every command
- Allow per action, for the session, or decline
- Everything runs only in your current working directory
neurolism ❯ Build a small .NET API and run it with dotnet run
Command reference
neurolism is the single main command - just launch it and start typing. Everything else only helps with setup and management.
| Command | Description |
|---|---|
| neurolism | Start the assistant - answers questions and carries out coding tasks directly: writing code, creating files and folders, running commands (dotnet run, python x.py), debugging. Just start typing. |
| neurolism login | Connect the terminal to your Neurolism account |
| neurolism logout | Delete stored access tokens |
| neurolism models | Show available models, current one marked |
| neurolism skills | Show your skills - active ones feed into every answer |
| neurolism skills toggle <nr> | Enable or disable a skill by number |
| neurolism skills market [suche] | Browse the skill marketplace (author, installs, status) |
| neurolism skills install <nr> | Install a skill from the marketplace list - active immediately |
Slash commands in a session
These shortcuts work while neurolism is running - for the model, skills and history.
| Command | Description |
|---|---|
| /help | Show the overview of commands in the running session |
| /model | Switch model (numbered selection) |
| /skills | Show skills and toggle them by number |
| /new | Start a new chat |
| /chats | List recent chats and load history |
| /exit | Exit |
Open your terminal, let's go
Just two commands stand between you and your first prompt on the command line - after that, simply start typing.
curl -fsSL https://neurolism.com/install.sh | bash neurolism login