Skip to content

Releases: openonion/oo-chat-android

OO Chat Android v0.2.3

14 Feb 23:47

Choose a tag to compare

OO Chat Android v0.2.3

Native Android chat client for ConnectOnion agents.

Download

  • oo-chat-0.2.3.apk - Signed release (recommended)
  • oo-chat-0.2.3-debug.apk - Debug build

Features

  • Connect to agents by address (0x...)
  • Ed25519 signed messages
  • Real-time streaming (tool calls, thinking, responses)
  • Multi-turn conversations with session persistence

Installation

  1. Download the APK file
  2. Enable "Install from unknown sources" in Android settings
  3. Open the APK to install

OO Chat Android v0.2.2

14 Feb 23:36

Choose a tag to compare

OO Chat Android v0.2.2

Native Android chat client for ConnectOnion agents.

Download

  • oo-chat-0.2.2.apk - Ready to install

Features

  • Connect to agents by address (0x...)
  • Ed25519 signed messages
  • Real-time streaming (tool calls, thinking, responses)
  • Multi-turn conversations with session persistence

Installation

  1. Download the APK file
  2. Enable "Install from unknown sources" in Android settings
  3. Open the APK to install

OO Chat Android v0.2.1

14 Feb 23:24

Choose a tag to compare

OO Chat Android v0.2.1

Native Android chat client for ConnectOnion agents.

Download

  • oo-chat-0.2.1.apk - Ready to install

Features

  • Connect to agents by address (0x...)
  • Ed25519 signed messages
  • Real-time streaming (tool calls, thinking, responses)
  • Multi-turn conversations with session persistence

Installation

  1. Download the APK file
  2. Enable "Install from unknown sources" in Android settings
  3. Open the APK to install

OO Chat Android v0.2.0

14 Feb 23:00

Choose a tag to compare

OO Chat Android v0.2.0

Native Android chat client for ConnectOnion agents.

Downloads

  • oo-chat-0.2.0-debug.apk - Debug build (recommended for testing)
  • oo-chat-0.2.0-release.apk - Release build (unsigned)

Features

  • Connect to agents by address (0x...)
  • Ed25519 signed messages
  • Real-time streaming (tool calls, thinking, responses)
  • Multi-turn conversations with session persistence

v0.1.0 - Initial Release

14 Feb 10:23

Choose a tag to compare

OO Chat Android v0.1.0

First release of the native Android chat client for ConnectOnion agents.

Features

  • 💬 Real-time WebSocket chat with ConnectOnion agents
  • 🔌 Connect via relay server (relay.connectonion.com)
  • 🎨 Material Design 3 UI with Jetpack Compose
  • 🌙 Automatic dark mode support
  • 📱 Modern MVVM architecture

Tech Stack

  • Kotlin 1.9.22
  • Jetpack Compose with Material 3
  • OkHttp WebSocket
  • Kotlinx Serialization
  • Kotlin Coroutines + StateFlow

Requirements

  • Android 8.0 (API 26) or higher
  • Android Studio Hedgehog or newer

Getting Started

  1. Clone the repo
  2. Open in Android Studio
  3. Run on device/emulator
  4. Tap the link icon to connect to an agent
  5. Start chatting!

Links