Skip to content

NurOS-Linux/joshbox

Repository files navigation

JoshBox

Busybox-like minimal utilities collection

РусскийҚазақша


About

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.

Status

⚠️ Early Development Stage - This project is currently in the conceptual/planning phase. Implementation is in progress.

Planned Utilities

Data & File Manipulation

  • ls — List directory contents
  • cp — Copy files and directories
  • mv — Move/rename files
  • rm — Remove files and directories
  • mkdir — Create directories
  • cat — Concatenate and display files
  • grep — Search text patterns
  • sed — Stream editor
  • chmod — Change file permissions
  • chown — Change file ownership

Network Tools

  • ip — Network interface configuration
  • dhcpcd — DHCP client daemon
  • ss — Socket statistics

System Monitoring

  • ps — Process status
  • kill — Terminate processes
  • top — System resource monitor
  • dmesg — Kernel message buffer

Goals

  1. Purity — Zero bloat, only essential functionality
  2. Performance — Minimal overhead and maximum efficiency
  3. Security — Modern, secure implementations without legacy vulnerabilities

License

Licensed under the GNU General Public License v3.0. See LICENSE for details.

Contributing

Contributions are welcome! Please read our Code of Conduct before participating.

About

Busybox-like minimal utilities

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published