{"id":32349817,"url":"https://github.com/larskemper/macos-menu-bar-stats","last_synced_at":"2026-04-17T05:02:16.560Z","repository":{"id":320281094,"uuid":"1080492507","full_name":"larskemper/macos-menu-bar-stats","owner":"larskemper","description":"Simple macOS menu bar app for system monitoring","archived":false,"fork":false,"pushed_at":"2025-12-24T10:48:58.000Z","size":1312,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-26T00:03:55.895Z","etag":null,"topics":["macos","rust","system-stats","tauri"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/larskemper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-10-21T12:55:49.000Z","updated_at":"2025-12-24T10:49:02.000Z","dependencies_parsed_at":"2025-10-23T00:16:38.835Z","dependency_job_id":"83ccf431-14a8-442e-b00a-bbf6e77dcecd","html_url":"https://github.com/larskemper/macos-menu-bar-stats","commit_stats":null,"previous_names":["larskemper/macos-menu-bar-stats"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/larskemper/macos-menu-bar-stats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larskemper%2Fmacos-menu-bar-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larskemper%2Fmacos-menu-bar-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larskemper%2Fmacos-menu-bar-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larskemper%2Fmacos-menu-bar-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/larskemper","download_url":"https://codeload.github.com/larskemper/macos-menu-bar-stats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larskemper%2Fmacos-menu-bar-stats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["macos","rust","system-stats","tauri"],"created_at":"2025-10-24T08:02:54.841Z","updated_at":"2026-04-17T05:02:16.554Z","avatar_url":"https://github.com/larskemper.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg height=80 src=\".github/assets/logo.png\" alt=\"Logo\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003emac-menu-bar-stats\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nSimple macOS menu bar app for system monitoring\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/assets/menu-bar-stats.png\" alt=\"Menu Bar Stats Demo\" width=\"250\" style=\"border-radius: 10px;\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/larskemper/macos-menu-bar-stats/actions/workflows/ci.yml/badge.svg\" alt=\"CI\" /\u003e\n  \u003cimg src=\"https://github.com/larskemper/macos-menu-bar-stats/actions/workflows/security.yml/badge.svg\" alt=\"Security Audit\" /\u003e\n\u003c/p\u003e\n\n---\n\n## Overview\n\n- [Installation](#installation)\n- [Features](#features)\n- [Repository structure](#repository-structure)\n- [Tech Stack](#tech-stack)\n- [Development \u0026 Build](#development--build)\n\n## Installation\n\n### Via Homebrew (Recommended)\n```bash\nbrew install --cask larskemper/cask/system-stats\n```\n\n### Manual Installation\n\nDownload the DMG for your architecture:\n\n- **Apple Silicon**: [system-stats-aarch64.dmg](https://github.com/larskemper/macos-menu-bar-stats/releases/latest)\n- **Intel**: [system-stats-x86_64.dmg](https://github.com/larskemper/macos-menu-bar-stats/releases/latest)\n\n### macOS Quarantine Flags\n\nThe distributed DMG files are built **without** macOS quarantine flags, so they should install without Gatekeeper warnings.\n\nIf you encounter a \"cannot be opened because the developer cannot be verified\" message, you can manually remove the quarantine flag:\n\n```bash\n# Remove quarantine from the app\nxattr -dr com.apple.quarantine \"/Applications/System Stats.app\"\n\n# Verify removal (should return \"No such xattr\" or no output)\nxattr -l \"/Applications/System Stats.app\"\n```\n\nThen try opening the app again.\n\n## Features\n\n- Battery percentage and charging state\n- CPU usage across all cores\n- Memory usage and utilization percentage\n\n## Repository Structure\n\n- `/src` - Rust source code\n- `/icons` - Application icons\n- `/capabilities` - Tauri security capabilities\n- `/gen` - Generated schema files\n- `/target` - Build artifacts\n\n## Tech Stack\n\n- [Tauri 2.0](https://tauri.app/)\n- [Rust](https://www.rust-lang.org/)\n\n## Development \u0026 Build\n\n### Prerequisites\n\nEnsure you have the following installed:\n- Rust (latest stable)\n- Xcode Command Line Tools\n\n### Development\n\nRun in development mode:\n\n```bash\ncargo run tauri dev\n```\n\n### Build\n\nBuild the application:\n\n```bash\ncargo build\n```\n\nOutput location:\n```\ntarget/release/bundle/macos/\n```\n\n### Check \u0026 Test\n\nCheck for errors:\n\n```bash\ncargo check\n```\n\nRun linter:\n\n```bash\ncargo clippy\n```\n\nFormat code:\n\n```bash\ncargo fmt\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarskemper%2Fmacos-menu-bar-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flarskemper%2Fmacos-menu-bar-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarskemper%2Fmacos-menu-bar-stats/lists"}