Your WiFi auto-attendance is already set up and working.
Track your Q1 office attendance automatically!
Would you like to enable auto-tracking via office WiFi?
Detected: macOS
Open Terminal and paste this command:
curl -sL https://tripathigaurav.github.io/OAT/install-mac.command | bash
Auto-tracking is installed and working.
Open PowerShell and paste this command:
irm https://tripathigaurav.github.io/OAT/install-win.ps1 | iex
Auto-tracking is installed and working.
Step 1: Download these files
Click both buttons aboveStep 2: Run these commands in Terminal:
A new version of OAT is ready with important improvements:
It's a quick one-command update β takes less than 10 seconds.
Manually trigger a WiFi check or scan past history:
π‘ Scans Windows WiFi event logs for past office days and marks them automatically. Overwrites manual entries with verified WiFi data.
π‘ Manual Mode: Scheduled task not installed (no admin). Use the buttons above to check and backfill, or re-run installer as admin.
π Manual Mode Workflow:
β‘ One-line reinstall command β copy & run in terminal:
To enable automatic attendance when you connect to office WiFi, pick your OS:
~/.oat/ (local path β avoids cloud-sync issues)mkdir -p ~/.oat && chmod +x ~/.oat/auto-attendance.sh && xattr -cr ~/.oat/auto-attendance.sh 2>/dev/nullsed -i '' "s|/Users/USERNAME/PLACEHOLDER/auto-attendance.sh|$HOME/.oat/auto-attendance.sh|g" ~/.oat/com.oat.wifiattendance.plistlaunchctl unload ~/Library/LaunchAgents/com.oat.wifiattendance.plist 2>/dev/null
cp ~/.oat/com.oat.wifiattendance.plist ~/Library/LaunchAgents/
launchctl load ~/Library/LaunchAgents/com.oat.wifiattendance.plistlaunchctl unload ~/Library/LaunchAgents/com.oat.wifiattendance.plist
%LOCALAPPDATA%\OAT\ (local path — avoids OneDrive sync issues)(Get-Content "$env:LOCALAPPDATA\OAT\auto-attendance-task.xml") -replace '%LOCALAPPDATA%\\OAT', "$env:LOCALAPPDATA\OAT" | Set-Content "$env:LOCALAPPDATA\OAT\auto-attendance-task.xml"schtasks /Create /TN "OAT-WiFiAttendance" /XML "%LOCALAPPDATA%\OAT\auto-attendance-task.xml" /FUnregister-ScheduledTask -TaskName "OAT-WiFiAttendance"
Step 1: Copy uninstall command and run it in your OS terminal.
Step 2: Delete OAT data saved in this browser.