RepoPilot

PojavLauncherTeam/PojavLauncher

A Minecraft: Java Edition Launcher for Android and iOS based on Boardwalk. Succeeded by https://github.com/AngelAuraMC/Amethyst-Android

Mixed

Slowing — last commit 8mo ago

ConcernsDependency

copyleft license (LGPL-3.0) — review compatibility; dependency CVE scan unavailable

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 8mo ago; dependency CVE scan unavailable

  • Slowing — last commit 8mo ago
  • Concentrated ownership — top contributor handles 55% of recent commits
  • LGPL-3.0 is copyleft — check downstream compatibility
  • Last commit 8mo ago
  • 9 active contributors
  • LGPL-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

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: PojavLauncherTeam/PojavLauncher

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T09:38:05.121Z · commit b12ad048157b

Verdict

Mixed — Slowing — last commit 8mo ago

  • Last commit 8mo ago
  • 9 active contributors
  • LGPL-3.0 licensed
  • CI configured
  • 1 more receipt on the live page

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

What it is

PojavLauncher is an Android/iOS launcher that runs Minecraft: Java Edition natively on mobile devices by implementing a custom Java runtime and graphics pipeline based on Boardwalk. It supports launching vanilla Minecraft from ancient versions (rd-132211) through 1.21 snapshots, plus Forge and Fabric modded instances, by bundling OpenJDK, Caciocavallo (headless AWT implementation), LWJGL3 bindings, and a custom DNS injector for multiplayer connectivity. Single-module Gradle Android app (app_pojavlauncher/) with Java sources in src/main/java/, bundled native libraries, and asset-based component system. Components (OpenJDK, Caciocavallo, LWJGL3, Forge installer, DNS injector, security…

Start here

Open these first:

  • app_pojavlauncher/src/main/java/net/kdt/pojavlaunch/MainActivity.java — Primary entry point for the launcher UI; all contributors must understand how the app initializes and transitions between…
  • app_pojavlauncher/src/main/java/net/kdt/pojavlaunch/JavaGUILauncherActivity.java — Manages the Minecraft game launch flow and AWT canvas rendering; core to understanding game execution
  • app_pojavlauncher/src/main/java/com/oracle/dalvik/VMLauncher.java — JVM launcher bridge for Android; essential for understanding how Java is invoked on the Dalvik/ART runtime
  • app_pojavlauncher/src/main/java/net/kdt/pojavlaunch/AWTCanvasView.java — Bridges AWT rendering to Android Canvas; critical for graphics pipeline and input handling
  • app_pojavlauncher/build.gradle — Build configuration with Android SDK versions, dependencies, and version naming logic; required for builds

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://github.com/PojavLauncherTeam/PojavLauncher.git
cd PojavLauncher
./gradlew build  # or ./gradlew.bat build on Windows (Gradle Wrapper included)

Requirements: Android SDK (API 26+), NDK for native compilation. See .github/workflows/android.yml for CI build config.

Daily commands:

Build and install the APK: ./gradlew build produces app_pojavlauncher/build/outputs/apk/. Install via adb install app_pojavlauncher/build/outputs/apk/release/app_pojavlauncher-release.apk (requires signing key). L…

…shortened for this brief.

Key cautions & unknowns

  • Slowing — last commit 8mo ago
  • Concentrated ownership — top contributor handles 55% of recent commits
  • LGPL-3.0 is copyleft — check downstream compatibility
  • No longer maintained: Build may fail on modern Android SDK/NDK versions due to deprecated APIs. Keystore: debug.keystore is committed (security anti-pattern but convenience for local builds). **Build…
  • 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/pojavlauncherteam/pojavlauncher?axis=fork)](https://repopilot.app/r/pojavlauncherteam/pojavlauncher)

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

Ask AI about pojavlauncherteam/pojavlauncher

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/pojavlauncherteam/pojavlauncher"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>