{"id":28062665,"url":"https://github.com/tachoknight/removequarantinelock","last_synced_at":"2025-08-24T02:23:17.811Z","repository":{"id":291803356,"uuid":"978838397","full_name":"tachoknight/RemoveQuarantineLock","owner":"tachoknight","description":"Workflow to remove the quarantine lock from files for macOS","archived":false,"fork":false,"pushed_at":"2025-05-06T16:06:06.000Z","size":470,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-19T16:26:26.618Z","etag":null,"topics":["applescript","automator","automator-action","automator-script","automator-workflow","macos","macos-service","macosx","quick-service","workflow"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tachoknight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-06T15:28:10.000Z","updated_at":"2025-05-06T16:08:29.000Z","dependencies_parsed_at":"2025-05-12T11:42:05.493Z","dependency_job_id":null,"html_url":"https://github.com/tachoknight/RemoveQuarantineLock","commit_stats":null,"previous_names":["tachoknight/removequarantinelock"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tachoknight/RemoveQuarantineLock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tachoknight%2FRemoveQuarantineLock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tachoknight%2FRemoveQuarantineLock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tachoknight%2FRemoveQuarantineLock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tachoknight%2FRemoveQuarantineLock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tachoknight","download_url":"https://codeload.github.com/tachoknight/RemoveQuarantineLock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tachoknight%2FRemoveQuarantineLock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271780566,"owners_count":24819294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["applescript","automator","automator-action","automator-script","automator-workflow","macos","macos-service","macosx","quick-service","workflow"],"created_at":"2025-05-12T11:42:02.958Z","updated_at":"2025-08-24T02:23:17.799Z","avatar_url":"https://github.com/tachoknight.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# RemoveQuarantineLock\nWorkflow to remove the quarantine lock from files for macOS.\n## Purpose\nDevelopers have a lot of programs that are not notorized, Java web apps like `.war` files, for example. These are files that I created and know are not malicious, but trying to open them in anything on macOS results in getting a dialog like:\n\n![Not allowed](https://github.com/tachoknight/RemoveQuarantineLock/blob/main/lock.png)\n\nSo I decided to write a [Quick Action](https://support.apple.com/guide/automator/use-quick-action-workflows-aut73234890a/mac) in Automator to make it easy to disable the quarantine lock on any file.\n\n## Installation\nSimply place **Remove quarantine lock.workflow** in the `~/Library/Services` directory. \n\n## Usage\nRight-click on the file in question, then select \"Services\", then choose \"Remove quarantine lock\" from the \"Quick Actions\" menu item. There is no output; the file will now be usable.\n\n## How It Works\nThe workflow is three steps:\n\n1. Workflow receives the selected file\n2. Run AppleScript to get the absolute path of the selected file in standard Unix format. This was taken _directly_ from [my GetAbsolutePath workflow](https://github.com/tachoknight/GetAbsolutePath/tree/master).\n3. Run a one-line shell script that actually disables the quarantine lock. The command it runs is:\n\n\t`xattr -d com.apple.quarantine $1`\n\n\twhere `$1` is the filename with path from step 2.\t\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftachoknight%2Fremovequarantinelock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftachoknight%2Fremovequarantinelock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftachoknight%2Fremovequarantinelock/lists"}