English · 简体中文
Making idle GPUs work for everyone. A distributed compute network for AI — chat, image gen, coding agent, plugins — powered by consumer GPUs.
GPUShare is the back-end network. dflop.top is the front door.
We do three things:
- Sell access to consumer GPUs — gamers run a desktop app, idle GPUs earn money sandboxed in Docker / MLX.
- Run a hosted AI surface on top — chat with streaming, image generation, REST API, Telegram mini app, mobile remote.
- Ship a coding agent — FlopCode, a Claude Code fork wired into our gateway, with a community plugin marketplace.
Pay per use, top up with Stripe, or subscribe to FlopCode Pro at $9.90/mo.
|
Run the Provider desktop app (download). Auto-detects NVIDIA + Apple Silicon, monitors idle, runs jobs sandboxed.
|
Use the platform as-a-service — no SDK lock-in, OpenAI-compatible.
|
Install FlopCode — our Claude Code fork wired to dflop.top. npm install -g flopcode
flopcode
|
| Feature | Description | |
|---|---|---|
| AI Chat | Real WS-V2 streaming · text + reasoning + image generation · session-affine response chains | |
| GPU Rooms | Marketplace of compute rooms — real GPU nodes or third-party API proxies, per-room pricing & token caps | |
| FlopCode CLI | AI coding agent (Claude Code fork) · /remote-control from phone · plugin marketplace · auto-update |
|
| Task Wizard | 3-step submission for Stable Diffusion · LLM inference · Whisper transcription · LoRA fine-tuning | |
| Plugin Market | Git-protocol plugin registry — browse, install, rate community extensions for FlopCode | |
| Community | V2EX-style forum · rich-text editor · nested comments · image uploads | |
| Telegram Mini App | TG SDK theming · bottom TabBar · 24h JWT · dedicated mobile auth flow | |
| Phone Remote Control | Drive FlopCode CLI from your phone · live xterm mirror · per-tool permission prompts | |
| Apple Silicon | Native MLX inference (auto 4/8/16-bit quant) via the Provider desktop app | |
| Stripe | Pay-per-use top-ups · FlopCode Pro subscription · automatic 85/15 split to providers |
| Repo | Description |
|---|---|
GPUShare private |
Core platform — Rust backend (Axum) · Next.js 15 dashboard · Tauri 2.0 desktop client · FlopCode agent |
| gpushare-plugins | Open plugin registry — marketplace.json + skills + scaffolds, consumed by FlopCode and the web plugin market |
| .github | This profile |
Backend Rust · Axum 0.8 · SQLx · PostgreSQL 16 · Redis 7 · sub2api WS V2
Gateway Anthropic-compatible /v1/messages · OpenAI-compatible /chat/completions
Frontend Next.js 15 · React 19 · Tailwind CSS v4 · motion · @tanstack/react-query
Desktop Tauri 2.0 · Rust · Docker · NVIDIA NVML · MLX (Apple Silicon)
CLI Bun-built single-file (~12MB) · published as `flopcode` on npm
Mobile Telegram Mini App · responsive web · phone remote (WS bridge)
Infra Railway · VPS · Cloudflare R2 · Workers + KV · Sentry · Stripe · Resend
# Run the AI chat / coding agent right now
npm install -g flopcode
flopcode
# Or use the web app
open https://dflop.top
# Rent your GPU (gamer-friendly desktop app)
open https://dflop.top/download