AetherDesk AI is a local-first Windows AI command center built with PowerShell, HTML reports, and optional Ollama support.
It helps you:
- Generate trending AI and open-source technology reports
- Check Windows system health
- Track active app usage
- Build productivity dashboards from local activity data
- Analyze public social trend signals with TrendRadar
- Export clean browser-based reports
Local AI. Local reports. Local productivity intelligence.
Built by: flutterfever.com
Watch how to run AetherDesk AI:
| Feature | Details |
|---|---|
| Local-first | Activity logs and reports stay on your computer |
| Ollama support | Optional local AI summaries with models like gemma3:1b |
| Trending reports | Generates AI/open-source technology reports |
| System health | Checks CPU, RAM, disk, Wi-Fi, Bluetooth, DNS, internet, and battery |
| Activity tracking | Tracks active Windows apps and window titles |
| Productivity dashboard | Shows app usage, category usage, time patterns, and score |
| TrendRadar | Builds social trend intelligence and behaviour prediction reports |
| HTML reports | Browser-based reports with PDF/print support |
| Scheduler support | Daily/weekly automation through Windows Task Scheduler |
Generates AI and open-source technology trend reports.
powershell -ExecutionPolicy Bypass -File .\run-agent.ps1Creates a Windows health dashboard.
powershell -ExecutionPolicy Bypass -File .\run-health-ai.ps1Tracks app usage and generates productivity reports.
powershell -ExecutionPolicy Bypass -File .\activity-tracker.ps1
powershell -ExecutionPolicy Bypass -File .\activity-report.ps1Generates a Social Trend Intelligence + Behaviour Prediction Report from public search/RSS signals across YouTube, X/Twitter, LinkedIn, Reddit, GitHub, Google/Web, and News.
The dashboard includes platform comparison bar/line graphs, a 7-day platform comparison chart, a platform decision table, best-resource ranking, public signal results, related topic suggestions, and a local Gemma/Ollama summary when Ollama is running.
TrendRadar scoring is weighted by topic relevance, exact matches, freshness, source fit, domain diversity, keyword strength, and best-resource quality, so the report can identify which platform is actually strongest for the topic.
powershell -ExecutionPolicy Bypass -File .\social-trend-report.ps1The project includes a Chrome Extension with an official Native Messaging Host. It can save browser pages, log browser activity, send topics to TrendRadar, and write local data into activity-data/ and social-data/.
powershell -ExecutionPolicy Bypass -File .\chrome-extension\native-host\install-native-host.ps1 -ExtensionId YOUR_EXTENSION_IDAetherDeskAI/
├── AetherDeskAI-Launcher.bat
├── AetherDeskAI-UI.bat
├── AetherDeskAI-UI.ps1
├── README.md
├── config.json
├── run-agent.ps1
├── run-health-ai.ps1
├── activity-tracker.ps1
├── activity-report.ps1
├── social-trends.ps1
├── social-trend-report.ps1
├── system-health.ps1
├── report.ps1
├── search.ps1
├── ollama.ps1
├── chrome-extension/
├── screenshots/
├── reports/
├── social-data/
├── logs/
├── cache/
└── activity-data/
- Windows 10 or Windows 11
- PowerShell 5.1 or newer
- Internet connection for trending reports
- Optional: Ollama for local AI summaries
Recommended Ollama model:
ollama pull gemma3:1bRun the Windows app:
.\AetherDeskAI.exeRun the Windows UI:
.\AetherDeskAI-UI.batRun the launcher:
.\AetherDeskAI-Launcher.batOr run a module manually:
powershell -ExecutionPolicy Bypass -File .\run-agent.ps1
powershell -ExecutionPolicy Bypass -File .\run-health-ai.ps1
powershell -ExecutionPolicy Bypass -File .\activity-tracker.ps1
powershell -ExecutionPolicy Bypass -File .\activity-report.ps1
powershell -ExecutionPolicy Bypass -File .\social-trend-report.ps1Generated reports are saved in:
reports/
Activity logs are saved in:
activity-data/
TrendRadar raw data is saved in:
social-data/
Edit config.json:
{
"appName": "AetherDesk AI",
"model": "gemma3:1b",
"topics": ["Top 10 Trending AI topic"],
"maxResults": 10,
"language": "English",
"includeArticles": true,
"includeVideos": true,
"includePDFs": true,
"includeGithub": true,
"outputFolder": "reports",
"askTopicOnRun": true
}For scheduled tasks, set:
"askTopicOnRun": falseAetherDesk AI is designed for personal, transparent, local use.
- Activity data stays local
- Reports are generated locally
- Ollama runs locally when enabled
- No cloud database is required
- Trending reports use internet sources only for public links
Do not use activity tracking to monitor another person without clear consent.
Planned improvements:
- SQLite storage
- Better dashboard themes
- Installer script
- Desktop UI
- ETL pipeline
- Vector search over reports
- Local embeddings and RAG
- Plugin system










