Skip to content

Settings

KaiUR edited this page May 5, 2026 · 16 revisions

Settings

Open via ☰ Menu → File → Settings... or the ⚙ toolbar button.

Python Interpreter

Full path to python.exe. Click Browse to locate it. If left blank the app auto-detects Python from your PATH.

Script Cache Folder

Where downloaded scripts are stored locally. Defaults to %APPDATA%\CatiaMenuWin32\scripts.

Sync & Updates

Setting Default Description
Sync on startup On Download latest scripts when the app starts
Always download latest before running Off Always fetch newest script before execution
Check for updates on startup On Notify when a newer app version is available
Auto-install updates Off Download and install new versions automatically
Auto-refresh every N hours 6 Background sync interval (0 = disabled)

Console Options

Setting Default Description
Show Python console Off Open a visible console when running scripts
Keep console open Off Keep console open after script finishes
Keep Deps console open Off Keep dependency install window open until manually closed

GitHub Token

Optional Personal Access Token. Raises the GitHub API rate limit from 60 to 5000 requests/hour. Required for private repositories.

To generate a token: GitHub → Settings → Developer Settings → Personal Access Tokens → Fine-grained tokens. Give it read-only access to public repositories.

Window

Setting Default Description
Always on Top Off Keep window above CATIA
Minimize to Tray On Hide to system tray on minimize/close
Start with Windows On Launch automatically at login
Start Minimized Off Start hidden in the tray
Theme System Dark, Light, or follow Windows setting

Reset to Defaults

The Reset to Defaults button at the bottom left resets all settings to their defaults. Script sources (extra repos and local folders) are not affected.

Clone this wiki locally