DESKTOP APPS 4
SERVE
Serve a folder over HTTP or HTTPS with one native binary.
A single static binary that serves a folder over HTTP or HTTPS, like python -m http.server but one native executable.
HTTPS uses an in-memory self-signed certificate (rustls, no OpenSSL). It lists directories, supports range requests, can accept uploads with --upload, can require Basic auth with --auth, and prints a QR code at startup so a phone can open it.
It listens on 0.0.0.0:8080 by default, so other devices on your network can reach it.
Handy for previewing a static site, passing files to a phone on the same Wi-Fi, or testing downloads that resume. No runtime to install and nothing to configure.
- PLATFORMS
- macOS · Windows · Linux
- LICENSE
- MIT
INSTALL
curl -fsSL https://humanly.is/install/serve | shmacOS and Linux. Installs to ~/.local/bin, verifies SHA-256, no sudo. VIEW SCRIPT
EXIF AI
AI-powered EXIF metadata writer.
Exif AI looks at your images with an AI vision model and writes titles, descriptions, tags, subject and location data back into the file.
It can use GPT-4o, Gemini, Cloudflare Workers AI or a local offline BLIP model, and chain them so one takes over if another fails. It writes EXIF, XMP and IPTC across more than 20 formats, with XMP sidecars for RAW files.
Comes as a desktop app and a command-line tool, and as a Rust library.
Useful for photographers and anyone publishing images who wants searchable, well-described files. Cloud models are optional: with the local BLIP model nothing leaves your machine.
- PLATFORMS
- macOS · Windows · Linux
- LICENSE
- MIT
INSTALL
curl -fsSL https://humanly.is/install/exif-ai | shCommand-line tool (exif-ai-cli). macOS and Linux. Verifies SHA-256, no sudo. VIEW SCRIPT
DOWNLOAD
The desktop app for Linux is x64 only. SHA-256 CHECKSUMS ↗
DSKCOPY
Fast, safe disk image writer.
dskcopy writes disk images to USB drives and SD cards, then checks the result byte by byte or by SHA-256.
It reads ISO, IMG, DMG, RAW, VHD, VHDX and FFU, decompresses GZ, XZ, ZIP and BZ2 on the fly, spots fake-capacity flash drives, handles Windows ISOs and can make macOS installers with createinstallmedia. It does not download operating systems for you.
Verifying after writing means you find a bad drive or a corrupt image before you try to boot from it.
Comes as a desktop app and a command-line tool.
- PLATFORMS
- macOS · Windows · Linux
INSTALL
curl -fsSL https://humanly.is/install/dskcopy | shCommand-line tool (dskcopy-cli). macOS and Linux. Verifies SHA-256, no sudo. VIEW SCRIPT
DOWNLOAD
The desktop app for Linux is x64 only. Verify with the matching .sha256 file. SHA-256 CHECKSUMS ↗
GRABBR
Download video and audio without the clutter.
Paste a link, pick a format, done. No ads and no accounts. Grabbr is still being built.
- PLATFORMS
- macOS · Windows · Linux
- STATUS
- COMING SOON
STATUS
COMING SOON. ASK TO BE TOLD WHEN IT SHIPS