# Installation Choose the artifact that matches your operating system and CPU architecture from the GitHub release page. ## Windows - Download and run `DevProjex.v.win-x64.exe` or `DevProjex.v.win-arm64.exe`. - Install with WinGet: `winget install OlimoffDev.DevProjex`. - Install the packaged version from Microsoft Store when it is available in your region. ## Linux The archive preserves the executable permission. Replace `` and `` (`x64` or `arm64`) before running: ```bash curl -fL "https://github.com/Avazbek22/DevProjex/releases/download/v/DevProjex.v.linux-.tar.gz" | tar xz ./DevProjex ``` Move `DevProjex` to a directory on `PATH` if you want a system-wide command. ## macOS DevProjex requires macOS 14 or newer. Replace `` and `` (`x64` or `arm64`) before running: ```bash curl -fL "https://github.com/Avazbek22/DevProjex/releases/download/v/DevProjex.v.osx-.app.tar.gz" | tar xz sudo mv DevProjex.app /Applications/ ``` The current bundle is unsigned and not notarized. For a browser download, start it the first time with **right-click -> Open** and confirm the prompt. `curl` does not normally attach the macOS quarantine attribute that browsers add, but the same right-click flow remains the safest first-launch fallback.