Skip to content

docs: rebrand to nexterUI and document why this fork exists - #3

Open
lepht wants to merge 2 commits into
feat/rom-searchfrom
docs/rebrand-nexterui
Open

docs: rebrand to nexterUI and document why this fork exists#3
lepht wants to merge 2 commits into
feat/rom-searchfrom
docs/rebrand-nexterui

Conversation

@lepht

@lepht lepht commented Aug 8, 2026

Copy link
Copy Markdown
Owner

Cosmetic rebrand to nexterUI, plus the "Why this fork" section.

Stacked on #2 (which is stacked on #1), so this PR shows only its own commits. Based on feat/rom-search because the README feature list it edits gains the favorites and search bullets there — basing it on main would have conflicted with both. Retargets automatically as the stack merges.

What changed

  • README.md — name, badges and links point here rather than upstream; new Why this fork section
  • skeleton/BASE/README.txt — the README shipped on the card
  • skeleton/BASE/Palettes/README.txt
  • Bluetooth advertised name: "$TRIMUI_MODEL (NextUI)"(nexterUI), both platforms
  • Second commit points all links at the renamed repo (lepht/nexterUI)

The rationale section states the three reasons plainly: staying on an open licence as upstream moves to PolyForm Noncommercial, adding the conveniences upstream left to third-party paks (OS-level favorites and search, more in the spirit of OnionOS), and clearing out inherited defects. Attribution to NextUI and MinUI is kept — most of this code is theirs, and the GPL requires it.

What was deliberately not renamed

Nothing load-bearing. No binaries, paths, settings filenames or struct names, so the boot chain is untouched and existing cards keep working. Tracked as follow-up issues instead:

  • nextui.elf, /tmp/nextui_exec, the log filename and NextUISettings — a contained rename, but it runs through each platform's MinUI.pak/launch.sh, and I can't verify a boot on hardware from here (Rebrand: rename internal identifiers (nextui.elf and friends) #4)
  • boot logos and the header logo asset (Rebrand: boot logos and header artwork #5)
  • MinUI.pak / MinUI.zip / minuisettings.txt / .userdata/shared/.minui/these should not be renamed at all without a migration step. They're MinUI heritage rather than NextUI branding, and renaming them orphans every existing user's settings, saves, recents and favorites, and breaks the updater.

Incidental fix

The old header referenced github/logo_outline.png, which isn't in the repo — the image was broken on the rendered README. Replaced with a text heading until there's real artwork (#5).

Verification

No code changes. Both bt_init.sh files pass sh -n, and I confirmed by diff that no nextui.elf / nextui_exec / minuisettings / .minui / NextUISettings reference was touched.

lepht pushed a commit that referenced this pull request Aug 9, 2026
Follows the rebrand in #3 so the pak docs don't stay on the old name once
it merges. Renames references to this OS and its behavior, and keeps
"NextUI" for the four places it is still the correct name:

- a compatibility note up top: nexterUI keeps the pak format unchanged, so
  paks built for NextUI work here as-is and this document applies to both
- IS_NEXT is set by both nexterUI and NextUI, so it detects the lineage
  rather than the fork; nothing in the environment separates the two
- the third-party support caveat, which is true of upstream and MinUI too

Also replaced a "NextUI-only features" code comment with "not available on
stock MinUI", which is what the IS_NEXT guard actually means.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Hu2BibaMPDtFk7S3NYywZE
@lepht
lepht force-pushed the docs/rebrand-nexterui branch from d0a719e to a55f109 Compare August 11, 2026 21:57
@lepht
lepht force-pushed the docs/rebrand-nexterui branch from a55f109 to a4d87d2 Compare August 11, 2026 22:20
@lepht
lepht force-pushed the docs/rebrand-nexterui branch from a4d87d2 to f90149b Compare August 11, 2026 22:43
@lepht
lepht force-pushed the docs/rebrand-nexterui branch from f90149b to 9fc29ba Compare August 12, 2026 00:41
@lepht
lepht force-pushed the docs/rebrand-nexterui branch from 9fc29ba to 5437338 Compare August 12, 2026 01:25
@lepht
lepht force-pushed the docs/rebrand-nexterui branch from 5437338 to 85dfe5d Compare August 12, 2026 03:42
lepht added 2 commits August 12, 2026 05:01
Cosmetic rebrand only: README, the on-card README and palette docs, and the
Bluetooth advertised name. No binaries, paths or settings filenames are renamed,
so nothing in the boot chain changes and existing cards keep working.

Adds a "Why this fork" section covering the three reasons it exists - staying on
an open licence as upstream moves to PolyForm Noncommercial, adding the
conveniences upstream left to third-party paks, and clearing out inherited
defects - while keeping attribution to NextUI and MinUI intact.

Deliberately left alone, tracked as issues instead:
- nextui.elf and the other internal identifiers
- the boot logos and the missing header logo asset
- MinUI.pak / MinUI.zip / minuisettings.txt / .minui, which existing installs
  depend on and which cannot be renamed without a migration
@lepht
lepht force-pushed the docs/rebrand-nexterui branch from 85dfe5d to 083839b Compare August 12, 2026 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant