Hermex Android — Public Preview (v0.2.0)
Preview build of the native Android Hermex client (Kotlin + Jetpack Compose). Not a final
Play Store release — this is a debug build for manual install, meant to demonstrate the
app running against a real self-hosted hermes-webui server.
Android will warn this APK is from an unknown source; that's expected for a manual-install
debug build.
What's in this preview
- Real server auth, session list (with search), and chat with SSE token streaming
- Tasks, Skills, Memory, Profiles, Projects, and Insights screens
- Chat-scoped model switching
- Multi-server switching, with per-server cookies and custom HTTP headers
- Runtime app icon switching (Light/Dark/Disco/System) using the real iOS icon assets
- Header logo color theming
- Room-based offline cache for the session list and for chat/message history, both
isolated per server
Not finished yet
- Workspace and git panels
- More iOS parity polish
- Play Store release hardening (release signing isn't set up yet — this is a debug build)
See the README for full details.