Packrinth is an AI-powered modpack maker, built as a fork of the Modrinth App. It lets you describe your ideal modpack and assemble it automatically.
- Tauri 2 — desktop shell
- theseus — Modrinth's core app library (
packages/app-lib) - Vue 3 — frontend (
apps/app-frontend), shared components inpackages/ui
pnpm install
pnpm app:devCopy the .env template in packages/app-lib/ before the first run.
Docs
- pnpm commands — every pnpm script and what it does
- Build & CI — manual build steps and GitHub Actions pipeline
- i18n — locale storage, extraction, and Crowdin sync
- Repo config — required secrets and variables for Actions
upstream/main— tracking the upstream Modrinth monorepomain— our integration branch, rebased fromupstream/maindevelop— active development
To sync with upstream:
git fetch upstream
git rebase upstream/main # on main, then re-rebase developFor the product vision and roadmap, see docs/goal.md.