-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Guide
This guide will help you install AkademiTrack on Windows, macOS, or Linux.
Before installing, make sure your system meets these requirements:
- Operating System: Windows 10/11, macOS 10.15+, or Linux (Ubuntu 20.04+, Fedora 35+, or similar)
- Internet Connection: Stable internet connection required
- Disk Space: At least 100 MB of free space
- Account: Valid iSkole account at an Akademiet school
Download the latest version from the releases page:
Latest Release: https://github.com/CyberGutta/AkademiTrack/releases/latest
Choose the file for your operating system:
-
Windows:
AkademiTrack-windows.zip -
macOS:
AkademiTrack-macos.zip -
Linux:
AkademiTrack-linux.zip
Download AkademiTrack-windows.zip from the releases page.
Right-click the downloaded ZIP file and select "Extract All..." Choose a location where you want to install AkademiTrack (e.g., C:\Program Files\AkademiTrack or your Desktop).
Navigate to the extracted folder and double-click AkademiTrack.exe to launch the application.
If Windows Defender SmartScreen appears:
- Click "More info"
- Click "Run anyway"
This happens because the app isn't signed with a Microsoft certificate yet. Your data is safe and the application is open source.
Right-click AkademiTrack.exe and select "Create shortcut". Move the shortcut to your Desktop or taskbar for easy access.
Download AkademiTrack-macos.zip from the releases page.
Double-click the downloaded ZIP file. It will extract to AkademiTrack.app in your Downloads folder.
macOS applies quarantine attributes to downloaded applications. You must remove these before running:
- Open Terminal (Applications → Utilities → Terminal)
- Run this command:
xattr -cr ~/Downloads/AkademiTrack.app- If you moved the app to a different location, replace
~/Downloads/with the actual path
Drag AkademiTrack.app to your Applications folder for easier access.
Double-click AkademiTrack.app to launch.
"AkademiTrack.app is damaged and can't be opened"
- This means you didn't remove the quarantine attributes. Run the
xattrcommand from Step 3.
"AkademiTrack.app can't be opened because it is from an unidentified developer"
- Go to System Preferences → Security & Privacy
- Click "Open Anyway" next to the AkademiTrack message
- Or right-click the app and select "Open", then click "Open" in the dialog
Download AkademiTrack-linux.zip from the releases page.
Open a terminal and navigate to your Downloads folder:
cd ~/Downloads
unzip AkademiTrack-linux.zipOr use your file manager to extract the ZIP file.
Navigate to the extracted folder and make the application executable:
cd AkademiTrack
chmod +x ./AkademiTrackRun the application from the terminal:
./AkademiTrackTo launch AkademiTrack from your application menu:
- Create a
.desktopfile:
nano ~/.local/share/applications/akademitrack.desktop- Add this content (adjust the path to where you extracted AkademiTrack):
[Desktop Entry]
Type=Application
Name=AkademiTrack
Comment=Automated STU attendance registration
Exec=/path/to/AkademiTrack/AkademiTrack
Icon=/path/to/AkademiTrack/icon.png
Terminal=false
Categories=Education;Utility;- Save and close (Ctrl+X, then Y, then Enter)
- Auto-Start Bug: The "Start with system" feature doesn't currently work on Linux. This will be fixed in a future update.
After installation, when you first launch AkademiTrack:
- The application will open to the First Time Setup screen
- You'll need to configure your Feide credentials
- Follow the First Time Setup guide for detailed instructions
AkademiTrack checks for updates automatically every 30 minutes. When an update is available:
- A notification will appear in the application
- Click the notification or go to Settings → Updates
- Click "Download and Install"
- The application will update and restart automatically
You can also manually check for updates in the Settings window.
- Delete the AkademiTrack folder
- Delete the data folder:
C:\Users\[YourUsername]\AppData\Local\AkademiTrack
- Delete
AkademiTrack.appfrom Applications - Delete the data folder:
~/Library/Application Support/AkademiTrack
- Delete the AkademiTrack folder
- Delete the data folder:
~/.config/AkademiTrack - Remove the desktop entry:
rm ~/.local/share/applications/akademitrack.desktop
Now that AkademiTrack is installed:
- Complete the First Time Setup to configure your credentials
- Read the User Guide to learn how to use all features
- Check out Settings & Configuration to customize your experience
If you encounter any issues during installation:
- Check the Troubleshooting page
- Create an issue on GitHub
- Contact the developers directly
AkademiTrack - Automated STU attendance registration for Akademiet schools
Made with ❤️ by CyberNilsen & CyberHansen
Website | Email Us | Licensed under MIT License