Skip to content

Installation

Requirements

  • Python >=3.11
  • pip >=23

Install from PyPI

pip install archmap
archmap version

Install for development

git clone https://github.com/Kaua-KGzin/ArchMAP
cd ArchMAP
python -m pip install -e ".[dev]"

Node dependencies (optional, for web-ui/dev-server.js)

npm ci

Windows executable

Download archmap.exe from Releases, or build locally:

python -m pip install pyinstaller
powershell -ExecutionPolicy Bypass -File scripts/build-exe.ps1 -Clean

Generated artifacts:

  • dist/archmap.exe
  • dist/archmap-<version>.exe
  • dist/archmap-build-info.json