Asset Tap
Generate 3D models from text prompts


Installation

Download and install Asset Tap on macOS, Windows, or Linux.

First, grab the right package for your platform from the Downloads page.

macOS

All macOS downloads are universal binaries that run natively on both Intel and Apple Silicon Macs.

DMG Installer (Recommended)

The DMG includes both the GUI application and the CLI tool.

  1. Open the DMG file
  2. Drag AssetTap to your Applications folder
  3. Launch from Applications or Spotlight

CLI Setup (Optional)

The CLI is bundled inside the app. To use it from the terminal, create a symlink:

sudo ln -sf "/Applications/Asset Tap.app/Contents/MacOS/asset-tap" /usr/local/bin/asset-tap

Verify it works:

asset-tap --help

CLI-Only Download (Alternative)

If you only need the CLI without the GUI:

tar -xzf asset-tap-cli-macos.tar.gz
sudo mv asset-tap /usr/local/bin/

Windows

NSIS Installer (Recommended)

  1. Run the installer
  2. Launch Asset Tap from the Start Menu

CLI-Only Download (Alternative)

Expand-Archive asset-tap-cli-windows.zip -DestinationPath .

Linux

Debian/Ubuntu (.deb)

The .deb package installs both the GUI and CLI.

sudo dpkg -i asset-tap-linux-amd64.deb

After installation, both asset-tap-gui and asset-tap are available system-wide.

AppImage (Universal)

chmod +x asset-tap-linux-x86_64.AppImage
./asset-tap-linux-x86_64.AppImage

Note: The AppImage contains only the GUI. For the CLI, download the standalone archive from the Downloads page and extract:

tar -xzf asset-tap-cli-linux.tar.gz
sudo mv asset-tap /usr/local/bin/

Blender (Optional)

Blender is required only for FBX export. On Linux, you can also install via sudo apt install blender or Snap/Flatpak.

Requirements

See Downloads for system requirements and building from source.


← Getting Started Using Asset Tap →