A bare-metal 45GS02 assembly program for real MEGA65 hardware that browses files.mega65.org's public file catalog and downloads files straight to the SD card - no KERNAL/BASIC ROM involvement, no external tools beyond the SD card and an Ethernet link. Requires real MEGA65 hardware - Xemu's Ethernet and SD-card emulation aren't reliable enough for this program to run correctly there.
Search by title, filter by category/filetype/platform, sort by newest/ best-rated/A-Z, read a file's full description, and download it (or delete it again) without leaving the program.
Grab the latest build from Releases:
fhost<N>.d81- mount this on your MEGA65,<N>is the build number. First run walks you through a short network setup wizard (DHCP or manual IP/netmask/gateway/DNS, plus the proxy server address), saved to the SD card afterward.fhost<N>-extras.zip-netconfig.sh(write network settings onto a.d81from the command line instead of the on-device wizard) plus this proxy's ownindex.php/.htaccess.
The client's own source isn't public. This repo holds index.php/
.htaccess, a small plain-HTTP mirror of files.mega65.org - the client
has no TLS support, so it talks to this instead, which proxies requests
upstream and rewrites responses to keep every URL pointing back at
itself - plus netconfig.sh (see above). Built releases are attached
to Releases, not committed here.
- 572 - Comment reader window (browse/scroll a file's comments, not just the count); fixed a download hang caused by a D81 multi-block read bug; fixed garbled non-ASCII text (å/ä/ö, emoji) in comments and descriptions; fixed a memory overlap that could corrupt an in-progress download after opening the comments window.