Skip to main content
app icon

Picopeeker

Developer

Miron Sulicz

About

PicoPeeker is a header-only memory inspection library for Raspberry Pi Pico (RP2040) and Pico 2 (RP2350) with a Fyne-based desktop GUI. The desktop app provides hex dump viewing, memory search (hex patterns, ASCII strings, integers), and quick access to memory regions. Perfect for game development, debugging buffer overruns, verifying code execution, or learning C memory layouts.

Stores

This app is also available to install from the following stores:

app screenshot app screenshot app screenshot

Installation

You can install this directly from the source code using the Fyne command as follows:

go install fyne.io/tools/cmd/fyne@latest fyne install github.com/MironCo/picopeeker/desktop-app/cmd/picopeeker@latest

Or you can download the code directly from git:

git clone https://github.com/MironCo/picopeeker