Getting Started
Get Ida up and running in minutes. This guide walks you through installation, initial setup, and indexing your first documentation.
System Requirements
- macOS 12 (Monterey) or later
- Apple Silicon (M1/M2/M3) or Intel processor
- At least 4GB RAM (8GB recommended)
- Internet connection for AI features
Installation
1. Download Ida
Download the latest version from tryida.com. Choose the version that matches your Mac:
- Apple Silicon — For M1, M2, M3, and newer Macs
- Intel — For older Intel-based Macs
2. Install the App
- Open the downloaded
.dmgfile - Drag Ida to your Applications folder
- Double-click Ida in Applications to launch
- If prompted, click "Open" to confirm you want to run the app
3. Grant Permissions
Ida needs a few permissions to work properly:
Required for recording audio from your microphone during meetings.
Required to capture system audio from meeting apps like Zoom, Google Meet, and Teams. This permission is found in System Preferences → Privacy & Security → Screen Recording.
Index Your First Documentation
Before Ida can surface relevant information, you need to build a knowledge base. Here are the ways to add documentation:
Option 1: Crawl a Documentation Website
- Open Settings (⌘,)
- Click "Ingest URL"
- Enter a documentation URL (e.g.,
https://docs.example.com/getting-started) - Set the maximum pages to crawl (default: 100)
- Click "Start Crawling"
The crawler stays within the same domain and respects your page limits. It extracts text content and generates embeddings for semantic search.
Option 2: Index Local Files
- Open Settings (⌘,)
- Click "Index Local Docs"
- Select a folder containing Markdown files
- Ida will recursively index all
.mdfiles
Option 3: Paste Text
- Open Settings (⌘,)
- Click "Paste Text"
- Paste your content and give it a title
- Click "Index"
Start Your First Session
- Join your meeting (Zoom, Google Meet, Teams, etc.)
- In Ida, click the record button or press ⌘R
- As the conversation flows, Ida transcribes and surfaces relevant docs
- Click on any recommendation to see the full context
- Use the chat panel to ask follow-up questions
- When done, click stop or press ⌘R again
You've set up Ida and indexed your first documentation. Check out Core Concepts to understand how Sessions, Accounts, and Vaults help you organize your knowledge.