RepoPilot

tw93/Pake

🀱🏻 Turn any webpage into a desktop app with one command.

Mixed

Mixed signals β€” read the receipts

ConcernsDependency

copyleft license (GPL-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.

  • ⚠Concentrated ownership β€” top contributor handles 56% of recent commits
  • ⚠GPL-3.0 is copyleft β€” check downstream compatibility
  • ⚠Scorecard: default branch unprotected (0/10)
  • βœ“Last commit today
  • βœ“15 active contributors
  • βœ“GPL-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: tw93/Pake

Generated by RepoPilot Β· document generated 2026-09-16 Β· concise human review Evidence snapshot Β· analyzed 2026-09-16T08:42:38.524Z Β· commit 24c7c67a64e4

Verdict

Mixed β€” Mixed signals β€” read the receipts

  • Last commit today
  • 15 active contributors
  • GPL-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, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

Pake is a CLI tool and build system that wraps any webpage into a lightweight native desktop application using Rust and Tauri, producing installers ~20Γ— smaller than Electron apps (typically <10M). It enables one-command packaging of web content to macOS, Windows, and Linux with support for shortcuts, immersive windows, drag-and-drop, and style customization. Hybrid TypeScript/Rust monorepo: bin/ contains the CLI logic (builders, options, utils), src-tauri/ houses the Rust Tauri application core, dist/cli.js is the compiled entry point, and plugins/pake/ holds optional extensions. CLI orchestrates platform-specific builders (MacBuilder, WinBuilder, LinuxBuilder) that configure…

Start here

Read these in order:

  • bin/utils/output.ts β€” Foundation: doesn't import anything internally and is imported by 4 other files. Read first to learn the vocabulary.
  • package.json β€” Foundation: imported by 3, no internal dependencies of its own.
  • bin/utils/error.ts β€” Built on the foundation; imported by 3 downstream files.
  • bin/utils/validate.ts β€” Built on the foundation; imported by 2 downstream files.
  • bin/builders/BaseBuilder.ts β€” Layer 2 β€” composes lower-level code into reusable abstractions (imported 4Γ—).

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/tw93/Pake.git
cd Pake
pnpm install
pnpm run dev

Verify Node.js version meets β‰₯20.9.0 requirement and pnpm is installed before running.

Daily commands:

Development: pnpm run dev (via tauri dev). CLI build: pnpm run cli:build (Rollup production bundle). Full app build: pnpm run build or platform-specific pnpm run build:mac (requires Rust toolchain).

Key cautions & unknowns

  • Concentrated ownership β€” top contributor handles 56% of recent commits
  • GPL-3.0 is copyleft β€” check downstream compatibility
  • Scorecard: default branch unprotected (0/10)
  • Node version strict: β‰₯20.9.0 required; older Node will silently fail at install or runtime. pnpm pinned: Must use pnpm@10.26.2; npm/yarn may break dependency resolution. Rust toolchain required for build:…
  • 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/tw93/pake?axis=fork)](https://repopilot.app/r/tw93/pake)

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

Ask AI about tw93/pake

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