Add-in Market is an Autodesk Fusion add-in that provides a curated in-app marketplace for discovering and installing other Fusion add-ins. It presents a searchable, filterable list of add-ins sourced from a local manifest, with toggle switches to download and install each add-in directly from GitHub.
Before you install and run this add-in, confirm that you have the following:
- Autodesk Fusion (any current subscription tier) with Python add-in support enabled
- Windows 10/11 or macOS
- An active internet connection (required for downloading add-ins)
- Download or clone this repository to your local machine.
- In Autodesk Fusion, open the Add-Ins dialog by selecting Utilities > Add-Ins, or press Shift+S.
- On the Add-Ins tab, click the green + icon.
- Navigate to the folder where you placed the add-in files and select the
PowerTools-Addinmarketfolder. - Click Open.
- Select Add-in Market in the list, then click Run.
To have the add-in load automatically each time Fusion starts, select Run on Startup before clicking Run.
| Command | Location | Description |
|---|---|---|
| Add-in Market | Tools › Power Tools | Browse and install Fusion add-ins from the PowerTools curated marketplace. |
The Add-in Market command opens a floating palette that lists curated Fusion add-ins in two categories.
Officially maintained add-ins from IMA LLC. Each row shows the add-in name, version, publisher, license, and description, with a toggle switch to install or remove it.
Third-party add-ins contributed by the broader Fusion community. Each row includes all core fields plus a link to open the add-in's GitHub readme in your default browser.
- Type in the search box to filter by name, description, or publisher.
- Enable Installed only to see only add-ins currently installed on your machine.
When a new version of a previously installed add-in is released and the marketplace manifest is updated, an ⚠ Update available badge appears on the add-in's row. Toggle the add-in off to stop and remove the current version, then toggle it on to download, install, and start the new version — no Fusion restart required.
For full usage details, see Add-in Market.
This add-in is developed and maintained by IMA LLC.
This project is released under the GNU General Public License v3.0 or later.
Copyright (C) 2026 IMA LLC.
The shared library at lib/fusionAddInUtils is vendored byte-for-byte identically across all nine PowerTools add-ins. It mixes code under different terms: general_utils.py, event_utils.py, and attributes_utils.py are based on Autodesk, Inc. sample code (distributed under its own license terms — see the source headers); cache_utils.py, date_utils.py, log_utils.py, and upload_utils.py are part of this project (IMA LLC, GPL-3.0-or-later). See each module's source header for details.
Copyright © 2026 IMA LLC. All rights reserved.