惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
N
Netflix TechBlog - Medium
V
Visual Studio Blog
博客园 - Franky
小众软件
小众软件
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 三生石上(FineUI控件)
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
量子位
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
V
V2EX
The Cloudflare Blog
月光博客
月光博客
Last Week in AI
Last Week in AI
雷峰网
雷峰网
WordPress大学
WordPress大学
博客园 - 【当耐特】
博客园 - 聂微东
IT之家
IT之家
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
GitHub - amanharshx/vision-export-studio: Desktop app to ...
amanharshx · 2026-06-22 · via Show HN

Desktop studio for exporting Ultralytics YOLO .pt and Roboflow RF-DETR .pth models into deployment-ready formats.

Platforms Homebrew Built with Tauri v2 Rust TypeScript

CI GitHub Release

Vision Export Studio demo


Select your Ultralytics YOLO .pt or Roboflow RF-DETR .pth model, pick an export target, and generate deployment-ready output locally - everything runs on your machine, nothing leaves your environment.


Table of Contents

  • Features
  • Supported Formats
  • Target Caveats
  • Installation
  • Build From Source
  • Analytics
  • Privacy
  • Contributing
  • Security
  • License

Vision Export Studio is a desktop app that exports computer-vision model weights into deployment-ready formats. It supports two model families: Ultralytics YOLO .pt weights with full target coverage (ONNX, TensorRT, CoreML, TFLite, and more), and Roboflow RF-DETR .pth checkpoints with a focused set of targets (ONNX and TensorRT). Select your model, pick a target, and generate the export locally - model files stay on your machine.

Features

  • Local-first - exports run on your machine; model files do not leave your environment
  • Managed runtime - app creates and uses ~/.vision-export-studio/.venv for Python tooling by default
  • Optional Python override - power users can point the app at a different interpreter
  • Optional output directory - choose where exported artifacts are written, or use the default next to the source model
  • Automatic route installs - route-specific Python dependencies install when needed for most export paths
  • Dependency status checks - each route reports missing Python packages or system binaries before you export, with install hints
  • Two model families - Ultralytics YOLO (.pt) with full target coverage, and Roboflow RF-DETR (.pth) for ONNX and TensorRT
  • Multiple export targets - ONNX, TensorRT, CoreML, OpenVINO, TFLite, Paddle, NCNN, RKNN, and more
  • Configurable export options - tune target-specific settings such as image size, batch size, FP16 (half), INT8, dynamic axes, ONNX opset, TensorRT workspace, and RKNN target chip
  • RF-DETR checkpoint inspection - after trusted-checkpoint confirmation, auto-detects model family (detection vs segmentation), size, and recommended native image size from the .pth checkpoint
  • Safer process execution - export commands run through Tauri/Rust with argv-based subprocess handling

Supported Formats

Vision Export Studio is not universal all-to-all model converter.

source format -> supported route -> target format

Current source support is intentionally narrow:

  • Ultralytics-compatible .pt weights (full target coverage)
  • Roboflow RF-DETR .pth checkpoints (ONNX and TensorRT only)
  • Generic PyTorch checkpoints not supported
  • Reverse conversion not supported

Current source formats:

Format Provider Status Notes
.pt Ultralytics YOLO Ultralytics-compatible weights only.
.pth Roboflow RF-DETR RF-DETR checkpoints. Exports to ONNX and TensorRT only.

Ultralytics YOLO (.pt) target formats:

Format Status Notes
.pt -> onnx Most portable intermediate.
.pt -> torchscript Traced TorchScript module.
.pt -> openvino Optimised for Intel CPUs, iGPUs, and VPUs.
.pt -> engine TensorRT. NVIDIA GPU and supported stack required.
.pt -> coreml macOS-only.
.pt -> saved_model TensorFlow SavedModel output.
.pt -> pb TensorFlow GraphDef output.
.pt -> tflite One-way runtime artifact.
.pt -> edgetpu Linux x86_64 and edgetpu_compiler required.
.pt -> tfjs Web deployment output.
.pt -> paddle PaddlePaddle export path.
.pt -> ncnn Mobile-friendly runtime output.
.pt -> mnn One-way runtime artifact.
.pt -> rknn Linux-only. Target chip required.
.pt -> imx Linux-only. Java >= 17 required.
.pt -> axelera Linux-only.
.pt -> executorch Edge runtime output.

Roboflow RF-DETR (.pth) target formats:

Format Status Notes
.pth -> onnx Recommended RF-DETR target and primary path.
.pth -> engine TensorRT. NVIDIA GPU and trtexec required. No macOS.

Note

RF-DETR support is intentionally focused on ONNX and TensorRT. TFLite export was evaluated and dropped because the ONNX → TFLite conversion failed consistently across macOS and Linux.


Target Caveats

Some targets are one-way deployment artifacts or platform-locked:

  • engine requires NVIDIA GPU and supported TensorRT stack. No macOS support.
  • coreml export is macOS-only.
  • edgetpu export requires Linux x86_64 and edgetpu_compiler.
  • rknn export is Linux-only and requires target chip selection.
  • imx export is Linux-only and requires Java >= 17.
  • axelera export is Linux-only.
  • tflite, engine, mnn, rknn, imx, axelera, edgetpu, and some coreml outputs should be treated as one-way deployment outputs.
  • Roboflow RF-DETR (.pth) exports only to onnx and engine. Its engine (TensorRT) path is NVIDIA-only and requires trtexec, identical to the Ultralytics engine caveat.

Installation

Quick Install

macOS (Homebrew):

brew install --cask amanharshx/tap/vision-export-studio

Linux (Homebrew):

brew install amanharshx/tap/vision-export-studio

Windows / macOS / Linux (GitHub Releases):

Download the latest desktop build from GitHub Releases.

Linux package note:

Current Linux release assets include Homebrew tarball, .AppImage, .deb, and .rpm packages.

In-App Updates

Released builds can check for updates from Updates inside app.

Expected flow:

  • click Updates
  • if no update exists, app shows Up to date
  • if update exists, app offers Update to <version>
  • after install, click Restart to update

Updater metadata is served from GitHub Releases.

Troubleshooting

Note: The app is not code-signed yet, so macOS and Windows may show security warnings.

macOS - "App is damaged and can't be opened"

Run this command in Terminal after installing:

xattr -cr "/Applications/Vision Export Studio.app"

Then open the app again.

Windows - "Windows protected your PC" (SmartScreen)
  1. Click More info
  2. Click Run anyway

Or: Right-click the .exe -> Properties -> Check Unblock -> Apply

First Launch Runtime Setup

Expected flow:

  • install app
  • let Vision Export Studio prepare runtime on first launch
  • pick export route
  • install route dependencies only when needed

Vision Export Studio now defaults to managed runtime in:

~/.vision-export-studio/.venv

Vision Export Studio creates this environment automatically and installs ultralytics there for the base runtime. Roboflow RF-DETR dependencies (rfdetr) install on demand the first time you pick an RF-DETR route.

Current bootstrap limitation:

  • first-time runtime creation still depends on working python/python3 already available on host machine
  • bundled Python is not implemented yet

Build From Source

Prerequisites: Rust, Bun, Tauri v2 prerequisites

git clone https://github.com/amanharshx/vision-export-studio.git
cd vision-export-studio
bun install
bun run tauri dev      # development
bun run tauri build    # local production build

Analytics

Vision Export Studio uses PostHog for install-scoped pseudonymous usage analytics. The app stores a persistent install identifier locally so launches from the same install can be measured across sessions.

Current analytics covers:

  • app launches
  • setup completion and setup failures
  • export started, completed, failed, and cancelled
  • app and device metadata such as app version, OS, architecture, install channel, and route/event metadata

Collected analytics excludes:

  • model files
  • dataset contents
  • file contents
  • export logs
  • local file paths
  • personal identity such as email address or username

More detail lives in PRIVACY.md.


Privacy

Privacy summary: exports run locally, model files stay on your machine, and install-scoped pseudonymous analytics is limited to product usage and app/device metadata. See PRIVACY.md for details.


Contributing

Contributions are welcome. Whether it's a bug fix, new format, or documentation improvement - every bit helps. Please read the Contributing Guide before opening a pull request.


Security

If you discover a security issue, please do not open a public issue. Use GitHub private vulnerability reporting as described in SECURITY.md.


License

This project is licensed under the MIT License.