Downloads

All the files below are necessary for the app to run. This App works with Windows Only.

Complete Package

Download the complete bundled environment containing all necessary configurations and assets.

Download irish_AI.zip

Ollama App

Run ollama on 'http://localhost:11434' on your machine.

irm https://ollama.com/install.ps1 | iex

mxbai-embed-large

This model is necessary for long term memory.

ollama pull mxbai-embed-large

🛠️ Setup Instructions

Ollama (AI Engine) 🧠

Purpose: Runs the local AI brain. Action: Download and install from ollama.com.

espeak-ng (optional) 🗣️

Purpose: Enables high-quality, multi-language voice capabilities. Action: Install espeak-ng system-wide.

AI Models 📚

Purpose: Provides the actual intelligence for the companion. Action: Open your terminal and run: ollama pull [model_name] (e.g., ollama pull llama3).

Tavily API Key (Web Access) 🌐

Purpose: Enables the AI to search the internet for real-time info. Action: Set your TAVILY_API_KEY as a system environment variable.

Gemini API Key (Online LLM) 🤖

Purpose: Enables the AI to work on the internet if local LLM unavailable . Action: Set your GEMINI_API_KEY as a system environment variable.

Audio Hardware (optional) 🎤

Purpose: Required for voice-to-voice interaction. Action: Connect a working Microphone and Speakers/Headphones.