Installation Process
Autograph installation depends on the platform you are planning to install it on.
Install Autograph on macOS
Autograph is distributed as a self-contained .dmg
archive. Double click on the .dmg
to uncompress, then drag & drop Autograph in the Applications folder. Autograph is ready to be used!
Install Autograph on Windows
Double click on the .exe
installer which will guide you throughout the installation process. Note that installation may fail if the target directory is not empty. You can install Autograph in the command-line by running
installer.exe in
Install Autograph on Linux
Double click on the installer executable or run it in the terminal using
./installer
You can install directly in the command-line without the GUI by passing in
to the arguments.
For Ubuntu 22.04 users, you may have to install the libxcb-xinerama0 packet in order to launch the installer. You can do so with the command
sudo apt-get install libxcb-xinerama0