Skip to content

eZhing/runik-desktop

Repository files navigation

Runik AI

Runik AI - Desktop App

Chat-first business management powered by AI
Run your business from a conversation. No code, no training, no spreadsheets.

Download | Website | Web App | MCP Skills


What is Runik AI?

Runik AI is a business management platform where you describe your business in plain language and the AI builds your entire system - tables, views, dashboards, and sample data - in under 2 minutes.

It works as an MCP server (Model Context Protocol), which means you can also manage your data from ChatGPT, Claude, or any MCP-compatible AI assistant.

Key Features

  • Conversational setup - Describe your business, get a complete system
  • 26 industry templates - Restaurant, clinic, hotel, school, dairy farm, CRM, HR, inventory, and more
  • Works with AI assistants - ChatGPT, Claude, and any MCP client
  • Embeddable chatbot - Add a customer-facing chatbot to your website with one line of code
  • Multi-language - Spanish, English, French
  • Multiple views - Tables, kanban, calendar, charts, reports, floor plans, timegrids
  • Mobile ready - PWA with full mobile interface
  • Desktop app - Native app for macOS (ARM and Intel), Windows, and Linux

Desktop App

This repository contains the Runik AI Desktop App, built with Tauri v2.

The desktop app connects to runikapp.com via OAuth 2.1 with PKCE, giving you a native window with system tray integration.

Downloads

Platform Architecture Download
macOS Apple Silicon (M1-M4) .dmg
macOS Intel (x86_64) .dmg
Windows x64 .exe
Linux x64 .deb

Build from Source

Prerequisites: Rust, Node.js 20+

# Clone
git clone https://github.com/eZhing/runik-desktop.git
cd runik-desktop

# Install dependencies
npm install

# Development
npm run tauri dev

# Build
npm run tauri build

Tech Stack

  • Tauri v2 - Rust-based native app framework
  • WebView - Loads the Runik web app with native OAuth flow
  • OAuth 2.1 + PKCE - Secure authentication with S256 challenge
  • CSP hardened - Content Security Policy for production

How It Works

You: "I have a dairy farm with 50 cows"

Runik: Creates 10 tables (animals, production, health, breeding,
       paddocks, expenses, income...) with sample data and 8 views.
       Ready to use in 2 minutes.
You: "How many liters did I produce this week?"

Runik: Queries your real data and responds with numbers, charts,
       and insights.

MCP Integration

Runik AI implements the Model Context Protocol (MCP), so your data is accessible from:

  • ChatGPT - Via the ChatGPT App Directory
  • Claude - Via Claude Connectors
  • Any MCP client - Streamable HTTP at https://runikapp.com/mcp

See runik-skills for the MCP server configuration.

Links

License

BSL-1.1 - Business Source License 1.1


Made from Chile with AI
runikapp.com | Allware SpA

About

Runik AI Desktop — Native app for Mac, Windows & Linux (Tauri v2)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages