-
v0.0.0 Stable
released this
2026-02-15 13:05:20 +00:00 | 6 commits to main since this releaseVSKI v0.0.0
Features
- New standalone binary with embedded web frontend
- Multi-tenant SQLite support
- Real-time WebSocket gateway
- Distributed workflow orchestration
- Vector similarity search with sqlite-vec
- Full-text search with FTS5
- Rule-based security engine
- JWT and API key authentication
- Official Docker image with multi-stage builds
Installation
Binary
Download the binary for your platform:
# Linux (standalone with embedded UI) wget https://git.vski.sh/x/platform/releases/download/v0.0.0/vski-standalone chmod +x vski-standalone ./vski-standalone # Linux (API-only) wget https://git.vski.sh/x/platform/releases/download/v0.0.0/vski chmod +x vski ./vskiDocker
Pull and run the official Docker image:
# Pull latest version docker pull git.vski.sh/x/vski:latest # Pull specific version docker pull git.vski.sh/x/vski:v0.0.0 # Run with default configuration docker run -p 3000:3000 -v $(pwd)/data:/app/data git.vski.sh/x/vski:latest # Run with custom environment variables docker run -p 3000:3000 \ -v $(pwd)/data:/app/data \ -e SERVER_PORT=3000 \ -e DATA_DIR=/app/data \ git.vski.sh/x/vski:latestConfiguration
Create a
.envfile:DATA_DIR=./data SERVER_PORT=3000 JWT_SECRET=your-secret-keyDocumentation
Full documentation available at: https://git.vski.sh/x/platform
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
vski
4 downloads ·
2026-02-15 13:09:16 +00:00 · 6 MiB -
vski
2 downloads ·
2026-02-15 13:22:37 +00:00 · 6 MiB -
vski-standalone
10 downloads ·
2026-02-15 13:09:16 +00:00 · 6.2 MiB -
vski-standalone
2 downloads ·
2026-02-15 13:22:37 +00:00 · 6.2 MiB