Skip to content

Latest commit

 

History

99 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiyooMini-Ports

Game ports for the Miyoo Mini, Mini Plus, and Mini Flip that aren't in OnionUI/Ports-Collection. That collection stopped updating in May 2024. This list covers what's landed since.

Live site: https://producdevity.github.io/MiyooMini-Ports/

Port Category Status Assets Porter
Better WiFi App Playable Free XK9274
bible.sh App Playable Free likeich
Cloud Saves App Playable Free hotcereal
CPU Overclock App Playable Free LiveLoveLinux
dpad-chat App Playable Free SartajBhuvaji
guardianplay App Playable Free mkl159
guide-watch App Playable Free djaysan
HYPR Radio App Experimental Free zoitrok
Lynx App Playable Free tailtwo
Mini Tracker App Playable Free k2-ant
Miyonos App Experimental Free ElijahTowers
miyoo-htop App Playable Free allanxp4
MiyooAudiobook App Playable Free smonbon
miyoodeck App Playable Free mkl159
MiyooFin App Experimental Free S3ggie
MiyooPod App Playable Free danfragoso
MiyooThemeDownloader App Playable Free SebastianMaung
Moonlight App Playable Free XK9274
onion-kids-mode App Playable Free daverad
Pico-8 Wrapper App Playable Owned data XK9274
PocketFeeds App Playable Free IC-0n417
PocketFlex App Experimental Free jackharvest
PocketStream App Experimental Free IC-0n417
retsend App Playable Free mxmgorin
retsurf App Experimental Free mxmgorin
Speed Test App Playable Free josegonzalez
storii App Playable Free pcorbel
Syncthing App Playable Free XK9274
Time Quick Fix App Playable Free hotcereal
wthr App Playable Free trashplusplus
joyrider3774 games Arcade, Puzzle Playable Free Willems Davy
Tennis vs Zombies Arcade Playable Free Augusto Spinelli
FreeJ2ME Engine Playable Owned data aweigit
ONScripter-jh Engine Source only Owned data weimingtom
Half-Life FPS Prerelease Owned data IC-0n417
Quake II FPS Playable Owned data Apaczer
Captain Claw Platform Playable Owned data ArticlessCZ-Coder
Jazz Jackrabbit 2 Platform Playable Owned data ArticlessCZ-Coder
SuperTux Platform Playable Free andrigamerita
Balatro Puzzle Prerelease Owned data Producdevity
Frozen Bubble Puzzle, Arcade Playable Free mehdisadeghi
Petals Around the Rose Puzzle Playable Free schizophreek
Elasto Mania Racing, Platform Playable Owned data neri-rnd
Super Haxagon Reflex Playable Free RedTopper
Mines of Moria RPG Playable Free mxmgorin
Monk Tower RPG Playable Free mxmgorin
Stardew Valley RPG, Simulation Experimental Owned data Producdevity
Undertale RPG Playable Owned data cobaltgit
POSTAL Shooter Experimental Owned data bostrt
Minecraft: Bedrock Edition 1.2 Simulation Experimental Owned data DankMiimer
OpenRCT2 Simulation Playable Owned data scheeseman486

Devices

The Miyoo Mini (v1–v4), Mini Plus, and Mini Flip share one board family: SigmaStar SSD202D, ARMv7-A hard-float + NEON, 128 MB RAM. One build runs on all three.

The Miyoo Mini Flip is the SigmaStar clamshell. The Miyoo Flip (Rockchip RK3566) and the Miyoo A30 (Allwinner A33) are different hardware and are not supported by these ports.

Install a port

Install steps differ per port. Many ship an OnionOS-ready Roms/ folder you extract to your SD card root, then run ~Import ports in Onion's Ports list; others need manual placement or owned game files. Follow the link to the port's release page and use its instructions.

Develop

pnpm install
pnpm dev          # vite dev server
pnpm build        # build assets and static catalog/detail pages
pnpm typecheck    # tsc (app + scripts)
pnpm check        # biome lint + format
pnpm format       # biome autofix
pnpm validate     # ports.json against the schema
pnpm gen:readme   # regenerate the table above

Node 22, pnpm 11.

Project layout

Catalog data lives in ports.json, porter profiles in porters.json. Everything else builds from those two.

The site stays a Vite multi-page app. The build uses LinkeDOM to run the same renderers used in the browser, so catalog and detail content is present in the HTML before JavaScript runs. JavaScript adds search, filters, and the theme toggle. src/site.ts defines the deployed site URL and base path. Detail pages live at port/<slug>/ and porter/<handle>/; old port.html?p=... and porter.html?p=... links redirect in the browser.

The build writes sitemap.xml. Submit its deployed URL in Search Console, or reference it from the host's root robots.txt. This project lives under /MiyooMini-Ports/, where a robots.txt would be ignored: crawlers read robots.txt at the host root.

Status values

  • playable — runs well
  • experimental — runs, but rough (low FPS, crashes, untested hardware)
  • prerelease — labeled pre-release upstream
  • source-only — no binary, built by the user

Contributing

To add or update a port, see CONTRIBUTING.md.

About

Game ports for the Miyoo Mini, Mini Plus, and Mini Flip

Topics

Resources

Contributing

Stars

32 stars

Watchers

0 watching

Forks

Contributors

Languages