vilvona 1.0.7 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +111 -259
- package/docs/index.html +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/openclaw.mjs +1 -1
- package/package.json +17 -2
package/README.md
CHANGED
|
@@ -1,278 +1,176 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
|
-
<img src="ui/public/logo1.png" alt="Vilvona AI" width="
|
|
3
|
+
<img src="ui/public/logo1.png" alt="Vilvona AI" width="100" />
|
|
4
4
|
|
|
5
5
|
# Vilvona AI
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
[](https://www.npmjs.com/package/vilvona)
|
|
10
|
-
[](LICENSE)
|
|
7
|
+
[](https://www.npmjs.com/package/vilvona)
|
|
8
|
+
[](LICENSE)
|
|
11
9
|
[](https://nodejs.org)
|
|
12
10
|
[](https://anthropic.com)
|
|
13
|
-
[](https://snyk.io/test/github/vignesh2027/Vilvona-AI)
|
|
12
|
+
[](https://github.com/vignesh2027/Vilvona-AI)
|
|
15
13
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
100% **BYOK** — bring your own API key. Your data never leaves your machine.
|
|
14
|
+
**Self-hosted AI assistant that connects all your apps.**
|
|
15
|
+
Powered by Claude Fable 5. Tamil & Hindi UI. Works on mobile. Run anywhere.
|
|
19
16
|
|
|
20
|
-
**[Docs](https://vignesh2027.github.io/Vilvona-AI)
|
|
21
|
-
**[npm](https://npmjs.com/package/vilvona)** ·
|
|
22
|
-
**[Pro License](https://vignesh2027.mojo.page/vilvona-ai-pro)** ·
|
|
23
|
-
**[Issues](https://github.com/vignesh2027/Vilvona-AI/issues)**
|
|
17
|
+
[**Get Pro License — ₹4,100**](https://vignesh2027.mojo.page/vilvona-ai-pro) · [Docs](https://vignesh2027.github.io/Vilvona-AI) · [npm](https://npmjs.com/package/vilvona)
|
|
24
18
|
|
|
25
19
|
</div>
|
|
26
20
|
|
|
27
21
|
---
|
|
28
22
|
|
|
29
|
-
##
|
|
23
|
+
## What is this?
|
|
30
24
|
|
|
31
|
-
|
|
32
|
-
# npm (no install needed)
|
|
33
|
-
npx vilvona
|
|
25
|
+
I built Vilvona AI because I wanted a personal AI assistant that could connect to WhatsApp, Telegram, Gmail, Slack, and everything else I use — without sending my data to some cloud service.
|
|
34
26
|
|
|
35
|
-
|
|
36
|
-
yarn dlx vilvona
|
|
27
|
+
It runs entirely on your own machine. You bring your Anthropic API key, and Vilvona handles the rest. Your conversations stay local. You pay Anthropic directly per token — no markup, no middleman.
|
|
37
28
|
|
|
38
|
-
|
|
39
|
-
pnpm dlx vilvona
|
|
29
|
+
The two things that make it different from everything else I found:
|
|
40
30
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
31
|
+
- **Tamil and Hindi** — I'm from Chennai. I wanted an AI assistant that actually works in Tamil, not just pretends to. Vilvona has a full Tamil and Hindi interface built in.
|
|
32
|
+
- **Claude Fable 5 by default** — Anthropic's most capable model, set as the default. 1 million token context. Computer use. The best reasoning available right now.
|
|
33
|
+
|
|
34
|
+
---
|
|
45
35
|
|
|
46
|
-
|
|
36
|
+
## Start in 30 seconds
|
|
47
37
|
|
|
48
38
|
```bash
|
|
49
39
|
export ANTHROPIC_API_KEY=sk-ant-...
|
|
50
40
|
npx vilvona
|
|
51
41
|
```
|
|
52
42
|
|
|
53
|
-
Open **http://localhost:4000
|
|
43
|
+
Open **http://localhost:4000**. Done.
|
|
54
44
|
|
|
55
|
-
|
|
45
|
+
Get an API key at [console.anthropic.com](https://console.anthropic.com) — it's free to sign up, you only pay for what you use.
|
|
56
46
|
|
|
57
47
|
---
|
|
58
48
|
|
|
59
|
-
##
|
|
60
|
-
|
|
61
|
-
Vilvona AI is a self-hosted personal AI assistant that connects to all your apps — WhatsApp, Telegram, Slack, Gmail, Discord, Notion, GitHub, and 100+ more — from one clean interface.
|
|
62
|
-
|
|
63
|
-
Built on [OpenClaw](https://github.com/openclaw/openclaw) (MIT), with three key additions:
|
|
49
|
+
## Install
|
|
64
50
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
| **Tamil & Hindi UI** | First AI assistant with native support for India's two major languages |
|
|
69
|
-
| **Mobile PWA** | Install on your phone from the browser — no app store needed |
|
|
51
|
+
```bash
|
|
52
|
+
# npx — no install, always latest
|
|
53
|
+
npx vilvona
|
|
70
54
|
|
|
71
|
-
|
|
55
|
+
# yarn
|
|
56
|
+
yarn dlx vilvona
|
|
72
57
|
|
|
73
|
-
|
|
58
|
+
# pnpm
|
|
59
|
+
pnpm dlx vilvona
|
|
74
60
|
|
|
75
|
-
|
|
61
|
+
# global
|
|
62
|
+
npm install -g vilvona
|
|
63
|
+
```
|
|
76
64
|
|
|
77
|
-
|
|
65
|
+
**Windows (PowerShell):**
|
|
78
66
|
|
|
79
|
-
```
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
export VILVONA_DEFAULT_MODEL=opus # Claude Opus 4.8 (balanced)
|
|
83
|
-
export VILVONA_DEFAULT_MODEL=sonnet # Claude Sonnet 4.6 (fast, affordable)
|
|
67
|
+
```powershell
|
|
68
|
+
$env:ANTHROPIC_API_KEY = "sk-ant-..."
|
|
69
|
+
npx vilvona
|
|
84
70
|
```
|
|
85
71
|
|
|
86
|
-
|
|
72
|
+
**Docker:**
|
|
87
73
|
|
|
88
|
-
```
|
|
89
|
-
|
|
90
|
-
"defaults": {
|
|
91
|
-
"model": "anthropic/claude-fable-5"
|
|
92
|
-
}
|
|
93
|
-
}
|
|
74
|
+
```bash
|
|
75
|
+
docker run -e ANTHROPIC_API_KEY=sk-ant-... -p 4000:4000 ghcr.io/vignesh2027/vilvona-ai
|
|
94
76
|
```
|
|
95
77
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
| Category | Apps |
|
|
99
|
-
| ---------------- | --------------------------------------------------- |
|
|
100
|
-
| **Messaging** | WhatsApp, Telegram, iMessage (Mac), Signal, Discord |
|
|
101
|
-
| **Work** | Slack, Gmail, Notion, GitHub, Linear, Jira |
|
|
102
|
-
| **Social** | Instagram DM, Twitter/X |
|
|
103
|
-
| **Productivity** | Google Calendar, Google Drive, Dropbox |
|
|
104
|
-
| **Developer** | GitHub, GitLab, webhooks, custom MCP servers |
|
|
105
|
-
|
|
106
|
-
### Languages
|
|
107
|
-
|
|
108
|
-
Vilvona AI is the first AI assistant with native Tamil and Hindi UI:
|
|
109
|
-
|
|
110
|
-
| Language | Script | Code | Status |
|
|
111
|
-
| --------- | -------- | ------- | --------- |
|
|
112
|
-
| **Tamil** | தமிழ் | `ta` | Full UI |
|
|
113
|
-
| **Hindi** | हिन्दी | `hi` | Full UI |
|
|
114
|
-
| English | English | `en` | Default |
|
|
115
|
-
| Chinese | 中文 | `zh-CN` | Supported |
|
|
116
|
-
| Japanese | 日本語 | `ja-JP` | Supported |
|
|
117
|
-
| Korean | 한국어 | `ko` | Supported |
|
|
118
|
-
| Arabic | العربية | `ar` | Supported |
|
|
119
|
-
| French | Français | `fr` | Supported |
|
|
120
|
-
| German | Deutsch | `de` | Supported |
|
|
121
|
-
| Spanish | Español | `es` | Supported |
|
|
122
|
-
| + 11 more | — | — | Supported |
|
|
78
|
+
> Requires Node.js 22+. If you have nvm: `nvm install 22 && nvm use 22`
|
|
123
79
|
|
|
124
80
|
---
|
|
125
81
|
|
|
126
|
-
##
|
|
127
|
-
|
|
128
|
-
### npx — recommended, no install
|
|
82
|
+
## What it connects to
|
|
129
83
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
84
|
+
| Category | Apps |
|
|
85
|
+
| --------- | --------------------------------------------------- |
|
|
86
|
+
| Messaging | WhatsApp, Telegram, iMessage (Mac), Signal, Discord |
|
|
87
|
+
| Work | Slack, Gmail, Notion, GitHub, Linear, Jira |
|
|
88
|
+
| Social | Instagram DM, Twitter/X |
|
|
89
|
+
| Files | Google Drive, Dropbox, OneDrive |
|
|
90
|
+
| Dev | GitLab, webhooks, custom MCP servers |
|
|
133
91
|
|
|
134
|
-
|
|
92
|
+
100+ integrations inherited from [OpenClaw](https://github.com/openclaw/openclaw). You connect them from the Settings panel in the UI.
|
|
135
93
|
|
|
136
|
-
|
|
137
|
-
# Run without installing
|
|
138
|
-
yarn dlx vilvona
|
|
94
|
+
---
|
|
139
95
|
|
|
140
|
-
|
|
141
|
-
yarn global add vilvona
|
|
142
|
-
vilvona
|
|
143
|
-
```
|
|
96
|
+
## Languages
|
|
144
97
|
|
|
145
|
-
|
|
98
|
+
The interface supports 21 languages. Tamil and Hindi are built in by Vilvona — no other AI assistant I found actually has these as first-class options.
|
|
146
99
|
|
|
147
|
-
|
|
100
|
+
| Language | Script | Code |
|
|
101
|
+
| --------- | ------- | ------- |
|
|
102
|
+
| **Tamil** | தமிழ் | `ta` |
|
|
103
|
+
| **Hindi** | हिन्दी | `hi` |
|
|
104
|
+
| English | English | `en` |
|
|
105
|
+
| Chinese | 中文 | `zh-CN` |
|
|
106
|
+
| Japanese | 日本語 | `ja-JP` |
|
|
107
|
+
| Korean | 한국어 | `ko` |
|
|
108
|
+
| Arabic | العربية | `ar` |
|
|
109
|
+
| + 14 more | — | — |
|
|
148
110
|
|
|
149
|
-
|
|
150
|
-
# Run without installing
|
|
151
|
-
pnpm dlx vilvona
|
|
111
|
+
Set the language in your config:
|
|
152
112
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
vilvona
|
|
113
|
+
```json
|
|
114
|
+
{ "ui": { "locale": "ta" } }
|
|
156
115
|
```
|
|
157
116
|
|
|
158
|
-
|
|
159
|
-
> `pnpm config set minimumReleaseAge 0`
|
|
160
|
-
|
|
161
|
-
### npm global
|
|
162
|
-
|
|
163
|
-
```bash
|
|
164
|
-
npm install -g vilvona
|
|
165
|
-
vilvona
|
|
166
|
-
```
|
|
117
|
+
---
|
|
167
118
|
|
|
168
|
-
|
|
119
|
+
## AI Models
|
|
169
120
|
|
|
170
121
|
```bash
|
|
171
|
-
#
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
-p 4000:4000 \
|
|
175
|
-
ghcr.io/vignesh2027/vilvona-ai
|
|
176
|
-
|
|
177
|
-
# With Pro key
|
|
178
|
-
docker run \
|
|
179
|
-
-e ANTHROPIC_API_KEY=sk-ant-... \
|
|
180
|
-
-e VILVONA_PRO_KEY=VLVN-XXXX-XXXX-XXXX-XXXX \
|
|
181
|
-
-p 4000:4000 \
|
|
182
|
-
ghcr.io/vignesh2027/vilvona-ai
|
|
183
|
-
|
|
184
|
-
# With persistent data
|
|
185
|
-
docker run \
|
|
186
|
-
-e ANTHROPIC_API_KEY=sk-ant-... \
|
|
187
|
-
-v ~/.vilvona:/root/.openclaw \
|
|
188
|
-
-p 4000:4000 \
|
|
189
|
-
ghcr.io/vignesh2027/vilvona-ai
|
|
190
|
-
```
|
|
191
|
-
|
|
192
|
-
### Windows (PowerShell)
|
|
193
|
-
|
|
194
|
-
```powershell
|
|
195
|
-
$env:ANTHROPIC_API_KEY = "sk-ant-..."
|
|
196
|
-
npx vilvona
|
|
122
|
+
export VILVONA_DEFAULT_MODEL=fable # Claude Fable 5 — default, best reasoning
|
|
123
|
+
export VILVONA_DEFAULT_MODEL=opus # Claude Opus 4.8 — balanced
|
|
124
|
+
export VILVONA_DEFAULT_MODEL=sonnet # Claude Sonnet 4.6 — fast
|
|
197
125
|
```
|
|
198
126
|
|
|
199
|
-
|
|
127
|
+
Or set it in `~/.openclaw/config.json`:
|
|
200
128
|
|
|
201
|
-
```
|
|
202
|
-
|
|
203
|
-
cd Vilvona-AI
|
|
204
|
-
node --version # Must be 22+
|
|
205
|
-
node openclaw.mjs
|
|
129
|
+
```json
|
|
130
|
+
{ "defaults": { "model": "anthropic/claude-fable-5" } }
|
|
206
131
|
```
|
|
207
132
|
|
|
208
|
-
> Requires Node.js 22.19+. Use nvm: `nvm install 22 && nvm use 22`
|
|
209
|
-
|
|
210
133
|
---
|
|
211
134
|
|
|
212
|
-
## Mobile
|
|
213
|
-
|
|
214
|
-
Vilvona AI works as a full mobile app — no App Store, no Play Store.
|
|
215
|
-
|
|
216
|
-
**iPhone (Safari):**
|
|
135
|
+
## Mobile
|
|
217
136
|
|
|
218
|
-
|
|
219
|
-
2. Tap the share icon → **Add to Home Screen**
|
|
220
|
-
3. Vilvona AI is now on your home screen
|
|
221
|
-
|
|
222
|
-
**Android (Chrome):**
|
|
223
|
-
|
|
224
|
-
1. Open `http://your-machine-ip:4000` in Chrome
|
|
225
|
-
2. Tap the three-dot menu → **Install app**
|
|
226
|
-
3. Done
|
|
137
|
+
Vilvona works as a mobile app without any app store. On your phone, open `http://your-ip:4000` and tap "Add to Home Screen." It installs like a native app on both iOS and Android.
|
|
227
138
|
|
|
228
139
|
---
|
|
229
140
|
|
|
230
141
|
## Configuration
|
|
231
142
|
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
},
|
|
239
|
-
"ui": {
|
|
240
|
-
"locale": "ta"
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
```
|
|
143
|
+
| Variable | What it does | Default |
|
|
144
|
+
| ----------------------- | ---------------------------------------- | ------- |
|
|
145
|
+
| `ANTHROPIC_API_KEY` | Your Anthropic key — required | — |
|
|
146
|
+
| `VILVONA_DEFAULT_MODEL` | `fable`, `opus`, or `sonnet` | `fable` |
|
|
147
|
+
| `VILVONA_PRO_KEY` | Pro license (`VLVN-XXXX-XXXX-XXXX-XXXX`) | — |
|
|
148
|
+
| `OPENCLAW_PORT` | Port for the web UI | `4000` |
|
|
244
149
|
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
| Variable | Description | Default |
|
|
248
|
-
| ----------------------- | -------------------------------------------- | ------- |
|
|
249
|
-
| `ANTHROPIC_API_KEY` | Your Anthropic API key (required) | — |
|
|
250
|
-
| `VILVONA_DEFAULT_MODEL` | Model alias: `fable`, `opus`, `sonnet` | `fable` |
|
|
251
|
-
| `VILVONA_PRO_KEY` | Pro license key (`VLVN-XXXX-XXXX-XXXX-XXXX`) | — |
|
|
252
|
-
| `OPENCLAW_PORT` | Port to listen on | `4000` |
|
|
150
|
+
Config file: `~/.openclaw/config.json`
|
|
253
151
|
|
|
254
152
|
---
|
|
255
153
|
|
|
256
|
-
## Pro
|
|
154
|
+
## Pro
|
|
257
155
|
|
|
258
|
-
|
|
156
|
+
The free version has everything for personal use. Pro adds features for teams and businesses.
|
|
259
157
|
|
|
260
|
-
| Feature
|
|
261
|
-
|
|
|
262
|
-
| Claude Fable 5
|
|
263
|
-
| All
|
|
264
|
-
| Tamil & Hindi UI
|
|
265
|
-
| Mobile PWA
|
|
266
|
-
| Enterprise audit logs
|
|
267
|
-
| Team config sync
|
|
268
|
-
| Priority Fable 5 routing
|
|
269
|
-
| Custom AI personas
|
|
270
|
-
|
|
|
271
|
-
| White-label branding
|
|
158
|
+
| Feature | Free | Pro |
|
|
159
|
+
| ------------------------ | ---- | --- |
|
|
160
|
+
| Claude Fable 5 | Yes | Yes |
|
|
161
|
+
| All integrations | Yes | Yes |
|
|
162
|
+
| Tamil & Hindi UI | Yes | Yes |
|
|
163
|
+
| Mobile PWA | Yes | Yes |
|
|
164
|
+
| Enterprise audit logs | — | Yes |
|
|
165
|
+
| Team config sync | — | Yes |
|
|
166
|
+
| Priority Fable 5 routing | — | Yes |
|
|
167
|
+
| Custom AI personas | — | Yes |
|
|
168
|
+
| Webhooks & Zapier | — | Yes |
|
|
169
|
+
| White-label branding | — | Yes |
|
|
272
170
|
|
|
273
|
-
**
|
|
171
|
+
**[Get Pro — ₹4,100 one-time (~$49)](https://vignesh2027.mojo.page/vilvona-ai-pro)**
|
|
274
172
|
|
|
275
|
-
After purchase, activate
|
|
173
|
+
After purchase, activate with:
|
|
276
174
|
|
|
277
175
|
```bash
|
|
278
176
|
export VILVONA_PRO_KEY=VLVN-XXXX-XXXX-XXXX-XXXX
|
|
@@ -281,94 +179,48 @@ vilvona
|
|
|
281
179
|
|
|
282
180
|
---
|
|
283
181
|
|
|
284
|
-
## How it works
|
|
182
|
+
## How it works under the hood
|
|
285
183
|
|
|
286
184
|
```
|
|
287
185
|
npx vilvona
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
├── Sets OPENCLAW_DEFAULT_MODEL=anthropic/claude-fable-5
|
|
293
|
-
└── Launches openclaw runtime (opens UI at localhost:4000)
|
|
186
|
+
└── openclaw.mjs checks Node.js 22+
|
|
187
|
+
└── downloads openclaw runtime → ~/.vilvona/runtime/ (first run, ~97MB)
|
|
188
|
+
└── sets OPENCLAW_DEFAULT_MODEL=anthropic/claude-fable-5
|
|
189
|
+
└── starts web UI at localhost:4000
|
|
294
190
|
```
|
|
295
191
|
|
|
296
|
-
The first run downloads
|
|
297
|
-
|
|
298
|
-
---
|
|
299
|
-
|
|
300
|
-
## Why Vilvona AI vs OpenClaw?
|
|
301
|
-
|
|
302
|
-
| | Vilvona AI | OpenClaw |
|
|
303
|
-
| ----------------- | ---------------------------------------------- | ------------- |
|
|
304
|
-
| Default AI model | Claude Fable 5 (latest) | Varies |
|
|
305
|
-
| Tamil language UI | Built-in | Not supported |
|
|
306
|
-
| Hindi language UI | Built-in | Not supported |
|
|
307
|
-
| Mobile PWA | Enhanced manifest | Basic |
|
|
308
|
-
| Pro tier | Enterprise features | None |
|
|
309
|
-
| npm package | `npx vilvona` | Source only |
|
|
310
|
-
| Maintained by | [@vignesh2027](https://github.com/vignesh2027) | OpenClaw team |
|
|
192
|
+
The first run downloads OpenClaw's runtime bundle once. After that, everything starts in under a second from cache.
|
|
311
193
|
|
|
312
194
|
---
|
|
313
195
|
|
|
314
|
-
##
|
|
196
|
+
## Releases
|
|
315
197
|
|
|
316
|
-
|
|
198
|
+
Releases are automatic. Pushing a `v*` tag runs the CI checks and publishes to npm + creates a GitHub release.
|
|
317
199
|
|
|
318
200
|
```bash
|
|
319
|
-
#
|
|
320
|
-
npm version patch
|
|
201
|
+
# bump version and release
|
|
202
|
+
npm version patch
|
|
321
203
|
git push origin main --follow-tags
|
|
322
204
|
```
|
|
323
205
|
|
|
324
|
-
The `release.yml` workflow:
|
|
325
|
-
|
|
326
|
-
1. Runs on any `v*` tag push
|
|
327
|
-
2. Validates package.json and launcher
|
|
328
|
-
3. Publishes to npm with `--access public`
|
|
329
|
-
4. Creates a GitHub Release with install instructions
|
|
330
|
-
|
|
331
|
-
---
|
|
332
|
-
|
|
333
|
-
## Contributing
|
|
334
|
-
|
|
335
|
-
Vilvona AI is built and maintained by **Vignesh S**. Found a bug or have a feature request? [Open an issue](https://github.com/vignesh2027/Vilvona-AI/issues).
|
|
336
|
-
|
|
337
|
-
---
|
|
338
|
-
|
|
339
|
-
## Support & Sponsorship
|
|
340
|
-
|
|
341
|
-
If Vilvona AI saves you time, consider supporting:
|
|
342
|
-
|
|
343
|
-
[](https://github.com/sponsors/vignesh2027)
|
|
344
|
-
[](https://vignesh2027.mojo.page/vilvona-ai-pro)
|
|
345
|
-
|
|
346
|
-
---
|
|
347
|
-
|
|
348
|
-
## Changelog
|
|
349
|
-
|
|
350
|
-
See [CHANGELOG.md](CHANGELOG.md) for version history.
|
|
351
|
-
|
|
352
206
|
---
|
|
353
207
|
|
|
354
208
|
## License
|
|
355
209
|
|
|
356
|
-
[
|
|
357
|
-
|
|
358
|
-
Built on [OpenClaw](https://github.com/openclaw/openclaw) (MIT). Attribution in [UPSTREAM.md](UPSTREAM.md).
|
|
210
|
+
MIT. Built on [OpenClaw](https://github.com/openclaw/openclaw) (also MIT). Attribution in [UPSTREAM.md](UPSTREAM.md).
|
|
359
211
|
|
|
360
212
|
---
|
|
361
213
|
|
|
362
214
|
<div align="center">
|
|
363
215
|
|
|
364
|
-
|
|
216
|
+
Built by **[Vignesh S](https://github.com/vignesh2027)**
|
|
217
|
+
CSE, Takshashila University, Chennai
|
|
365
218
|
|
|
366
219
|
[Docs](https://vignesh2027.github.io/Vilvona-AI) ·
|
|
367
|
-
[
|
|
220
|
+
[Issues](https://github.com/vignesh2027/Vilvona-AI/issues) ·
|
|
368
221
|
[Get Pro](https://vignesh2027.mojo.page/vilvona-ai-pro) ·
|
|
369
222
|
[Sponsor](https://github.com/sponsors/vignesh2027)
|
|
370
223
|
|
|
371
|
-
|
|
372
|
-
Building AI tools accessible to everyone, especially in Tamil and Hindi.
|
|
224
|
+
If this saved you time, a star helps others find it.
|
|
373
225
|
|
|
374
226
|
</div>
|
package/docs/index.html
CHANGED
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
<img src="logo.png" alt="Vilvona AI" />
|
|
379
379
|
<span>Vilvona AI</span>
|
|
380
380
|
</a>
|
|
381
|
-
<span class="topnav-version">v1.0.
|
|
381
|
+
<span class="topnav-version">v1.0.8</span>
|
|
382
382
|
</div>
|
|
383
383
|
<div class="topnav-right">
|
|
384
384
|
<a href="#quickstart" class="hide-mobile">Quickstart</a>
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openclaw",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "openclaw",
|
|
9
|
-
"version": "
|
|
9
|
+
"version": "1.0.9",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
package/openclaw.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vilvona",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "Vilvona AI — Your personal AI that connects everything. Claude Fable 5 powered, works on mobile, Tamil & Hindi support.",
|
|
5
|
-
"keywords": [
|
|
5
|
+
"keywords": [
|
|
6
|
+
"ai",
|
|
7
|
+
"assistant",
|
|
8
|
+
"claude",
|
|
9
|
+
"fable5",
|
|
10
|
+
"personal-ai",
|
|
11
|
+
"whatsapp",
|
|
12
|
+
"telegram",
|
|
13
|
+
"slack",
|
|
14
|
+
"tamil",
|
|
15
|
+
"hindi",
|
|
16
|
+
"self-hosted",
|
|
17
|
+
"open-source",
|
|
18
|
+
"chatbot",
|
|
19
|
+
"automation"
|
|
20
|
+
],
|
|
6
21
|
"homepage": "https://vignesh2027.github.io/Vilvona-AI",
|
|
7
22
|
"bugs": {
|
|
8
23
|
"url": "https://github.com/vignesh2027/Vilvona-AI/issues"
|