Vilvona AI

Your personal AI that connects everything.
Powered by Claude Fable 5. Self-hosted. BYOK. Mobile PWA.

MIT License npm: vilvona Node 22+ Claude Fable 5
$ npx vilvona
Get Started View on GitHub →
Features

Everything you need, nothing you don't.

Run your own AI assistant with Claude Fable 5 at its core. No cloud lock-in, no accounts, no tracking.

🧠

Claude Fable 5

Default model with 1M context window, computer use, and best-in-class reasoning. Always the frontier.

🇮🇳

Tamil & Hindi UI

First AI assistant with native Tamil (தமிழ்) and Hindi (हिन्दी) interface. Built for India, works globally.

📱

Mobile PWA

Install directly from your browser on iOS or Android — no app store needed. Works offline too.

🔑

BYOK — Bring Your Own Key

Use your own Anthropic API key. Pay per token directly. Vilvona never sees your data or billing.

🏠

Fully Self-Hosted

Runs entirely on your machine or server. No cloud, no accounts, no telemetry. You own everything.

🔌

100+ Integrations

WhatsApp, Telegram, Slack, Discord, Gmail, Notion, GitHub and more — all connected through one interface.

🌍

21 Languages

Tamil, Hindi, English, Chinese, Japanese, Korean, Arabic, French, German, Spanish and 11 more.

npx Ready

One command to start. No global install required. Always runs the latest version automatically.

🐋

Docker Support

Containerized deployment with a single docker run command. Ready for VPS, cloud, and CI environments.

Quick Start

Up and running in 60 seconds.

No configuration needed to get started. Just your Anthropic API key.

1

Run with npx

No install required. Pulls the latest version automatically.

2

Set your API key

Get a free key at console.anthropic.com — pay per token.

3

Open the interface

Visit http://localhost:4000 in your browser. Done.

4

Install on mobile (optional)

Open http://your-ip:4000 on your phone → "Add to Home Screen".

bash
# Run instantly — no install needed
npx vilvona

# Or install globally
npm install -g vilvona
vilvona
bash — set API key
export ANTHROPIC_API_KEY=sk-ant-...
npx vilvona
json — ~/.openclaw/config.json
{
  "defaults": {
    "model": "anthropic/claude-fable-5"
  },
  "ui": {
    "language": "ta"  // Tamil
  }
}
Languages

Built for the world. Built for India.

Native Tamil and Hindi UI — the first AI assistant to truly speak India's languages.

Language Native Script Code Status
TamilFeatured தமிழ் ta ✓ Full UI
HindiFeatured हिन्दी hi ✓ Full UI
English English en ✓ Default
Chinese (Simplified) 中文 zh ✓ Supported
Japanese 日本語 ja ✓ Supported
Korean 한국어 ko ✓ Supported
Arabic العربية ar ✓ Supported
French Français fr ✓ Supported
German Deutsch de ✓ Supported
Spanish Español es ✓ Supported
+ 11 more languages 21 total

Unlock the full power of Vilvona AI.

One-time purchase. No subscriptions, no monthly fees. Lifetime access to Pro features.

Feature Free Pro
Claude Fable 5
All integrations
Tamil & Hindi UI
Mobile PWA
Enterprise audit logs
Team config sync
Priority Fable 5 routing
Custom AI personas (unlimited)
Webhook & Zapier integrations
White-label branding
Vilvona AI Pro
₹4,100 one-time
~$49 USD · No subscription · Lifetime access
  • Enterprise audit logs & analytics
  • Team config sync across devices
  • Priority Claude Fable 5 routing
  • Unlimited custom AI personas
  • Webhook & Zapier integrations
  • White-label branding
  • Lifetime updates included
Get Pro — ₹4,100 →
bash — activate pro key
export VILVONA_PRO_KEY=VLVN-XXXX-XXXX-XXXX-XXXX
vilvona
Install

Works with npm, yarn, pnpm, and Docker.

One command on any OS — Mac, Windows, Linux. Node.js 22+ required.

npx — recommended

No install needed
npx vilvona
🧶

yarn

yarn dlx (no install)
yarn dlx vilvona
📦

pnpm

pnpm dlx (no install)
pnpm dlx vilvona
🐋

Docker

Container deployment
docker run \
  -e ANTHROPIC_API_KEY=sk-ant-... \
  -p 4000:4000 \
  ghcr.io/vignesh2027/vilvona-ai
🪟

Windows (PowerShell)

Windows native
$env:ANTHROPIC_API_KEY="sk-ant-..."
npx vilvona
🍺

From Source

Clone & run
git clone github.com/vignesh2027/Vilvona-AI
cd Vilvona-AI
npx vilvona