Skip to content

Installation

  • ffmpeg
Terminal window
brew install junara/tap/encfixture
Terminal window
go install github.com/junara/encfixture@latest

Download the binary for your OS from Releases.

Separately from the CLI, encfixture ships an Agent Skill (SKILL.md). Installing it lets agents such as Claude Code use encfixture with its flags, overlay keywords, and batch schema already in hand. The skill is documentation, not a binary — install the CLI with one of the methods above first.

The repository doubles as a Claude Code plugin marketplace. Inside Claude Code:

/plugin marketplace add junara/encfixture
/plugin install encfixture@encfixture

Invoke it explicitly with /encfixture:encfixture (agents also load it automatically when relevant).

With gh skill (Claude Code / Copilot / Cursor / Codex / Gemini CLI)

Section titled “With gh skill (Claude Code / Copilot / Cursor / Codex / Gemini CLI)”
Terminal window
gh skill install junara/encfixture encfixture --agent claude-code
Terminal window
apm install junara/encfixture

For install locations, version pinning, updates, and uninstall, see Agent Skill. Pick a single method — installing with more than one loads the skill twice.