Calypso lets you build a private local library from your own documents, ask questions about them, and inspect the exact sources used for each answer.
Download Calypso · Report a Problem
Calypso is a Windows desktop AI application designed around privacy and local control.
You can add PDF, DOCX, and TXT files, build a searchable local library, and ask questions using Research mode. Calypso finds relevant passages, answers from your documents, and shows source references that you can open and preview.
For everyday questions that do not require documents, Chat mode lets you talk normally with the local AI.
Your documents, chats, summaries, indexes, and cache remain on your own computer.
- Private local AI powered by Ollama
- Research mode for PDF, DOCX, and TXT files
- Normal Chat mode for general questions
- Source previews and PDF page references
- Search the full library, one collection, or one document
- Incremental indexing for faster rebuilds
- Document summaries and suggested questions
- Local chat history
- Library, cache, and storage management
- Light and dark appearance modes
- Windows installer and uninstaller
Calypso needs two separate programs:
- Calypso — the desktop interface
- Ollama — the program that runs the AI model locally
You do not need Python to use the installed version.
- Open the latest Calypso release.
- Expand the Assets section.
- Download the file named:
Calypso-Setup-1.0.0.exe
- Open the downloaded installer.
- Follow the installation steps.
- Launch Calypso from the Start Menu or desktop shortcut.
Windows may display an Unknown publisher message because the installer is not digitally signed yet. Confirm that the file was downloaded from this official repository before continuing.
Calypso cannot generate answers until Ollama is installed.
- Open the official Ollama download page.
- Download Ollama for Windows.
- Open
OllamaSetup.exe. - Complete the installation.
- Ollama should start automatically in the background.
Ollama is the program that runs the AI. It is not the same thing as Meta's Llama model.
- Open the Windows Start Menu.
- Search for PowerShell.
- Open PowerShell.
- Paste this command and press Enter:
ollama pull qwen2.5:3b- Wait until the model finishes downloading.
The qwen2.5:3b model is approximately 1.9 GB, so the download time depends on your internet speed.
To confirm that it installed correctly, run:
ollama listYou should see qwen2.5:3b in the list.
Launch Calypso after Ollama and the model are installed.
The first startup can take longer because Calypso loads the local AI and document-search components. Keep the loading screen open until the main window appears.
Use Research mode when you want answers based on your own documents.
- Open Calypso.
- Click Manage.
- Click Add Files.
- Select PDF, DOCX, or TXT files.
- Close the Library Manager.
- Click Rebuild.
- Wait until the library is ready.
- Select the entire library, a collection, or one document.
- Ask your question.
Sources appear below the answer. Click a source to preview the exact passage Calypso used.
Use Chat mode for general questions that do not need your files.
- Select Chat at the top of the window.
- Type a question.
- Click Send.
Chat mode uses the local AI directly and does not search the document library or show document references.
- Windows 10 22H2 or newer, or Windows 11
- 64-bit computer
- 8 GB RAM recommended
- Several GB of free disk space
- Ollama
qwen2.5:3b
A dedicated graphics card is not required, but faster hardware can improve response speed.
Make sure Ollama is running, then restart Calypso.
You can test Ollama from PowerShell:
ollama listRun:
ollama pull qwen2.5:3bMake sure that:
- the file is PDF, DOCX, or TXT
- the file appears in Manage
- you clicked Rebuild after adding it
- the correct document, collection, or library option is selected
Click Rebuild. Calypso must recreate the search index after the cache is cleared.
The first launch and the first library rebuild can take longer. Later rebuilds are faster because unchanged document embeddings are cached.
Calypso is designed for local use:
- documents stay on your computer
- chats stay on your computer
- document indexes stay on your computer
- the AI model runs locally through Ollama
Calypso does not require uploading your document library to an online AI service.
Open:
Windows Settings → Apps → Installed apps → Calypso → Uninstall
Back up any documents or chats you want to keep before uninstalling or using Reset Calypso.
Calypso is an early release. Bug reports and suggestions are welcome.
When reporting a problem, include:
- what you were doing
- what you expected to happen
- what actually happened
- the full error message
- your Windows version