Go to file
Oskari Alaranta 6185be533d Replace Uint8Array.fromBase64 with my own decoder
My iPhone (iOS 16) does not have that function implemeneted.
2025-10-27 15:50:15 +02:00
src Replace Uint8Array.fromBase64 with my own decoder 2025-10-27 15:50:15 +02:00
LICENSE Initial commit 2025-10-27 04:10:37 +02:00
README.md Initial commit 2025-10-27 04:10:37 +02:00

README.md

Front-end for banan-os kernel panics

banan-os generates a QR code on kernel panic. This QR code contains base64 encoded and zlib compressed debug logs. This project is used to view the panic logs from the scanned QR code.

Dependencies

pako for inflating the zlib stream