Asset Tap is one pipeline with two interfaces: a desktop app for visual, interactive generation, and a CLI for terminals, scripts, and agents. The CLI also serves the MCP server, so MCP-capable agents use the CLI install. Install either, or both; they share configuration and provider keys.

Desktop app

Point-and-click generation with live previews. Recommended if you're starting out.

PlatformPackageNotes
macOSAssetTap-macos.dmgGUI + CLI, Universal
Windowsasset-tap-windows-setup.exeGUI, x86_64
Linuxasset-tap-linux-amd64.debGUI + CLI, Debian/Ubuntu
Linuxasset-tap-linux-x86_64.AppImageGUI, Universal Linux

After installing, follow the first-asset walkthrough.

CLI

For terminals, CI, and agent workflows, including the MCP server.

macOS / Linux

curl -fsSL https://assettap.dev/install | bash

Installs asset-tap and the atap alias to ~/.local/bin, checksum-verified. The script is readable on GitHub.

Windows

irm https://assettap.dev/install.ps1 | iex

Installs asset-tap.exe and atap to %LOCALAPPDATA%\AssetTap\bin and registers it on your user PATH, checksum-verified. The script is readable on GitHub.

Install options (pinning a release, choosing the install directory) are in the installation guide.

CLI-only archives: macOS · Windows · Linux

Next: CLI usage.

Requirements

  • OS: macOS 10.15+ (Intel or Apple Silicon), Windows 10+, Linux (glibc 2.31+)
  • API key: from a supported provider (fal.ai or Meshy) or one you configure yourself
  • Blender (optional): required only for FBX export

Build from source

git clone https://github.com/nightandwknd/asset-tap.git
cd asset-tap
make build

See the Development Guide for details. All download links point to the latest release.