v0.24.13

mahimailabs/voicegatewayv0.24.13Aug 19, 2026by mahimairaja

AI Summary

This release removes the dependency on LiveKit, allowing the gateway to run on a bare installation, and updates documentation to reflect this change.

Key Highlights

  • Support for running on a bare install
  • Removed LiveKit dependency
  • Documentation updated to reflect new capabilities

New Features

  • Bare install support
  • LiveKit dependency removal

Full Release Notes

## Docker Images

Published to Docker Hub:

- `mahimairaja/voicegateway:0.24.13`
- `mahimairaja/voicegateway:latest`
- `mahimairaja/voicegateway-dashboard:0.24.13`
- `mahimairaja/voicegateway-dashboard:latest`

Built for `linux/amd64` and `linux/arm64`.

## Quick Start

```bash
docker run -p 8080:8080 \
  -v $(pwd)/voicegw-data:/data \
  mahimairaja/voicegateway:0.24.13
```

See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation.


## What's Changed
* Make voicegw run on a bare install, and stop describing it as LiveKit-only by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/241


**Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.24.12...v0.24.13