Skip to content

Releases: mkemalgokce/fauxcam

FauxCam v1.0.2

27 Jun 16:33
3cc9d43

Choose a tag to compare

FauxCam v1.0.2

Developer-ID-signed, notarized and stapled. Download FauxCam.dmg,
open it, and drag FauxCam.app to Applications.

The standalone faux CLI ships separately under the cli-v* tags —
see the latest faux CLI release.

Requires macOS 26.

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/v1.0.2

faux CLI cli-v1.0.0

27 Jun 16:31
3cc9d43

Choose a tag to compare

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