project · yara-utility-stack · stable id::yara-stack · v1.0 / v2.0
Command-line utilities · Linux

Yara Utility Stack

Two essential terminal utilities written in pure Bash. No compiled binaries, no configuration files, no build process — just run the script.

2 Tools Desktop · Linux MIT License Open Source Pure Bash Zero Build
Tools
02
Terminal utilities
Language
Bash
v4.0+ · Pure shell
Platform
Linux
Any modern distro
License
MIT
Free & open source
collection · 02 apps

Tools in this stack

Run directly with bash script.sh or install system-wide with the included installer.

principles · yara stack

Built on simple principles

The Yara stack values minimalism, portability, and correctness over features.

Pure Bash
No Python, no Go, no compiled binary. Just shell script. Works on any Linux system with Bash 4.0+.
Zero build step
Download and run. No make, no cargo build, no npm install. The scripts are the binaries.
Standard tools only
Built on awk, sed, ps, ip, df — tools already on every Linux system. Optional extras like lm_sensors for temperature monitoring.
System-wide install
Includes an install.sh script that copies the tool to /usr/local/bin/ so it's available as a system command everywhere.
Batch processing
Both tools are designed for batch workflows. Convert entire directories of images, or display system info in scripts and dotfiles.
MIT licensed
Use in personal and commercial projects without restriction. Fork, modify, redistribute freely under the MIT license.
technical · details

Technical overview

DeveloperSaman Udayanga Wijesinghe
PlatformLinux (any modern distribution)
LanguageBash 4.0+
Required toolsawk · sed · ps · ip · df · lspci · numfmt
Optional toolslm_sensors (CPU temp) · ImageMagick (Imcon, required)
InstallRun bash script.sh directly, or sudo ./install.sh for system-wide
RepositoryGitLab — gitlab.com/samanscode/yara-fetch · gitlab.com/samanscode/yara-imcon
LicenseMIT