
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@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/agentsThe local daemon stores state under SUPEN_HOME and now also reads:
SUPEN_DAEMON_CONTAINER_NAME (default: supen-daemon)PORT (default: daemon port from config or 2756)Example dev profile:
SUPEN_HOME=$HOME/.supen-dev \
PORT=2756 \
SUPEN_DAEMON_CONTAINER_NAME=supen-daemon-dev \
supen daemon install
Example isolated test profile:
SUPEN_HOME=$(mktemp -d) \
PORT=3760 \
SUPEN_DAEMON_CONTAINER_NAME=supen-daemon-test \
supen daemon install
Optional helper scripts are available:
./scripts/supen-dev.sh daemon install
./scripts/supen-test.sh daemon install
supen 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
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.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.