Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 02-21-2026, 06:25 PM   #1
lzampier
Junior Member
lzampier began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jan 2025
Device: Kindle 11
Native kinfetch - neofetch for your Kindle

Hey everyone,

I wrote a small neofetch-like tool for Kindle. It's a single static binary (~465KB) written in Rust. Just drop it on your Kindle and run it, no dependencies needed.

What it shows:

Code:
 _  ___         _ _
| |/ (_)_ _  __| | |___
| ' <| | ' \/ _` | / -_)
|_|\_\_|_||_\__,_|_\___|
root@kindle
-----------
device: Kindle Basic 4 (2022)
os: Kindle 5.16.2.1.1
kernel: 4.9.77-lab126
resolution: 1072x2896
uptime: 1h 10m
shell: sh
cpu: ARMv7 Processor rev 4 (v7l) (2)
memory: 343M / 474M
disk (user): 4.2G / 13.4G (31%)
local ip: 10.45.2.49
tailscale: 100.114.118.55
battery: 46% [Discharging]
It identifies your device model from the serial number.

There's also a --full flag for debug/diagnostic info, handy when posting for help here:

Code:
kinfetch --full
Adds: serial (masked), board ID, WiFi MAC, firmware ABI (armel vs armhf), jailbreak method, battery voltage/temp, KOReader version, and installed KUAL extensions.

Source: https://github.com/zampierilucas/kinfetch

The name would have been "kindlefetch" but that's already taken by another project that... let's not talk about.

Feedback welcome!
lzampier is offline   Reply With Quote
Old 02-22-2026, 12:05 AM   #2
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,595
Karma: 5000564
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
Haha cool!

One suggestion: battery info might elaborate on how much total capacity is left in the battery. There is a KUAL extension called Battery Statistics. It shows percentage, current charge (mAh), temperature, and estimated total charge. Then it divides the current capacity by total design capacity to show “Battery Health”.

Might be useful here too. I’ll see if I get my hands on the laptop today, I can share those extensions I tailored for PA6 and Kindle Scirbe 1, they have slightly different units and file sources for the battery
mergen3107 is offline   Reply With Quote
Advert
Old 02-24-2026, 12:01 PM   #3
janton
Junior Member
janton began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Dec 2025
Device: Kindle Paperwhite 12
Thanks a lot for your work!

My PW6 is reporting an abnormal temp report. I suspect it includes one decimal but no separator.

_ ___ _ _
| |/ (_)_ _ __| | |___
| ' <| | ' \/ _` | / -_)
|_|\_\_|_||_\__,_|_\___|
root@kindle
-----------
device: Kindle (GN43)
os: Kindle 5.18.5.0.1
kernel: 5.15.41-lab126
resolution: 1272x3392
uptime: 22h 53m
shell: sh
cpu: ARMv7 Processor rev 4 (v7l) (2)
memory: 363M / 956M
disk (user): 11.1G / 11.5G (96%)
local ip: 192.168.1.39
battery: 51% [Discharging]
serial: GN43***********U
board: PN43S50451040FW2
wifi mac: 48:5f:2d:d1:8e:ca
fw abi: armhf (hard-float)
jailbreak: yes (mkk)
bat voltage: 3886000 mV
bat temp: 286C
<------------------ maybe 28.6C ?
koreader: v2025.10
extensions: usbnetlite, MRInstaller, BT_Keyboard, kterm, koreader, renameotabin

Last edited by janton; 02-24-2026 at 12:02 PM. Reason: Fixed font
janton is offline   Reply With Quote
Old 02-24-2026, 01:47 PM   #4
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,595
Karma: 5000564
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
Also resolution seems too big?
mergen3107 is offline   Reply With Quote
Old Yesterday, 04:19 AM   #5
janton
Junior Member
janton began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Dec 2025
Device: Kindle Paperwhite 12
Yes, the resolution should be something like 1264x1680, or maybe some extra pixel, but not that big.
It's also too big in lzampier's Kindle Basic 4.
janton is offline   Reply With Quote
Advert
Old Yesterday, 04:26 AM   #6
janton
Junior Member
janton began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Dec 2025
Device: Kindle Paperwhite 12
Maybe it should be better to get the resolution from modes instead of virtual_size.

[root@kindle fb0]# cat /sys/class/graphics/fb0/modes
U:1272x1696p-0
U:1272x1696p-0

[root@kindle fb0]# cat /sys/class/graphics/fb0/virtual_size
1272,3392
janton is offline   Reply With Quote
Old Today, 07:35 AM   #7
kbarni
Connoisseur
kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.
 
kbarni's Avatar
 
Posts: 86
Karma: 289046
Join Date: Feb 2025
Device: Kindle PW5
It lacks a system icon
Attached Files
File Type: txt icon.txt (903 Bytes, 1 views)
kbarni is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
moving Kindle 3 native apps to another kindle? ninja_250cc Amazon Kindle 5 05-09-2016 04:03 PM
KIF: a native infocom interpreter for the kindle adq Kindle Developer's Corner 45 07-29-2013 11:40 PM
Is there a native twitter client for Kindle? firstfan Kindle Developer's Corner 4 10-31-2010 09:40 PM
zork goes native on Kindle cybmole Amazon Kindle 2 10-13-2010 11:17 AM
Possible to disable native PDF on Kindle with 2.3 aa2300 Amazon Kindle 1 12-05-2009 01:59 PM


All times are GMT -4. The time now is 08:27 AM.


MobileRead.com is a privately owned, operated and funded community.