Install en - kuvbur/AddOn_SomeStuff GitHub Wiki
- In the Releases section, download the latest version of the add-on for the required version with the WIN suffix.
- If ArchiCAD is running, close it.
- Copy the downloaded file to the ArchiCAD extensions folder (e.g., C:\Program Files\GRAPHISOFT\ARCHICAD 24\Расширения ARCHICAD\Дополнения).
- Launch ArchiCAD.
- In the Releases section, download the latest version of the add-on for your required version with the MAC suffix.
- After downloading and extracting the archive:
- Open Terminal
- Navigate to the folder containing the add-on
- Remove quarantine attributes:
(Use
xattr -cr SomeStuff.bundle
sudo xattr -cr SomeStuff.bundleif necessary) -
Sign the add-on (mandatory step for newer macOS versions):
codesign --force --deep --sign - SomeStuff.bundle
- Launch ArchiCAD.
- In the Add-On Manager, click Add and point to the add-on.
Example

- Open the Options->Environment menu
- Navigate to the Menu or Command Palette item
- In the right part of the window, create a new menu or command palette, or open an existing one
- In the left part, select All Commands by Topic, go to the list Extensions->SomeStuff
- Add the required commands