Pokered Save Editor v0.12.5-alpha
Pre-releasePokered Save Editor v0.12.5-alpha — a free, open-source save-file editor for Pokémon Red & Blue (Gen 1), built with Qt 6 (C++/QML).
It lets you open a .sav and edit your team, items, Pokédex, trainer card, PC boxes and more, with bit-for-bit fidelity (it changes only what you change).
⚠️ Pre-release / alpha — under active development, so expect rough edges and occasional changes to how things work. The downloads are unsigned, so Windows SmartScreen (and some Linux setups) will warn on first launch — that's expected for an alpha, not a problem with the file.
What's new in this release
2026-06-17 -- Moves tab: aspect-correct (un-squished) action icons, even buttons
The action icons were squished — forced into 18×18 when their FA viewBoxes differ (dice 640×512,
file-circle-check 576×512, trash-alt 448×512). Now each is sized to its own aspect at a common height
(dice 22×18, file 20×18, trash 16×18) so the glyphs aren't compressed (the dice especially reads wider),
and each button carries a uniform Layout.preferredWidth: 36 so the group stays even and lines up with
the top bar. Applied to both the per-row reveal and the top-bar bulk group. QML-only; full ctest
(67/67) green; screenshot-verified. VERSION 0.12.4-alpha → 0.12.5-alpha (PATCH).
How to get it
| Platform | File | What to do |
|---|---|---|
| Windows | *-windows-x64-setup.exe |
Installer — recommended; just run it. |
| Windows | *-windows-x64-portable.zip |
No-install — unzip and run PokeredSaveEditor.exe. |
| Linux | *-x86_64.AppImage |
Portable — chmod +x then run. |
| Linux | *-linux-x64-portable.tar.gz |
Portable tree — extract and run usr/bin/PokeredSaveEditor. |
Also attached: *-docs.zip (generated code docs) and *-screenshots.zip (UI screenshots).
Links
- 📖 Docs & screenshots: https://junebug12851.github.io/pokered-save-editor-2/
- 📝 Full changelog (every commit): https://github.com/junebug12851/pokered-save-editor-2/tree/main/notes/version
- 🐛 Issues / feedback: https://github.com/junebug12851/pokered-save-editor-2/issues
Built automatically from main. The deepest technical layer — the raw commit list — is in What's Changed below.
Full Changelog: v0.12.4-alpha...v0.12.5-alpha