neurobin/shc
Shell script compiler observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4173
- days_rel: n/a
- days_push: 744
- n_releases_24m: 0
Adoption not part of the score
2246 stars · 373 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
shc is a generic shell script compiler that converts shell scripts (bash, sh, zsh, ksh, etc.) into C source code, which is then compiled into a stripped binary executable. It encrypts and encodes the script with optional expiration and anti-tracing capabilities, though the resulting binary still depends on the shell specified in the shebang.
Use cases
- compile a bash script into a binary executable
- hide or obfuscate shell script source code from users
- add an expiration date to a distributed shell script
- prevent strace/ptrace debugging of a shell script
- distribute shell scripts without revealing the code
- convert a shell script into a standalone-looking executable
When to choose
- you need to distribute shell scripts without exposing their source
- you want to add expiration or anti-tracing protections to shell scripts
- you need a lightweight C-based tool that works with many shell dialects
When to avoid
- you need truly independent binaries not dependent on the target system's shell
- you require strong security - the encryption is obfuscation, not real protection
- your script is very long, exceeding the _SC_ARG_MAX limit
- you need the experimental -H hardening flag with positional parameters
Facets
cli-tool · maturity stable
compiler security cli developer-tools developer-tools security bsd cli cross-platform shell-script-compiler script-encryption bash binary-conversion obfuscation command-line automation linux macos
1 source
- readme: https://github.com/neurobin/shc · fetched 2026-08-28 · de88648a4f2e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| neurobin/shc | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem