{"id":51524849,"url":"https://github.com/marlonjd/ginsights","last_synced_at":"2026-07-08T20:01:41.744Z","repository":{"id":368658283,"uuid":"1286211544","full_name":"MarlonJD/ginsights","owner":"MarlonJD","description":"Fast offline Go CLI for GitHub-style repository insights from local Git history.","archived":false,"fork":false,"pushed_at":"2026-07-01T16:05:16.000Z","size":84,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-01T17:09:50.463Z","etag":null,"topics":["cli","developer-tools","git","git-analytics","github-insights","go","local-first","offline-first","repository-analytics","static-site"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarlonJD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-07-01T14:50:35.000Z","updated_at":"2026-07-01T16:33:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/MarlonJD/ginsights","commit_stats":null,"previous_names":["marlonjd/ginsights"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/MarlonJD/ginsights","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarlonJD%2Fginsights","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarlonJD%2Fginsights/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarlonJD%2Fginsights/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarlonJD%2Fginsights/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarlonJD","download_url":"https://codeload.github.com/MarlonJD/ginsights/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarlonJD%2Fginsights/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35276781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"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":["cli","developer-tools","git","git-analytics","github-insights","go","local-first","offline-first","repository-analytics","static-site"],"created_at":"2026-07-08T20:01:40.671Z","updated_at":"2026-07-08T20:01:41.735Z","avatar_url":"https://github.com/MarlonJD.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ginsights\n\nLocal-first repository insights for commits, contributors, churn, language mix, and repo health.\n\n`ginsights` is a single-binary Go CLI that turns local Git history into a polished Repository Atlas dashboard and JSON snapshot. It is built for quick repo handoffs, local audits, and shareable reports that do not require uploading code or connecting a SaaS account.\n\n![ginsights dashboard screenshot](docs/assets/ginsights-dashboard.jpg)\n\n## Highlights\n\n- Static HTML and JSON output that work offline.\n- A full-width commit activity calendar, latest-change strip, contributor table, code-frequency view, hot files, languages, and repository health in one report.\n- A local-first overview that shows net line change, commit volume, authors, touched files, primary language, and health signals without ranking people.\n- Metric provenance labels so local Git data stays separate from optional GitHub API data.\n- Optional disposable cache for faster repeated runs on larger repositories.\n- Explicit GitHub connector only when `--github-api owner/name` is requested.\n\n## Install\n\nHomebrew:\n\n```bash\nbrew tap marlonjd/tap\nbrew install ginsights\n```\n\nIf Homebrew refuses the tap as untrusted, approve it explicitly:\n\n```bash\nbrew trust marlonjd/tap\nbrew install ginsights\n```\n\nShell installer:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/MarlonJD/ginsights/main/scripts/install.sh | bash\n```\n\nThe shell installer builds from source and installs to `~/.local/bin/ginsights` by default. More options, including `--install-dir`, `--ref`, tap maintenance, and source builds, are in [docs/INSTALL.md](docs/INSTALL.md).\n\n## Quick Start\n\n```bash\nginsights serve . --port 43117\nginsights build . --out report\nginsights json .\n```\n\nUseful options:\n\n```bash\nginsights serve . --since 2026-07-01\nginsights build . --out report --no-cache\nGINSIGHTS_GITHUB_TOKEN=... ginsights build . --out report --github-api owner/name\nginsights cache-clear .\n```\n\n## Why This Exists\n\nGitHub Insights is useful, but it is hosted and mixes local Git facts with GitHub server-side analytics. `ginsights` makes the local part fast, reproducible, and shareable without uploading code or requiring a token.\n\nIt is different from raw `git log` scripts because it provides a stable dashboard, JSON output, health signals, cache behavior, and metric provenance. It is different from SaaS engineering analytics because it does not rank people or require a hosted service.\n\nThe full rationale is in [docs/WHY.md](docs/WHY.md).\n\n## Product Boundary\n\nCore mode is local/offline. GitHub Traffic data such as views, clones, referrers, and popular content cannot be inferred from local Git history. When `--github-api owner/name` is used, API-sourced metrics are labeled as `github_api` and connector failures degrade into the report instead of breaking local analysis.\n\n## Project Docs\n\n- [Install](docs/INSTALL.md)\n- [Why ginsights exists](docs/WHY.md)\n- [Product specs](docs/product-specs/index.md)\n- [Architecture](ARCHITECTURE.md)\n- [Security](docs/SECURITY.md)\n- [Plans](docs/PLANS.md)\n\n## Development\n\n```bash\ngo test ./...\ngo run ./cmd/ginsights doctor .\ngo run ./cmd/ginsights build . --out /tmp/ginsights-report\nscripts/capture-ui-screenshots.sh --update-readme\n```\n\nWhen using Codex, start with [AGENTS.md](AGENTS.md), then open the active execution plan that matches the task.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarlonjd%2Fginsights","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarlonjd%2Fginsights","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarlonjd%2Fginsights/lists"}