Quick Start
Using Pre-built Executable
You can download the latest pre-built executable from the Releases section without installing Python or any dependencies:
- Go to the Releases section on GitHub.
- Download the executable for your operating system (Windows, macOS, or Linux).
- Run the downloaded file:
- Windows: Double-click the
autologin.exefile. - macOS:
- Extract the downloaded
autologin-mac.zipfile. - Option 1: Remove the quarantine attribute by opening Terminal, navigating to the extraction location, and running
xattr -d com.apple.quarantine autologinbefore executing it. - Option 2: Right-click on the extracted file, select "Open" from the context menu, then confirm the security dialog.
- Extract the downloaded
- Linux:
- Extract the downloaded
autologin-linux.zipfile. - Open Terminal, navigate to the extraction location and run
./autologin.
- Extract the downloaded
- Windows: Double-click the
Building from Source
If you prefer to run the Python script directly:
- Clone the repository:
git clone https://github.com/tashifkhan/sophos-auto-login.git cd sophos-auto-login - Install the required dependencies:
pip install -r requirements.txt - Run the script:
python autologin.py