Workshop management platform for automotive service businesses.
Self-hosted or cloud. Open source.
Website · Documentation · Try Cloud · Releases
Torqvoice helps repair shops manage work orders, invoices, customers, vehicles, and inventory from a single platform. Run it on your own server with Docker or use the managed cloud version.
- Work orders with technician assignment, parts, labor, and file attachments
- Professional invoices and quotes with PDF export and custom branding
- Customer database with vehicle history and online service portal
- Inventory and parts management
- Online payments via Stripe, Vipps, and PayPal
- Two-way SMS notifications (Twilio, Vonage, Telnyx)
- Passkeys and two-factor authentication
- Reports, analytics, and CSV export
- 10 languages supported
- ISO 27001/27002 compliant audit logging
mkdir torqvoice && cd torqvoice
wget https://raw.githubusercontent.com/Torqvoice/torqvoice/main/docker-compose.yml
echo "BETTER_AUTH_SECRET=$(openssl rand -hex 32)" > .env
docker compose up -dVisit http://localhost:3000 and create your first account.
| Main app | github.com/Torqvoice/torqvoice |
| Website | torqvoice.com |
| Docs | torqvoice.com/docs |
| Cloud | app.torqvoice.com |
