Skip to content

Client List

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.

How to connect →

Desktop Portal — Windows

Available

Native Tauri v2 app. Connect to multiple servers, with credentials stored in the Windows credential manager. Built from target/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.

Terminal window
bun install --cwd frontend --frozen-lockfile
bun run --cwd frontend tauri build

Tauri emits platform installers under target/release/bundle.

If you want to…Use
Try FeltnerAI with zero installWeb app
Connect to several servers from one placeDesktop Portal
A persistent, native desktop experienceDesktop Portal
Access from a phone todayWeb app in a mobile browser