RepoPilot

ente/ente

πŸ’š End-to-end encrypted cloud for everything.

Healthy

Strong maintenance signals

ConcernsDependency

copyleft license (AGPL-3.0) β€” review compatibility

HealthyFork & modify

No blocking repository signals were found β€” inspect the evidence before forking.

HealthyLearn from

Documented and popular β€” useful reference codebase to read through.

HealthyDeploy as-is

No blocking repository-level signals were found; deployment review is still required.

  • ⚠AGPL-3.0 is copyleft β€” check downstream compatibility
  • βœ“Last commit today
  • βœ“7 active contributors
  • βœ“Distributed ownership (top contributor 36% of recent commits)
  • βœ“AGPL-3.0 licensed
  • βœ“CI configured
  • βœ“Tests present

What would improve this?

  • β€’Use as dependency Concerns to Mixed if: relicense under MIT/Apache-2.0 (rare for established libs)

Computed from maintenance signals β€” commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

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: ente/ente

Generated by RepoPilot Β· document generated 2026-09-17 Β· concise human review Evidence snapshot Β· analyzed 2026-09-17T00:13:42.762Z Β· commit a8639519c9c7

Verdict

Healthy β€” Strong maintenance signals

  • Last commit today
  • 7 active contributors
  • Distributed ownership (top contributor 36% of recent commits)
  • AGPL-3.0 licensed
  • 2 more receipts on the live page

Based on Computed from maintenance signals β€” commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

Ente is a fully open-source, end-to-end encrypted cloud platform with client apps (iOS/Android/Web/Desktop) and a backend server, enabling users to store photos, documents, credentials, and 2FA authenticators without trusting the service provider. The monorepo contains three consumer productsβ€”Ente Photos (Google Photos alternative), Ente Locker (document/credential vault), and Ente Auth (2FA)β€”all with client implementations across Dart, TypeScript, Go, Rust, and Swift, backed by cryptography audited by Cure53, Symbolic Software, and Fallible. Monorepo structured by platform: android/apps/ensu/ contains Kotlin/Jetpack Compose Android client; separate directories (not shown in detail)…

Start here

Open these first:

  • android/apps/ensu/app/src/main/java/io/ente/ensu/EnsuApplication.kt β€” Application entry point and initialization for the Android ENSU app; sets up core app state and lifecycle.
  • android/apps/ensu/app/src/main/java/io/ente/ensu/chat/ChatRepository.kt β€” Core repository layer for chat functionality; abstracts backend communication and data persistence.
  • android/apps/ensu/app/src/main/java/io/ente/ensu/llm/LlmProvider.kt β€” LLM model provisioning and integration; bridges local model inference with chat features.
  • android/apps/ensu/app/src/main/java/io/ente/ensu/storage/CredentialStore.kt β€” Credential and encryption key management; critical for end-to-end encryption guarantees.
  • android/apps/ensu/app/build.gradle.kts β€” Build configuration and dependency management; defines all third-party libraries and build variants.

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.

Clone the monorepo: git clone https://github.com/ente/ente.git && cd ente. For Android: navigate to android/apps/ensu/ and use Gradle (no Gradle wrapper visible in snippet, but build.gradle.kts present suggests `.…

Daily commands:

Platform-specific; verify manifest before running. Android: cd android/apps/ensu && ./gradlew assembleDebug (or build via Android Studio). Go CLI: cd cli && go build ./cmd/ente (or go run). Web client: identify we…

…shortened for this brief.

Key cautions & unknowns

  • AGPL-3.0 is copyleft β€” check downstream compatibility
    1. Multi-platform dependency divergence: Go CLI uses go.mod 1.26 with specific crypto libraries (blake2b-simd, golang.org/x/crypto 0.53.0); Android Kotlin likely has separate Gradle dependencies; Web TypeScript may…
  • 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 "Healthy" badge

Paste into your README β€” live-updates from the latest cached analysis.

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/ente/ente)](https://repopilot.app/r/ente/ente)

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/ente/ente on X, Slack, or LinkedIn.

Ask AI about ente-io/ente

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

Or write your own question
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/ente-io/ente"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>