Installation Guide¶
Quick Actions¶
LATEST RELEASES
Windows
macOS
Linux
Windows¶
Windows 10/11 (64-bit)
Download for Windows
Requirements
- Visual C++ Redistributable 2015-2022 or latest
- Latest updates from Windows Update
Installation
- Extract the downloaded ZIP file
- Launch
asmsim.exe
, start using it!
macOS¶
macOS 10.14+ (Mojave or later)
Download for macOS
Requirements
- Rosetta 2 for Apple Silicon
- XQuartz for optional UI features
Installation
- Open the downloaded DMG file
- Drag ASMsim to Applications folder
- Right-click and select "Open" for first launch
- Allow application in Security settings if prompted
- Launch
asmsim
, start using it!
Linux¶
Major Distributions (64-bit)
Download for Linux
Requirements
- Ubuntu 20.04 LTS or newer
- Debian 11 or newer
- Fedora 35 or newer
- CentOS/RHEL 8 or newer
- glibc 2.31 or newer
- Qt 5.15 libraries
- OpenGL support
- Other distributions with equivalent library versions
Installation
- Extract archive tarball with:
tar -xzf ASMsim-linux.tar.gz
- Make executable with
chmod +x ASMsim/asmsim
- Right-click and select "Open" for first launch
- Allow application in Security settings if prompted
- Launch
asmsim
with./ASMsim/asmsim
, start using it!
Other¶
Compile From Source¶
- Python 3.8 or newer
- pip package manager
- Required packages:
PyQt5==5.15.11
pyinstaller>=6.11.1
pywinstyles==1.8