Prerequisites
Before you begin, you’ll need:Docker
Docker Desktop installed on your machine
Gemini API Key
Free API key from Google AI Studio
New to Docker? Docker Desktop is available for Mac, Windows, and Linux. It’s free and takes just a few minutes to install.
Quick Start
Get Your Gemini API Key
Navigate to Google AI Studio and generate a free API key. This enables Vega AI’s intelligent features like document generation and job matching.
Create Configuration Directory
Create a dedicated directory for Vega AI and set up your configuration:
Start Vega AI
Launch Vega AI with a single Docker command:This command:
- Downloads the latest Vega AI image
- Runs it as a background service
- Exposes the application on port 8765
- Persists your data in a Docker volume
- Loads your configuration from the
configfile
What’s Next?
Now that Vega AI is running, you can:Add Your First Job
Start tracking job applications manually or with the browser extension
Build Your Profile
Upload your CV or manually add your experience, education, and skills
Generate Documents
Create tailored cover letters and CVs using AI
Get Match Scores
Analyze job compatibility with AI-powered matching
Alternative Installation Methods
Docker Compose
For easier management and configuration, create adocker-compose.yml file:
docker-compose.yml
Cloud Mode
Try the hosted version at vega.benidevo.com for zero setup. Learn more about Cloud vs Self-Hosted.Browser Extension
Capture jobs directly from LinkedIn with one click:Download Extension
Get the latest release from GitHub Releases
Install in Chrome
- Extract the ZIP file to a folder
- Open
chrome://extensions/ - Enable “Developer mode”
- Click “Load unpacked” and select the folder
Troubleshooting
Port Already in Use
If port 8765 is already occupied:http://localhost:8080
Container Won’t Start
Check the logs for errors:Reset Everything
To start fresh:Need Help?
Explore the complete documentation:Configuration Guide
Advanced configuration options and environment variables
Deployment Options
Choose between cloud and self-hosted deployment