Warning
π§ Under Construction π§ - This document is a work in progress. More information will be added soon.
Installation Guide
Warning
The application is currently under development and may contain bugs or incomplete features, and is intended to be shared with a limited audience for testing purposes. Please use the application with caution and report any issues or feedback to the development team.
This document provides instructions on how to download and install Mortar on your computer. Mortar is a desktop application that is developed to view Freedom of Information (FOI) documents, as part of the Designing Automated Tools to support Welfare Rights Advocacy project of the ARC Centre of Excellence for Automated Decision-Making and Society.
The installer for Mortar is available for Windows, macOS, and Linux, available to download from the latest release here.
Note
The <version> in the file names below refers to the version number of the Mortar release. For example, if you are downloading Mortar version 0.1.0, the file name would be Mortar-0.1.0.exe for Windows, Mortar-0.1.0.dmg for macOS, and Mortar-0.1.0.AppImage for Linux.
If you want to download a specific version of Mortar instead of the latest release, visit the releases page.
Before You Begin
Before downloading Mortar, please check if your computer has an ARM64 processor. If you are unsure, follow the instructions below to determine your processor type.
- What is ARM64?
- ARM64 is a 64-bit architecture used in some processors, particularly in mobile devices and newer computers.
- How to Check if Your Computer is ARM64:
- Windows:
- Open Settings.
- Go to System > About.
- Under Device specifications, check the System type. If it reads β64-bit operating system, ARM-based processor,β then you have an ARM64-based processor.
- macOS:
- Click the Apple menu and select About This Mac.
- Check the Processor or Chip information. If it mentions βApple M1β or βApple M2,β you have an ARM64-based processor.
- Linux:
- Open a terminal.
- Run the command:
uname -m. If it returnsaarch64, you have an ARM64-based processor.
- Windows:
If you have an ARM64 processor, please download the appropriate version of Mortar for your system, e.g., Mortar-0.1.0-arm64.dmg.
Installation Steps
Windows
- Download the Installer:
- π₯ Download
Mortar-Setup-<version>.exefrom the release assets.
- π₯ Download
- Run the Installer:
- π±οΈ Double-click the downloaded
.exefile. - π οΈ Follow the on-screen instructions to complete the installation.
- π±οΈ Double-click the downloaded
- Launch the Application:
- π Once installed, you can find Mortar in your Start Menu or on your Desktop.
macOS
- Download the DMG or ZIP:
- π₯ Download either
Mortar-<version>.dmgorMortar-<version>-mac.zipfrom the release assets.
- π₯ Download either
- Install the Application:
- For
.dmg:- π±οΈ Double-click the
.dmgfile to open it. - ποΈ Drag the Mortar app to your Applications folder.
- π±οΈ Double-click the
- For
.zip:- π±οΈ Double-click the
.zipfile to extract it. - ποΈ Move the Mortar app to your Applications folder.
- π±οΈ Double-click the
- For
- Launch the Application:
- π Open the Applications folder and double-click the Mortar app to start it.
Important
Since Mortar is not yet registered with Apple, you will need to temporarily override your security settings to open the application by following this guide.
Linux
- Download the AppImage:
- π₯ Download
Mortar-<version>.AppImagefrom the release assets.
- π₯ Download
- Make the AppImage Executable:
- π₯οΈ Open a terminal and navigate to the directory where the AppImage is downloaded.
- π οΈ Run the command:
chmod +x Mortar-<version>.AppImage
- Run the AppImage:
- π Execute the AppImage by running:
./Mortar-<version>.AppImage
- π Execute the AppImage by running: