Skip to content

Add macOS terminal installer - #3

Merged
jann5 merged 1 commit into
mainfrom
codex/terminal-installer
Jul 18, 2026
Merged

jann5 merged 1 commit into
mainfrom
codex/terminal-installer

Conversation

@jann5

@jann5 jann5 commented Jul 18, 2026

Copy link
Copy Markdown
Owner

What changed

  • removes the incorrect right-click / Open instruction
  • adds a one-command Terminal installer at the top of the README
  • installer downloads Fugit.zip, verifies the bundle, installs it to ~/Applications, and removes only com.apple.quarantine

Why

Current macOS showed the hard Gatekeeper dialog without an Open button, so the previous PPM guidance was not reliable.

Validation

  • bash -n scripts/install-fugit-macos.sh
  • clean temporary install from the published ZIP
  • verified no quarantine attribute remained on the installed app
  • codesign --verify --deep --strict on the installed app
  • git diff --check

Copilot AI review requested due to automatic review settings July 18, 2026 20:47
@jann5
jann5 merged commit 5f4c8fc into main Jul 18, 2026
1 check passed
@jann5
jann5 deleted the codex/terminal-installer branch July 18, 2026 20:47

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a macOS-friendly installation path that avoids unreliable “right click → Open” Gatekeeper workarounds by introducing a Terminal-based installer and updating the README accordingly.

Changes:

  • Added scripts/install-fugit-macos.sh to download, verify (via codesign --verify), install to ~/Applications, clear com.apple.quarantine, and launch the app.
  • Updated README.md with a one-command installer, revised quick-start steps, and refreshed Gatekeeper troubleshooting guidance.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
scripts/install-fugit-macos.sh New macOS installer script that downloads/unpacks/installs Fugit.app and clears quarantine.
README.md Documents the new Terminal installer and removes outdated right-click/Open instructions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +50 to +51
ditto "$source_app" "$TARGET_APP"
xattr -dr com.apple.quarantine "$TARGET_APP"
Comment thread README.md

## Instalacja przez Terminal

Na aktualnym macOS pobrana przez przeglądarkę paczka może zostać zablokowana bez przycisku „Otwórz”. Ta komenda pobiera oficjalny `Fugit.zip`, sprawdza podpis paczki, instaluje `Fugit.app` w `~/Applications`, usuwa z niej atrybut kwarantanny i uruchamia aplikację:
Comment thread README.md
Comment on lines +73 to +74
xattr -dr com.apple.quarantine "$HOME/Applications/Fugit.app"
open "$HOME/Applications/Fugit.app"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants