Installation
These are summaries of installation instructions for Dyalog installers that can be downloaded from our website.
Microsoft Windows
This is a summary of installation instructions on Linux. More detailed instructions are in the Dyalog for Microsoft Windows Installation and Configuration Guide.
- Download the Dyalog installer from our downloads page
- Extract the contents and double click on setup*.exe
Dyalog strongly recommends installing with administrator privileges. Limitations/Restrictions of installations without administrator privileges are given in setup_readme.htm. - Follow the instructions on the installer
- Reboot your PC
macOS
This is a summary of installation instructions on Linux. More detailed instructions are in the Dyalog for macOS Installation and Configuration Guide.
- Download the Dyalog installer from our downloads page
- Double click on the newly-downloaded .pkg file
- Follow the instructions on the installer
Linux
This is a summary of installation instructions on Linux. More detailed instructions are in the Dyalog for UNIX Installation and Configuration Guide.
- Download the Dyalog installer for your operating system from our downloads page
- Install using your operating system’s package manager.
sudo rpm --install linux_64*.x86_64.rpm
sudo dpkg --install linux_64*.x86_64.deb
Double click the file to install in some environments.
Raspberry Pi
This is a summary of installation instructions and important information regarding Dyalog on Raspberry Pi. More information on the Dyalog APT Repository website.
2024-01-08: Dyalog APL is not currently supported on Bookworm.
Dyalog APL is only supported on 32-bit Raspberry Pi OS (Debian)
- buster or later (ARMHF) – Hardware Float: this is required for Dyalog 18.0 and later
- jessie or later (ARMHF) – Hardware Float: this is required for Dyalog 17.1
To install Dyalog on Raspberry Pi
- Add the Dyalog apt repository to your sources list
wget -O - http://packages.dyalog.com/dyalog-apt-key.gpg.key | sudo apt-key add - CODENAME=$(lsb_release -sc) echo "deb http://packages.dyalog.com ${CODENAME} main" | sudo tee /etc/apt/sources.list.d/dyalog.list
- Update the apt package lists
sudo apt-get update
- Install Dyalog
Install Dyalog with RIDEsudo apt-get install dyalog-unicode
Install Dyalog without RIDE
sudo apt-get install dyalog-unicode-182