Releases: vidaiUK/vidai-quickstart
Release list
Vidai 0.8.0-beta.9
Vidai 0.8.0-beta.9
Bug-fix and stability release. Same install flow, same compose
contract; recommended upgrade for anyone on 0.8.0-beta.4.
Install (one-liner)
VERSION=0.8.0-beta.9
curl -LO https://github.com/vidaiUK/vidai-quickstart/releases/download/v${VERSION}/vidai-quickstart-0.8.0-beta.9.tar.gz
curl -LO https://github.com/vidaiUK/vidai-quickstart/releases/download/v${VERSION}/vidai-quickstart-0.8.0-beta.9.tar.gz.bundle
tar xzf vidai-quickstart-0.8.0-beta.9.tar.gz
cd vidai-quickstart-${VERSION}
# Drop your vidai.license here, then:
./setup.sh && ./vidai startUpgrading from 0.8.0-beta.4
# Extract the new bundle alongside your existing install
tar xzf vidai-quickstart-0.8.0-beta.9.tar.gz
cp /path/to/old-install/.env vidai-quickstart-0.8.0-beta.9/
cd vidai-quickstart-0.8.0-beta.9
# One command does the rest (backup + pull + restart + healthy-wait):
./vidai upgrade 0.8.0-beta.4 0.8.0-beta.9Two BFF database migrations run automatically on first startup. The
./vidai upgrade flow offers a pre-upgrade backup by default —
accept it.
Verify before running
curl -o cosign.pub https://vidai.uk/.well-known/cosign.pub
cosign verify-blob --key cosign.pub \
--bundle vidai-quickstart-0.8.0-beta.9.tar.gz.bundle \
vidai-quickstart-0.8.0-beta.9.tar.gz
# → "Verified OK"Component versions
| Component | Version | Image |
|---|---|---|
| Server | 0.8.0-beta.6 | ghcr.io/vidaiuk/server:0.8.0-beta.6 |
| BFF | 0.8.0-beta.9 | ghcr.io/vidaiuk/bff:0.8.0-beta.9 |
| Frontend | 0.8.0-beta.9 | ghcr.io/vidaiuk/frontend:0.8.0-beta.9 |
| Docs | 0.8.0-beta.9 | ghcr.io/vidaiuk/docs:0.8.0-beta.9 |
All four images are cosign + Rekor signed:
cosign verify --key cosign.pub ghcr.io/vidaiuk/server:0.8.0-beta.6What's in this release
Bug fixes and stability improvements across Server, BFF and Frontend.
No new features, no breaking changes.
Signed by
Vidai UK Limited — cosign release key, SHA-256 fingerprint
0ebabf2990d8095383269054a9dced58a604360899741abd9b16a88a87b4631c. Published at https://vidai.uk/.well-known/cosign.pub
and human-readable at https://vidai.uk/cosign.
SHA-256
456d014735e65edbebe3cde5c7d005934e2d3b9fb2e67cc0d6a710fcfd99a51b vidai-quickstart-0.8.0-beta.9.tar.gz
5e438b64144e6f8e91a3c99e3929b4f6e3a5b631448d031c5b30c9b31a40b2a8 vidai-quickstart-0.8.0-beta.9.tar.gz.bundle
Feedback and bug reports welcome on the Issues tab.
Vidai 0.8.0-beta.4
Vidai 0.8.0-beta.4
Self-hosted Docker release of Vidai — the AI control plane.
Install (one-liner)
VERSION=0.8.0-beta.4
curl -LO https://github.com/vidaiUK/vidai-quickstart/releases/download/v${VERSION}/vidai-quickstart-0.8.0-beta.4.tar.gz
curl -LO https://github.com/vidaiUK/vidai-quickstart/releases/download/v${VERSION}/vidai-quickstart-0.8.0-beta.4.tar.gz.bundle
tar xzf vidai-quickstart-0.8.0-beta.4.tar.gz
cd vidai-quickstart-${VERSION}
# Drop your vidai.license here, then:
./setup.sh && ./vidai startFull install flow, edition split (Community / Scale / Enterprise) and
licence acquisition paths: README.
Verify before running
curl -o cosign.pub https://vidai.uk/.well-known/cosign.pub
cosign verify-blob --key cosign.pub \
--bundle vidai-quickstart-0.8.0-beta.4.tar.gz.bundle \
vidai-quickstart-0.8.0-beta.4.tar.gz
# → "Verified OK"Component versions
| Component | Version | Image |
|---|---|---|
| Server | 0.8.0-beta.4 | ghcr.io/vidaiuk/server:0.8.0-beta.4 |
| BFF | 0.8.0-beta.6 | ghcr.io/vidaiuk/bff:0.8.0-beta.6 |
| Frontend | 0.8.0-beta.4 | ghcr.io/vidaiuk/frontend:0.8.0-beta.4 |
| Docs | 0.8.0-beta.4 | ghcr.io/vidaiuk/docs:0.8.0-beta.4 |
All four images are also signed (cosign + Rekor) and verifiable
anonymously:
cosign verify --key cosign.pub ghcr.io/vidaiuk/server:0.8.0-beta.4What's in this release
The first public release of Vidai. Everything below is included in
the Community edition, free, self-hosted, no expiry.
Govern every request
- Multi-provider routing with fallback chains (OpenAI, Anthropic, Bedrock, Gemini, more).
- Native cross-provider request and response translation — your applications keep their existing client SDK; Vidai handles the rest.
- Regex guardrails for block / mask / redirect / log-only policies on prompts and completions.
- Teams, applications, per-key rate limits.
See and attribute every penny
- Every request priced the moment it returned, attributed to the user, key, team, application and model that spent it.
- Per-team budgets and spend circuits — break the circuit when a team blows its budget.
- Public rate-card server included (best-effort SLA; credentials in portal.vidai.uk alongside your licence).
- Dashboard surfaces cost answers in clicks, not SQL.
Run it like infrastructure
- 25 MB binary, 21,803 RPS verified peak on a single node, 1.95 ms median latency under load. Full methodology on the Performance page.
- No phoning home — nothing about your requests leaves your network.
- Single-host Docker Compose installation in ~10 minutes. External Postgres (RDS, etc.) supported out of the box.
- Bundled admin guide at
http://<host>/guide/— docs travel with the version you ran, no internet required.
Scale and Enterprise unlock additional capabilities (full audit-grade
ledger, policy-based compliance routing, ML guardrails, SSO/LDAP, SLA).
See vidai.uk/pricing for the edition matrix.
Signed by
Vidai UK Limited — cosign release key, SHA-256 fingerprint
0ebabf2990d8095383269054a9dced58a604360899741abd9b16a88a87b4631c. Published at https://vidai.uk/.well-known/cosign.pub and
human-readable at https://vidai.uk/cosign.
SHA-256
9e3dc637610ea1f99d228ba1c6deb25d93ea11a627dfa5a693d189afb309ff59 vidai-quickstart-0.8.0-beta.4.tar.gz
d92a70b0b4eb254c2c412ef244c010c4440fff0e42c588f46872243df5b61a6a vidai-quickstart-0.8.0-beta.4.tar.gz.bundle
Feedback and bug reports welcome on the Issues tab.