
Security News
TC39 Advances 11 Proposals for Math Precision, Binary APIs, and More
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
Seron CLI - Chat with multiple AI models from your terminal with automatic code execution
A powerful CLI for chatting with multiple AI models - now with automatic code execution
███████╗███████╗██████╗ ██████╗ ███╗ ██╗
██╔════╝██╔════╝██╔══██╗██╔═══██╗████╗ ██║
███████╗█████╗ ██████╔╝██║ ██║██╔██╗ ██║
╚════██║██╔══╝ ██╔══██╗██║ ██║██║╚██╗██║
███████║███████╗██║ ██║╚██████╔╝██║ ╚████║
╚══════╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝
Open source | Multiple AI providers | Automatic code execution
Seron is a CLI tool that lets you chat with multiple AI models from your terminal. It can automatically create files, install packages, and run commands based on your conversations. No more switching between different AI websites or copying terminal commands.
npm install -g seron-cli
Or install from source:
git clone https://github.com/nexiloop/seron-cli.git
cd seron-cli
npm install && npm run build && npm link
Seron saves all configuration locally in ~/.seron-cli/config.json
. Your data stays on your machine.
Install Ollama for local models that don't require API keys.
seron
Shows the banner and interactive menu
seron setup
Configuration wizard for API keys and default model
seron chat
or seron c
Start chatting with AI that can create files and run commands automatically
New Features:
Options:
-m, --model <model>
- Choose AI model for this session-s, --system <prompt>
- Set custom system promptExamples:
# Basic enhanced chat
seron chat
# Build a complete React app automatically
seron chat -m gpt-4
# Then say: "Create a React todo app with TypeScript and Tailwind CSS"
# Code review mode
seron chat -m gpt-4 -s "universal-code"
# Creative writing with Claude
seron chat -m claude-3.5-sonnet -s "creative"
# Local model
seron chat -m llama3
seron models
List all available models and their status
seron config
Change settings
Options:
-k, --key <key>
- Set an API key-m, --model <model>
- Change default modelseron chat -m gpt-4
Then say: "Create a Next.js blog with TypeScript, Tailwind CSS, and sample posts"
Watch Seron:
seron chat -m claude-3.5-sonnet
Then say: "Create a Python script that scrapes Reddit posts and saves them to CSV"
Watch Seron:
While chatting:
exit
- Exit the chatclear
- Clear chat historyhelp
- Show help and features/model <model-id>
- Switch models/system <prompt>
- Change AI personalitySeron shows what it's doing:
filename.js
- Making new filespackage.json
- Modifying filesnpm install react
- Executing commandsgit clone https://github.com/nexiloop/seron-cli.git
cd seron-cli
npm install
npm run dev
npm run build
npm run build
node dist/cli.js chat -m gpt-4
seron-cli/
├── src/
│ ├── cli.ts # Main entry point
│ ├── commands/ # All commands (enhanced chat)
│ ├── services/ # AI integrations + file system
│ ├── utils/ # Progress messages + banner
│ ├── config/ # Model configs and prompts
└── README.md # You are here
MIT License - use this code however you want.
If Seron helped you, please star the repository!
Built by developers, for developers
Maintained by NexiLoop
Enhanced with AI automation
v1.0.2 includes important bug fixes for better user experience.
FAQs
Seron CLI - Chat with multiple AI models from your terminal with automatic code execution
The npm package seron-cli receives a total of 2 weekly downloads. As such, seron-cli popularity was classified as not popular.
We found that seron-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.