Install
Windows
Use Microsoft Store to install OpalOPC. The Store keeps it up-to-date for you automatically.
Linux
We recommend using Snap if it is available. The manual method is provided for advanced users.
Snap
Use Snap Store to install OpalOPC. Snap keeps it up-to-date for you automatically.
Manual
When installing manually, you are responsible for keeping OpalOPC up-to-date.
curl -LO "https://dl.opalopc.com/release/$(curl -L -s https://dl.opalopc.com/release/stable.txt)/bin/linux/amd64/opalopc"
sudo install -o root -g root -m 0755 opalopc /usr/local/bin/opalopc
note
If you do not have root access on the target system, you can still install opalopc to the ~/.local/bin
directory:
chmod +x opalopc
mkdir -p ~/.local/bin
mv ./opalopc ~/.local/bin/opalopc
# and then append (or prepend) ~/.local/bin to $PATH