Note: OFFED v0.2.0 binaries are currently unsigned. This means Windows SmartScreen and macOS Gatekeeper will show security warnings when you first run the application. This is expected behavior for open-source software distributed without code signing certificates.
Download the .exe file from GitLab Releases
Double-click the downloaded .exe file
Windows SmartScreen Warning will appear:
Click "Run anyway" button
The application will launch normally
Download the .msi installer from GitLab Releases
Right-click the .msi file and select "Properties"
At the bottom of the General tab, check the box next to "Unblock"
Click "OK" to save
Double-click the .msi file to run the installer
If SmartScreen still appears:
Click "Run anyway"
Follow the installation wizard
For users who frequently install unsigned applications:
Warning: Only enable Developer Mode if you understand the security implications.
Download the .dmg file from Offed Homepage
Double-click the .dmg file to mount it
Drag OFFED.app to your Applications folder
Attempt to open OFFED from Applications:
Click "OK"
Open System Settings:
Click the "Open Anyway" button next to this message
Confirm:
Click "Open"
OFFED will now launch normally
Download the .dmg file from GitLab Releases
Double-click the .dmg file and drag OFFED.app to Applications
Control-click (right-click) on OFFED.app in the Applications folder
Select "Open" from the context menu
In the warning dialog, click "Open" again to confirm
OFFED will launch (you only need to do this once)
# Remove the quarantine attribute from the app
xattr -d com.apple.quarantine /Applications/OFFED.app
Then launch OFFED normally from Applications.
Macos Users can also install Offed through Homebrew
# Add Homebrew tap to your mac
brew tap mitradranirban/tap
# Install OFFED
brew install --cask offed
This will autmatically remove the quarantine attribute and install the
Linux packages (AppImage, DEB, RPM) do not require code signing and should install without warnings.
chmod +x OFFED-*.AppImage
./OFFED-*.AppImage
sudo dpkg -i offed_*.deb
sudo apt-get install -f # Install dependencies if needed
sudo rpm -i offed-*.rpm
Why are the binaries unsigned? Code signing certificates cost hundreds of dollars annually. As an open-source project, OFFED is distributed unsigned to keep it free for all users.
Is it safe? Yes! You can verify the integrity of the download by:
Building from source if you prefer
First-time only: These security bypass steps are only needed the first time you run OFFED. Subsequent launches will work normally.
If you prefer to build from source instead of using pre-built binaries:
# Clone the repository
git clone https://gitlab.com/mitradranirban/offed.git
cd offed
# Build using Makefile
make build
# Or build manually
trunk build --release
cargo tauri build
For detailed build instructions, see the README.
If you encounter issues during installation, please: - Check the GitLab Issues - Open a new issue with your OS version and error details - Contact the maintainer: Dr. Anirban Mitra