{"id":31375967,"url":"https://github.com/adityash8/autoup","last_synced_at":"2026-04-28T21:35:04.975Z","repository":{"id":315444978,"uuid":"1059538337","full_name":"adityash8/autoup","owner":"adityash8","description":"🖥 Auto-Up — Mac App Auto-Updater. Keep your Mac apps fresh \u0026 secure without lifting a finger. Beautiful menu bar utility with AI summaries, silent updates, and Tahoe compatibility.","archived":false,"fork":false,"pushed_at":"2025-09-22T03:29:27.000Z","size":79,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-08T00:09:38.682Z","etag":null,"topics":["app-updater","auto-update","homebrew","mac-apps","macos","menu-bar","sparkle","swift","swiftui"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adityash8.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-18T15:22:14.000Z","updated_at":"2025-09-22T03:29:30.000Z","dependencies_parsed_at":"2025-09-18T18:38:13.168Z","dependency_job_id":null,"html_url":"https://github.com/adityash8/autoup","commit_stats":null,"previous_names":["adityash8/autoup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adityash8/autoup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityash8%2Fautoup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityash8%2Fautoup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityash8%2Fautoup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityash8%2Fautoup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adityash8","download_url":"https://codeload.github.com/adityash8/autoup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityash8%2Fautoup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32400868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app-updater","auto-update","homebrew","mac-apps","macos","menu-bar","sparkle","swift","swiftui"],"created_at":"2025-09-28T02:52:42.962Z","updated_at":"2026-04-28T21:35:04.956Z","avatar_url":"https://github.com/adityash8.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auto-Up\n\n🖥 **Auto-Up — Mac App Auto-Updater**\n*\"Your Mac, always fresh \u0026 safe — without lifting a finger.\"*\n\nA beautiful, lightweight menu bar utility that keeps all your Mac apps up to date — App Store + non-App Store — with MacPaw-level polish and CleanShot-style simplicity.\n\n## Features\n\n### Core MVP Features\n- **One-Click Update All**: Big friendly button in a minimal UI with update count always visible in menu bar\n- **Silent Auto-Update Mode**: Background updates on a schedule (default: overnight), runs only on Wi-Fi \u0026 while plugged in\n- **Plain-Language Change Logs**: Auto-summarized with AI: \"Safari is faster and fixes a crash bug\"\n- **Security Fix Priority**: Detect CVE/security-related updates \u0026 install ASAP\n- **Update History + Undo**: Timeline of updates with one-tap rollback (last version cached)\n- **Tahoe Compatibility**: Flags macOS 26 incompatible apps to prevent crashes\n\n### Pro Features ($2.99/mo or $24/year)\n- **Multi-Mac Sync**: Same update rules on all devices via iCloud\n- **Family Mode**: Covers household Macs under one plan ($39/year for 5 devices)\n- **App Health Score**: Green (up-to-date), Yellow (optional), Red (urgent)\n- **Version Pinning**: Stay on a preferred version\n- **Silent Installer Support**: No dialogs for supported apps\n\n## Supported Update Sources\n\n- **Sparkle feeds** (built-in updaters)\n- **Homebrew casks** (`brew outdated --cask`)\n- **GitHub releases** (API v3 for open-source apps)\n- **App Store** (coming soon)\n\n## System Requirements\n\n- macOS 13.0 or later\n- Apple Silicon (M1/M2/M3) or Intel processor\n- 50MB free disk space\n\n## Installation\n\n### From Source\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/your-username/autoup.git\ncd autoup\n```\n\n2. Open in Xcode:\n```bash\nopen AutoUp.xcodeproj\n```\n\n3. Build and run (⌘R)\n\n### From Package Manager\n\n```bash\nswift build\nswift run\n```\n\n## Configuration\n\nAuto-Up creates its configuration files in:\n- Database: `~/Library/Application Support/AutoUp/autoup.db`\n- Cache: `~/Library/Application Support/AutoUp/Cache/`\n- Preferences: Stored in macOS UserDefaults\n\n### Background Updates\n\nTo enable automatic background updates:\n\n1. Open Auto-Up settings\n2. Enable \"Automatic updates\"\n3. Configure schedule (overnight recommended)\n4. Set constraints (Wi-Fi only, plugged in only)\n\n### AI Summaries\n\nAuto-Up can summarize changelogs using:\n\n1. **Local MLX model** (privacy-first, requires M1+)\n2. **OpenAI GPT-4o-mini** (set `OPENAI_API_KEY` environment variable)\n3. **Keyword extraction** (fallback)\n\n```bash\nexport OPENAI_API_KEY=\"your-api-key-here\"\n```\n\n### Tahoe Compatibility\n\nThe app includes a built-in database of known macOS 26 (Tahoe) compatibility issues:\n\n- Adobe Lightroom Classic v13.0-13.2 (crashes on startup)\n- Fuji Camera Tethering (broken until September end)\n- Parallels Desktop v18.0-18.1 (VM startup failures)\n- VMware Fusion v13.0 (kernel panics)\n\n## Architecture\n\n### Core Components\n\n- **AppScanner**: Discovers .app bundles in `/Applications` and `~/Applications`\n- **UpdateDetector**: Checks Sparkle feeds, Homebrew, and GitHub APIs\n- **InstallManager**: Handles DMG/PKG/ZIP installations with rollback support\n- **ChangelogSummarizer**: AI-powered changelog processing\n- **BackgroundScheduler**: Manages automatic update scheduling\n- **TahoeCompatibilityChecker**: Prevents incompatible app updates\n\n### Tech Stack\n\n- **UI**: SwiftUI with menu bar integration\n- **Database**: SQLite with encryption (SQLCipher)\n- **AI**: MLX Swift for local processing, OpenAI for cloud fallback\n- **Background**: BGTaskScheduler + network monitoring\n- **Monetization**: StoreKit 2 for Pro subscriptions\n\n## Development\n\n### Project Structure\n\n```\nAutoUp/\n├── Sources/\n│   ├── App/                    # App entry point \u0026 delegates\n│   ├── Core/                   # Scanner, detector, installer\n│   ├── Models/                 # Data models\n│   ├── Services/               # AI, background, Pro features\n│   ├── UI/                     # SwiftUI views\n│   └── Resources/              # Assets, Tahoe compatibility data\n├── Tests/                      # Unit tests\n└── Package.swift               # Dependencies\n```\n\n### Dependencies\n\n- [SQLite.swift](https://github.com/stephencelis/SQLite.swift) - Database layer\n- [MLX Swift](https://github.com/ml-explore/mlx-swift) - Local AI processing\n- [Sparkle](https://github.com/sparkle-project/Sparkle) - Self-updating\n- [PostHog](https://github.com/PostHog/posthog-ios) - Analytics (opt-in)\n\n### Running Tests\n\n```bash\nswift test\n```\n\n### Building for Release\n\n```bash\nswift build -c release\n```\n\n## Privacy\n\nAuto-Up respects your privacy:\n\n- **Local-first**: All data stored on your Mac\n- **Opt-in telemetry**: Anonymous usage stats only if enabled\n- **No app lists**: We never see what apps you have installed\n- **Encrypted storage**: Local database is encrypted with Keychain\n\n### Data Collection (Optional)\n\nWhen telemetry is enabled, we collect:\n- Update success/failure rates (anonymized)\n- App scanning performance metrics\n- Feature usage statistics\n\nWe **never** collect:\n- Personal information\n- App names or lists\n- File paths or system details\n\n## Contributing\n\nWe welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n### Open Source Components\n\nThe core **UpdaterEngine** is open-source under MIT license to encourage community contributions:\n\n- Custom update sources\n- Improved version detection\n- New installer formats\n\n## Roadmap\n\n### Phase 1 (MVP - October 2025)\n- [x] Core app scanning \u0026 update detection\n- [x] One-click updates with rollback\n- [x] AI changelog summarization\n- [x] Tahoe compatibility checking\n- [x] Background scheduling\n\n### Phase 2 (Q1 2026)\n- [ ] App Store update detection\n- [ ] Advanced silent installation\n- [ ] iOS companion app\n- [ ] Enhanced family sharing\n\n### Phase 3 (Q2 2026)\n- [ ] Enterprise features (MDM integration)\n- [ ] Custom update sources\n- [ ] Advanced reporting \u0026 analytics\n\n## Support\n\n- **Website**: [autoup.app](https://autoup.app)\n- **Support**: [support@autoup.app](mailto:support@autoup.app)\n- **Twitter**: [@autoUpApp](https://twitter.com/autoUpApp)\n\n## License\n\n- **App**: Proprietary (commercial software)\n- **UpdaterEngine**: MIT License (see [LICENSE-ENGINE.md](LICENSE-ENGINE.md))\n\n---\n\n**Auto-Up** — Keep your Mac fresh, secure, and running smoothly. ✨","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityash8%2Fautoup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityash8%2Fautoup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityash8%2Fautoup/lists"}