Releases: us/null-e
Releases · us/null-e
v0.4.1
0.4.1 (2026-03-30)
Bug Fixes
- ci: add explicit tag_name to softprops/action-gh-release (7f7230e)
- ci: add tag input to release workflow_dispatch (716e4a3)
- ci: exclude Tauri GUI from CLI release build (9492ce9)
- ci: pre-build frontend and skip beforeBuildCommand in tauri-action (fff0a0f)
- ci: trigger release workflow via workflow_dispatch from release-please (864b61d)
- ci: use JSON format for tauri --config override (44ded58)
- ci: use RELEASE_TAG env for workflow_dispatch compatibility (0a792ad)
What's Changed
- [codex] add FDA checks and actionable clean failures by @us in #9
- chore(main): release 0.4.1 by @github-actions[bot] in #8
New Contributors
Full Changelog: v0.4.0...v0.4.1
What's Changed
- [codex] add FDA checks and actionable clean failures by @us in #9
- chore(main): release 0.4.1 by @github-actions[bot] in #8
New Contributors
Full Changelog: v0.4.0...v0.4.1
v0.4.0
null-e v0.4.0 — Desktop App Release
Disk cleanup tool for developers. Find and remove build artifacts, caches, and unused dependencies.
Download
| Platform | File | Notes |
|---|---|---|
| macOS (Apple Silicon) | null-e_0.4.0_aarch64.dmg | M1/M2/M3/M4 |
| macOS (Intel) | null-e_0.4.0_x64.dmg | Intel Macs |
| Windows | null-e_0.4.0_x64-setup.exe | 64-bit installer |
| Linux (deb) | null-e_0.4.0_amd64.deb | Ubuntu/Debian |
| Linux (AppImage) | null-e_0.4.0_amd64.AppImage | Universal Linux |
CLI-only binaries (advanced)
| Platform | File |
|---|---|
| macOS ARM | null-e-darwin-aarch64.tar.gz |
| macOS Intel | null-e-darwin-x86_64.tar.gz |
| Linux x86_64 | null-e-linux-x86_64.tar.gz |
| Linux musl | null-e-linux-x86_64-musl.tar.gz |
| Linux ARM | null-e-linux-aarch64.tar.gz |
| Windows | null-e-windows-x86_64.zip |
macOS Installation
The app is not signed with an Apple Developer certificate. After downloading:
# 1. Open the DMG and drag null-e to Applications
# 2. Remove the quarantine flag:
xattr -rd com.apple.quarantine /Applications/null-e.app
# 3. Open the app
open /Applications/null-e.appOr: Right-click the app → Open → Click "Open" in the dialog.
What's New
- 🖥️ Desktop GUI — Full Tauri v2 app with scan, review, and clean workflow
- 🔍 System detection — Docker, Xcode, IDE caches, Homebrew, ML models, 50+ cache types
- 📊 Smart UX — Impact cards, search, quick select presets, size heat colors, disk usage ring
- 🔄 Auto-update — Built-in update checker with one-click install
- 🖱️ System tray — Menu bar icon, minimize to tray on close
- 🌍 Cross-platform — macOS, Windows, Linux builds
v0.3.0
0.3.0 (2026-03-25)
⚠ BREAKING CHANGES
- config directory changed from ~/.config/devsweep to ~/.config/null-e
Features
- add null-e text next to robot mascot (1846f3a)
- added multi-platform distribution support (dfeb712)
- added tui (7feb994)
- apply Minimal Jekyll theme (dbc0ee3)
- apply project template (release-please, Makefile, pre-commit, README format) (9e15641)
- complete project review, fix 15 bugs, improve detection coverage (6ef1bf6)
- major TUI improvements and new cleaners (1754edc)
- modernize Jekyll site with professional design (02933ce)
Bug Fixes
- add Jekyll layout templates for proper rendering (bbb4bbb)
- gate platform-specific imports with cfg attributes (d05bee6)
- hardcode footer bg, increase text opacity, add article padding (8abeb6c)
- keep CleanableItem and Result imports available for non-macOS stub (1c5ec43)
- limit ASCII art width to prevent overflow (60e02e7)
- move ASCII art outside center div to prevent alignment issues (6c4db7d)
- prevent markdown headings inside code blocks (69a1d91)
- reduce keywords to 5 for crates.io (664ebbd)
- replace ASCII art with text to prevent overflow (9be3dd2)
- restore ASCII art with ultra-small font size (7px) to prevent overflow (16166df)
- sidebar overflow and blog section improvements (909cee9)
- update footer to TMLS design with brand + meta layout (974445c)
v0.2.0
Full Changelog: https://github.com/us/null-e/commits/v0.2.0