A fast, lightweight 3D asset manager for your GLB library.
Browse, tag, search, and send assets straight to Blender — all from a native desktop app.
Features • Screenshots • Installation • Blender Addon • Development • Tech Stack
Browse your 3D asset library with auto-generated thumbnails
Inspect asset details, tags, polycount, and send to Blender in one click
Select multiple assets for bulk tagging, collections, and export
One-click send to Blender via the included addon
- Watch folders — auto-indexes
.glband.gltffiles recursively - Auto thumbnails — 3D previews rendered client-side with Three.js
- Tags — stackable tags with smart filtering (click to include, right-click to exclude)
- Trays — playlists for 3D assets, like "🎮 PSX Horror Kit" or "🏠 Archviz Kitchen"
- Blender bridge — one-click import into Blender via the included addon
- Bulk actions — tag, tray, send to Blender, or delete multiple assets at once
- Sort & search — by name, date, size, or polycount
- Views — All Assets, Recently Added, Favorites, Recently Used, per-folder browsing
- Native & fast — ~15 MB binary, SQLite, no cloud, no accounts
Download the latest binary from Releases, or build from source:
go install github.com/wailsapp/wails/v2/cmd/wails@latest
git clone https://github.com/zachmolony/sushi.git
cd sushi
make install # builds and installs to ~/.local/bin with desktop entryRequires Go 1.24+, Node.js 18+, and GTK/WebKit dev libraries (
sudo apt install libgtk-3-dev libwebkit2gtk-4.0-devon Ubuntu 22.04, orlibwebkit2gtk-4.1-devon 24.04+).
Sushi can send assets directly into Blender with one click. To set it up:
- In Blender, go to Edit → Preferences → Add-ons → Install…
- Select
blender/sushi_bridge.pyfrom this repo - Enable "Import: Sushi Bridge"
Once active, a 🟢 indicator appears in Sushi's sidebar. Hit "Send to Blender" on any asset and it lands in your scene.
The addon runs a local HTTP server on 127.0.0.1:29877 — nothing leaves your machine.
All data is local — database at ~/.local/share/sushi/sushi.db, thumbnails in ~/.local/share/sushi/thumbnails/. No cloud, no telemetry.
wails dev # live dev with hot-reload
wails build # production binaryGo · Svelte · Tailwind CSS · Three.js · SQLite · Vite — built with Wails
MIT



