
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@tiwater/viber
Advanced tools
The AI worker that keeps vibing.
Runs on your machine. Connects to your tools. Gets things done while you focus on the flow.
npx @tiwater/viber
That's it. It starts, it connects, it vibes.
Viber isn't just a script. It's a runtime for agentic capabilities.
The fundamental building blocks. Viber knows how to control browsers, read files, connect via CDP, and listen to events.
The logic that puts skills to work. Apps are small, focused agents that solve specific problems.
Coding with Antigravity? Viber watches over your shoulder.
Requires Antigravity with --remote-debugging-port=9333
# Connect to Command Center (remote orchestration)
viber start --server wss://supen.app/vibers/ws --token YOUR_TOKEN
# Run only specific apps
viber start --disable-app antigravity-healing
Viber is extensible. Write a simple app to automate your own workflow:
const myApp: ViberApp = {
name: 'daily-report',
activate(context) {
return {
start: async () => {
// Use skills to do cool stuff
console.log("Vibing...");
}
};
}
};
MIT
FAQs
Agent Framework for Vibe-working
We found that @tiwater/viber 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.

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.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.