Skip to content

gptme/gptme-tauri

Repository files navigation

gptme-tauri

A desktop application for gptme built with Tauri.

This app packages the gptme-webui frontend 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)
  • gptme-webui/ - Web UI frontend (submodule)
  • src-tauri/ - Tauri backend configuration
  • bins/ - Contains the bundled gptme-server binary

About

Desktop app for gptme built with Tauri

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •