RepoPilot

Freeyourgadget/Gadgetbridge

We are on codeberg.org now! https://codeberg.org/Freeyourgadget/Gadgetbridge - Gadgetbridge - A free and cloudless replacement for your gadget vendors' closed source Android applications. Supports Pebble, Mi Band, Liveview, HPlus and more.

Mixed

Stale — last commit 1y ago

ConcernsDependency

copyleft license (AGPL-3.0) — review compatibility; last commit was 1y ago…

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 1y ago; CI evidence incomplete…

  • Stale — last commit 1y ago
  • AGPL-3.0 is copyleft — check downstream compatibility
  • 22+ active contributors
  • Distributed ownership (top contributor 14% of recent commits)
  • AGPL-3.0 licensed

What would improve this?

  • Use as dependency Concerns to Mixed if: relicense under MIT/Apache-2.0 (rare for established libs)
  • Deploy as-is Mixed to Healthy if: 1 commit in the last 180 days

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: Freeyourgadget/Gadgetbridge

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T23:27:13.094Z · commit a0948ee1cbc2

Verdict

Mixed — Stale — last commit 1y ago

  • 22+ active contributors
  • Distributed ownership (top contributor 14% of recent commits)
  • AGPL-3.0 licensed

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

Gadgetbridge is a privacy-focused Android application (5.0+) that replaces vendor closed-source apps for wearables and gadgets like Pebble, Mi Band, Amazfit, and HPlus devices. It syncs fitness data, notifications, and settings directly to your phone without requiring cloud accounts or transmitting data to manufacturer servers, using Bluetooth as the primary communication protocol. Monolithic Android app: app/src/main/ contains core logic organized by device type (Pebble, Mi Band, Casio, etc.); app/src/main/aidl/ exposes AIDL interfaces for inter-process communication; GBDaoGenerator/ is a separate Gradle submodule that auto-generates database access code via greenDAO. Build flavors for…

Start here

Open these first:

  • app/build.gradle — Main app build configuration; defines dependencies, build variants (banglejs, banglejsNightly), and compilation targets for…
  • app/src/main/AndroidManifest.xml — Android manifest defining all activities, services, permissions, and device integrations; required for understanding how…
  • GBDaoGenerator/src/nodomain/freeyourgadget/gadgetbridge/daogen/GBDaoGenerator.java — DAO generator entry point; generates database layer code for all gadget data models—essential for understanding the data…
  • .gitmodules — Git submodules configuration; manages external dependencies like greenDAO fork, critical for understanding build…
  • app/src/main/aidl/com/android/internal/telephony/ITelephony.aidl — Android AIDL interface for telephony integration; demonstrates how Gadgetbridge intercepts phone state for device…

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://codeberg.org/Freeyourgadget/Gadgetbridge.git && cd Gadgetbridge && ./gradlew build

Daily commands:

gradlew installDebug (builds and installs debug APK to emulator/device); or import into Android Studio and run the 'main' configuration

Key cautions & unknowns

  • Stale — last commit 1y ago
  • AGPL-3.0 is copyleft — check downstream compatibility
  • Bluetooth pairing state is persistent in Android and requires manual management across app reinstalls. The AIDL service (ITelephony) may not work on all Android versions or ROM customizations (e.g., GrapheneOS,…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/freeyourgadget/gadgetbridge?axis=fork)](https://repopilot.app/r/freeyourgadget/gadgetbridge)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/freeyourgadget/gadgetbridge on X, Slack, or LinkedIn.

Ask AI about freeyourgadget/gadgetbridge

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question

Recent Q&A

Public conversations other people have had about this repo.

Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/freeyourgadget/gadgetbridge"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>