Skip to content

A fully local, cross-platform AI chat application powered by Ollama. Chat securely across macOS, Windows, Linux, Android, and iOS - no cloud required.

License

Notifications You must be signed in to change notification settings

IAmAnubhavSaini/shinhyo-OllamaTalk

 
 

Repository files navigation

OllamaTalk

OllamaTalk is a fully local, cross-platform AI chat application that runs seamlessly on macOS, Windows, Linux, Android, and iOS. All AI processing happens entirely on your device, ensuring a secure and private chat experience without relying on external servers or cloud services. This design guarantees complete control over your data while delivering a unified experience across all major platforms.

Cross-Platform Support

  • macOS
  • Windows
  • Linux
  • Web
  • Android
  • iOS

Installation

Step 1: Install Ollama Server

Step 2: Download AI Models

  • Browse and download your preferred models from the Ollama Model Hub.
    Examples: deepseek-r1, llama, mistral, qwen, gemma2, llava, and more.

Step 3: Start Ollama Server

Default Local Setup

ollama serve  # Defaults to http://localhost:11434

Cross-Device Access Setup

OLLAMA_HOST=0.0.0.0:11434 ollama serve  # Enables access from mobile devices

Mobile Device Configuration:

  • When using OllamaTalk on mobile devices (Android/iOS):

    1. Use the cross-device access configuration on your server
    2. In the OllamaTalk mobile app settings:
    • Navigate to settings
    • Enter server IP as: http://<server-ip>:11434
    • Replace <server-ip> with your server's local network IP

Network Requirements:

  • Server and mobile device must be on the same local network

Step 4: Run the Application

  1. Visit the OllamaTalk Releases page.
  2. Download the latest version for your platform

Step 5: Launch OllamaTalk

  1. Open the installed application.
  2. Connect to your local Ollama server.
  3. Start chatting with AI.

Note: Ensure that the Ollama server is running before launching the application.

License

This project is licensed under the MIT License.

Support

  • Report bugs and suggest features through GitHub Issues.
  • Contributions via Pull Requests are welcome!

About

A fully local, cross-platform AI chat application powered by Ollama. Chat securely across macOS, Windows, Linux, Android, and iOS - no cloud required.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.6%
  • Dart 28.7%
  • C++ 4.2%
  • CMake 3.6%
  • Swift 0.3%
  • Ruby 0.2%
  • Other 0.4%