
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
@tiwater/supen
Advanced tools
Supen CLI — command-line tool to manage local Supen daemon, agents, and skills
@tiwater/supenSupen CLI for bootstrapping a local Supen daemon, managing agents and skills, and chatting with your local runtime from the terminal.
npm install -g @tiwater/supen
After install, the binary is available as:
supen
The easiest first run is:
supen bootstrap
That walks through initial setup, writes ~/.supen/config.yaml, and prepares the local daemon/service setup.
If you want to configure models manually instead:
supen model add minimax <api-key>
supen model set minimax:MiniMax-M2.7
supen doctor
Run supen with no arguments to open the interactive chat REPL:
supen
supen chat "hi"
supen chat --agent web-agent --session <session-id> "continue"
supen chat --json "status"
supen daemon install
supen daemon status
supen daemon logs --lines 100
supen daemon update
supen doctor
supen doctor list
supen doctor run
supen model list
supen model add openai <api-key>
supen model set openai:gpt-4.1
supen model remove openai
supen skills list
supen skills install <git-url-or-name>
supen skills enable <name>
supen skills inspect <name>
supen agent list
supen agent create research-agent
supen session list
supen session show <session-id>
supen config list
supen config get default_model
supen config set gateway.url https://gateway.example.com
supen config delete gateway.url
Supen CLI uses the local Supen home directory:
~/.supen/config.yaml~/.supen/auth.json~/.supen/agentssupen bootstrap
supen doctor
supen daemon status
supen
Or, for scriptable use:
supen chat --json "summarize the current project"
Every command supports --help:
supen --help
supen chat --help
supen daemon --help
supen skills --help
https://github.com/tiwater/supenhttps://github.com/tiwater/supen/issuesFAQs
Supen CLI — command-line tool to manage local Supen daemon, agents, and skills
The npm package @tiwater/supen receives a total of 6 weekly downloads. As such, @tiwater/supen popularity was classified as not popular.
We found that @tiwater/supen demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.