Minimal web client for chatting and roleplay with AI characters
Chat page (light mode) – see more in the Screenshots Gallery
- Ollama backend support (other APIs and backends planned)
- TavernAI v2 character cards
- No external dependencies like Python
- Single compact executable (~17 MB)
The app is under active development.
Current version: v0.3 Early Beta.
See the ROADMAP for upcoming features.
- Download the executable for your platform from the latest release.
- Windows: run
LiteRP-win-x64.exe.
If you see a warning about an unknown publisher, click Run anyway. - Linux/macOS: before first run, make the file executable:
chmod +x LiteRP-linux-x64- On startup, LiteRP will try to open your browser automatically at http://localhost:5000/. If it doesn’t, open that URL manually.
Issues and PRs are welcome.
Please check the ROADMAP before opening feature requests.
LiteRP uses or includes code from the following open source projects:
- Flowbite Blazor – UI components (MIT)
- Markdig – Markdown processor (BSD-2-Clause)
- Serilog – Logging library (Apache-2.0)
- Tailwind.MSBuild – Tailwind CSS build integration (MIT)
- git-cliff-action – Changelog generation (GPL-3.0)
- action-gh-release – GitHub Releases publishing (MIT)