Busybox-like minimal utilities collection
JoshBox is a lightweight collection of core Unix utilities, designed with minimalism and efficiency in mind. Similar to BusyBox, it aims to provide essential system tools in a compact, optimized package.
Data & File Manipulation
ls— List directory contentscp— Copy files and directoriesmv— Move/rename filesrm— Remove files and directoriesmkdir— Create directoriescat— Concatenate and display filesgrep— Search text patternssed— Stream editorchmod— Change file permissionschown— Change file ownership
Network Tools
ip— Network interface configurationdhcpcd— DHCP client daemonss— Socket statistics
System Monitoring
ps— Process statuskill— Terminate processestop— System resource monitordmesg— Kernel message buffer
- Purity — Zero bloat, only essential functionality
- Performance — Minimal overhead and maximum efficiency
- Security — Modern, secure implementations without legacy vulnerabilities
Licensed under the GNU General Public License v3.0. See LICENSE for details.
Contributions are welcome! Please read our Code of Conduct before participating.