Web App
Available
Served directly by the server at its root URL — nothing to install. Works in any modern browser. Authenticates with a session cookie and CSRF token.FeltnerAI clients all connect to a server you run. The web app and the desktop Portal are built from the same React bundle, so they share one consistent interface.
Web App
Available
Served directly by the server at its root URL — nothing to install. Works in any modern browser. Authenticates with a session cookie and CSRF token.Desktop Portal — Windows
Available
Native Tauri v2 app. Connect to multiple servers, with credentials stored in the Windows credential manager. Built fromtarget/release/bundle.Desktop Portal — macOS
Available
Native Tauri v2 app for macOS. Unsigned development builds are supported; production signing and notarization are release-operator responsibilities.Desktop Portal — Linux
Available
Native Tauri v2 app for Linux, packaged with the platform installer that Tauri emits.Mobile (iOS / Android)
Planned
Native mobile clients are not part of v1. In the meantime, the web app works in mobile browsers against any reachable server.The Portal is distributed as a platform installer built with Tauri. v1 has no in-app updater, so download the build for your operating system and reinstall to upgrade.
bun install --cwd frontend --frozen-lockfilebun run --cwd frontend tauri buildTauri emits platform installers under target/release/bundle.
| If you want to… | Use |
|---|---|
| Try FeltnerAI with zero install | Web app |
| Connect to several servers from one place | Desktop Portal |
| A persistent, native desktop experience | Desktop Portal |
| Access from a phone today | Web app in a mobile browser |