Download Our Applications

Get started with our powerful AI tools

Choose the application that best suits your needs or download both to experience the full range of capabilities. Our tools are open-source and available for Windows, macOS, and Linux.

HALT

Local LLM Interface

Run powerful language models locally on your own hardware with an intuitive interface for local inference, multi-agent conversations, and customizable AI behavior.

Version 1.2.0 Released: June 15, 2024
Python CUDA Local LLMs

Download Options

Pre-built installers coming soon! In the meantime, you can run from source:

System Requirements

  • Operating System: Windows 10/11, Ubuntu 20.04+, macOS 11+
  • GPU: NVIDIA GPU with CUDA support (8GB+ VRAM recommended)
  • Memory: 16GB RAM minimum
  • Storage: 10GB available space (plus space for models)
Learn more about HALT

Gemini Chat Enhanced

Desktop Chat Application

A feature-rich desktop application that leverages Google's Gemini API for advanced text generation, code generation, and multi-agent conversations.

Version 2.1.5 Released: July 10, 2024
Python PyQt5 Gemini API

Download Options

Pre-built installers coming soon! In the meantime, you can run from source:

System Requirements

  • Operating System: Windows 10/11, Ubuntu 18.04+, macOS 10.15+
  • Internet: Stable internet connection required
  • Memory: 4GB RAM minimum
  • API Key: Google Gemini API key required
Learn more about Gemini Chat Enhanced

HALTGPT

ChatGPT Integration

Advanced ChatGPT integration with context management, analytics, and document integration for enhanced conversations and insights from your OpenAI API interactions.

Version 1.0.3 Released: August 15, 2024
Python OpenAI API Analytics

Download Options

Pre-built installers coming soon! In the meantime, you can run from source:

System Requirements

  • Operating System: Windows 10/11, Ubuntu 20.04+, macOS 11+
  • Internet: Connection required for API communication
  • Memory: 4GB RAM minimum
  • API Key: OpenAI API key required
Learn more about HALTGPT

Installation Guide

Option 1: Using Pre-built Installers

  1. Download the installer for your platform from the links above
  2. Run the installer and follow the on-screen instructions
  3. Launch the application from your desktop or applications menu

Option 2: From Source Code

# Clone the repository
git clone https://github.com/Sevsai/HALT.git
cd HALT

# Create a virtual environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

# Run the application
python HALT.py

Downloading Models

After installation, you'll need to download language models to use locally:

  1. Launch HALT and go to the "Tools" tab
  2. Click "Pre-Download Model" and enter a HuggingFace model ID
  3. Wait for the download to complete (this may take some time depending on your internet connection and the model size)
  4. Enable "Offline Mode" in the Tools tab
  5. Go back to the Chat tab and click "Check Model" to load the model

Recommended Models

  • NousResearch/Hermes-2-Pro-Mistral-7B (Balanced performance/size)
  • TheBloke/Llama-2-7B-Chat-GGUF (Smaller size option)
  • mistralai/Mistral-7B-Instruct-v0.2 (Good instruction following)

Option 1: Using Pre-built Installers

  1. Download the installer for your platform from the links above
  2. Run the installer and follow the on-screen instructions
  3. Launch the application from your desktop or applications menu

Option 2: From Source Code

# Clone the repository
git clone https://github.com/Sevsai/Gemini-Chat-Enhanced.git
cd Gemini-Chat-Enhanced

# Create a virtual environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

# Create a .env file with your API key
echo "GEMINI_API_KEY=your_api_key_here" > .env

# Run the application
python GAI.py

Getting an API Key

  1. Visit Google AI Studio and sign in with your Google account
  2. Navigate to the API section in the left sidebar
  3. Click "Get API key" and create a new key
  4. Copy the key and paste it into the application when prompted

API Key Security

Your API key grants access to the Gemini API and should be kept secure. The application stores your key locally on your device and does not transmit it to any third parties.

Option 1: Using Pre-built Installers

  1. Download the installer for your platform from the links above
  2. Run the installer and follow the on-screen instructions
  3. Launch the application from your desktop or applications menu

Option 2: From Source Code

# Clone the repository
git clone https://github.com/Sevsai/HALTGPT.git
cd HALTGPT

# Create a virtual environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

# Create a .env file with your API key
echo "OPENAI_API_KEY=your_api_key_here" > .env

# Run the application
python haltgpt.py

Getting an API Key

  1. Visit OpenAI's Platform and sign in to your account
  2. Navigate to the API section from the left sidebar
  3. Create a new API key and copy it
  4. Store the key in the application when prompted or in the .env file

API Key Security

Your OpenAI API key grants access to paid services and should be kept secure. HALTGPT stores your key locally on your device and never transmits it to third parties.

Frequently Asked Questions

Which application should I choose?

+

Choose HALT if you prefer to run models locally without an internet connection or have privacy concerns. Choose Gemini Chat Enhanced if you want access to Google's powerful Gemini models and don't mind using an API. Choose HALTGPT for advanced ChatGPT integration and analytics.

Are these applications free to use?

+

Yes, all applications are open-source and free to download and use. However, Gemini Chat Enhanced and HALTGPT require API keys, which may have usage limits or costs depending on your usage volume.

I'm having installation issues. Where can I get help?

+

Please visit our GitHub repositories and check the issues section or create a new issue. Our community is active and helpful in resolving installation problems.

Can I use all applications together?

+

Absolutely! Many users run all applications for different use cases. HALT is great for offline work and privacy-sensitive tasks, Gemini Chat Enhanced offers access to Google's state-of-the-art models, and HALTGPT provides advanced ChatGPT integration and analytics.

Join Our Community

Get help, share ideas, and contribute to our open-source projects

View GitHub