Get Started in Minutes
This guide will help you start using GAIA immediately. Choose your preferred method below.Use GAIA Cloud
Fastest way - no installation required
Self-Host GAIA
Full control with Docker deployment
Cloud Setup
The fastest way to start using GAIA is through our cloud platform.Create Your Account
Visit heygaia.io and sign up with your email or social login.
No credit card required to get started!
Connect Your First Integration
GAIA becomes more powerful when connected to your tools. Start with Gmail or Calendar:
- Navigate to Settings → Integrations
- Click Connect next to Gmail or Google Calendar
- Authorize GAIA to access your account
Have Your First Conversation
Start chatting with GAIA to see what it can do:Try asking:
- “Summarize my unread emails from today”
- “What’s on my calendar this week?”
- “Create a todo to review the quarterly report by Friday”
- “Schedule a meeting with Sarah for next Tuesday at 2pm”
Create Your First Workflow
Automate repetitive tasks with workflows:
- Click Workflows in the sidebar
- Browse the workflow marketplace for templates
- Click Use Template on any workflow
- Customize it to your needs
- Activate it
- Daily email digest every morning
- Automatic meeting notes from calendar events
- Weekly task summary and planning
Download Desktop & Mobile Apps
Get GAIA on all your devices for seamless productivity:- Desktop
- Mobile
macOS
Download from heygaia.io/download
Windows
Download from heygaia.io/download
Linux
Download from heygaia.io/download
Self-Hosting
Deploy GAIA on your own infrastructure for complete control and data privacy.Prerequisites
Ensure you have these installed:
- Docker and Docker Compose
- Git
- 4GB+ RAM available
- PostgreSQL, MongoDB, Redis (or use Docker Compose)
Configure Environment Variables
Copy the example environment files and configure them:See the Self-Hosting Guide for detailed configuration.
Start with Docker Compose
Launch all services with Docker Compose:This starts:
- FastAPI backend (port 8000)
- Next.js web app (port 3000)
- PostgreSQL database
- MongoDB
- Redis
- ChromaDB for vector storage
- RabbitMQ message broker
Access GAIA
Open your browser and navigate to:
- Web App: http://localhost:3000
- API Docs: http://localhost:8000/docs
Development Setup
Contributing to GAIA or want to run from source?Access the Application
- Web App: http://localhost:3000
- API: http://localhost:8000
- API Docs: http://localhost:8000/docs
What’s Next?
Explore Features
Learn about GAIA’s powerful capabilities
Browse Use Cases
See how others are using GAIA
Connect Integrations
Connect your favorite tools
Join Community
Get help and share ideas
Need Help?
If you run into any issues:- Check the Documentation
- Join our Discord for community support
- Contact us on WhatsApp
- Report issues on GitHub