Getting started
Everything you need to go from download to your first AI-assisted query.
1Install
Download the installer for your platform from the download section or GitHub Releases ↗.
- macOS: Open the
.dmg, drag Condit to Applications. First launch: right-click → Open to bypass Gatekeeper. - Windows: Run the
.exeinstaller. Click “More info” → Run anyway on the SmartScreen prompt.
2Connect a database
- Click + New connection in the left sidebar.
- Choose your database type from the dropdown.
- Enter the connection details (host, port, user, password, database name).
- Click Test to verify, then Save.
Connection credentials are encrypted and stored locally — never sent anywhere.
3Ask a question
Select a connection, type in the chat bar at the bottom, and press Enter.
Condit writes the SQL, runs it against your database, and returns the results. You can copy the SQL, edit it in the editor, or ask a follow-up question.
4SQL editor
Prefer writing SQL directly? Use the editor tab next to the chat. Press Cmd+Enter to run. Results appear in the panel below with column types, row count, and elapsed time. Right-click any result header or cell for copy options.
5LLM setup
Go to Settings → LLM → Add profile. Condit works with any of these providers:
For Ollama: set provider to Ollama, base URL to http://localhost:11434, and pick any pulled model. Fully local, zero API costs.
6Semantic layer (optional)
Right-click any table in the Navigator → Edit semantic layer. Add plain-English descriptions for the table and its columns. The AI injects these automatically so you get better SQL without re-explaining your schema every session.
Use the AI Assist button to have the LLM suggest descriptions based on the column names and sample data.
Keyboard shortcuts
Found a bug or have a question? Open an issue on GitHub ↗