Browse your ZX Spectrum emulator files, powered by the web - kind of a "Picasa for ZX Spectrum emulator files" :-) - Now with JSSpeccy 3 integrated to play games right away.
Download latest build for macOS, Windows and Linx on release page Please note all builds are unsiged, so you might need to give persmisson to run - depending on what OS you are running.
- zxinfo-file-browser-Vnn-arm64-mac.zip - macOS on Apple Silicon
- zxinfo-file-browser-Vnn-mac.zip - macOS on Intel
- zxinfo-file-browser-Vnn.exe - Windows
- zxinfo-file-browser-Vnn.AppImage - Linux
Favorites list | Details TZX | Details P (ZX81) |
---|---|---|
Grid view | JSSpeccy 3 | |
- Scan files local on your harddisk
- Display files in the following formats: SNA, Z80, TAP, TZX, P, P81, 81, DSK, TRD, SCL, MDR
- Handles files in ZIP archives (to one level)
- Generates SCR preview and other details for various formats: SNA, Z80, TAP, TZX
- Generates DISK/MDR SCR preview showing files for DSK, TRD, SCL & MDR
- Generates ZX81 SCR preview with BASIC list for P, P81, 81 & TZX (ZX81)
- Integrates with ZXDB via ZXInfo API, using sha512 hash on files, to lookup title, ZXDB id and SCR
- Direct link to detail page, if found in ZXDB, to ZXInfo.dk
- Ability to choose SCR preview from ZXInfo, if known
- Keep track of your favorite games with your own favorites list
- Quick access to folders
- JSSpeccy 3 by Matt Westcott integrated so games can be played right away. JSSpeccy 3 is licensed under the GPL version 3 - see COPYING.
See the FAQ
Requirements:
- Git client - for example GitHub Desktop
- Install node.js - find installation [here] - (https://nodejs.org/en/download/)
Clone the repository and run build
cd <some folder>
git clone git@github.com:thomasheckmann/zxinfo-file-browser.git
cd zxinfo-file-browser
npm i
npm run build
The app is then available in the 'dist' folder.
See Development.md for details about how to build zxinfo-file-browser.