gptme-tauri

March 4, 2026 ยท View on GitHub

Warning

This repo is ARCHIVED and has been merged into the main gptme repo. All future development will happen there.

A desktop application for gptme built with Tauri.

This app packages the gptme web UI (bundled in the gptme repo) with a bundled gptme-server binary, providing a standalone desktop experience for gptme.

Features

  • ๐Ÿ–ฅ๏ธ Native desktop app with web UI
  • ๐Ÿ“ฆ Self-contained with bundled gptme-server
  • ๐Ÿš€ No need to install Python or manage dependencies
  • ๐Ÿ”ง All gptme tools and capabilities available

Prerequisites

  • Node.js (for building)
  • Rust (for Tauri)
  • Git submodules initialized

Development

# Install dependencies and initialize submodules
git submodule update --init --recursive
npm install

# Run in development mode
make dev

Building

# Build the application
make build

The built application will be in src-tauri/target/release/bundle/.

Project Structure

  • gptme/ - gptme source code (submodule, includes webui at gptme/webui/)
  • src-tauri/ - Tauri backend configuration
  • bins/ - Contains the bundled gptme-server binary