Skip to content

faux CLI cli-v1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 16:31
3cc9d43

faux CLI cli-v1.0.0

faux is the standalone, Developer-ID-signed and notarized
command-line tool for FauxCam. It requires macOS 26.

Install

Download faux (or unzip faux.zip) and move it onto your PATH:

chmod +x faux
sudo mv faux /usr/local/bin/faux

A bare command-line binary cannot have its notarization ticket
stapled, so on the first run macOS may still quarantine it. If you
see a Gatekeeper warning, clear the quarantine attribute once:

xattr -d com.apple.quarantine /usr/local/bin/faux

The FauxCam menu-bar app ships separately under the v* tags —
see the latest FauxCam release.

See the README for usage, CONTRIBUTING.md to contribute, SECURITY.md
to report issues, and LICENSE (MIT) for terms.

What's Changed

  • Separate app/CLI releases, modern app-only DMG, README + branch-protection prep by @mkemalgokce in #1

New Contributors

Full Changelog: https://github.com/mkemalgokce/fauxcam/commits/cli-v1.0.0