{"id":19740843,"url":"https://github.com/rfidresearchgroup/homebrew-proxmark3","last_synced_at":"2025-04-09T07:09:29.937Z","repository":{"id":33599480,"uuid":"141869337","full_name":"RfidResearchGroup/homebrew-proxmark3","owner":"RfidResearchGroup","description":"Homebrew tap containing proxmark3 software/firmware","archived":false,"fork":false,"pushed_at":"2025-03-30T10:50:54.000Z","size":79,"stargazers_count":51,"open_issues_count":3,"forks_count":20,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-02T03:34:05.242Z","etag":null,"topics":["homebrew","homebrew-tap","iceman","macos","proxmark3","rrg"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RfidResearchGroup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":"iceman1001","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/iceman1001"]}},"created_at":"2018-07-22T05:45:32.000Z","updated_at":"2025-04-01T17:48:22.000Z","dependencies_parsed_at":"2024-05-28T10:49:24.381Z","dependency_job_id":"271a8549-73db-4010-b388-67b957a2022a","html_url":"https://github.com/RfidResearchGroup/homebrew-proxmark3","commit_stats":{"total_commits":88,"total_committers":20,"mean_commits":4.4,"dds":0.5909090909090908,"last_synced_commit":"9cb3bcb5179fa7aa139b30acbec236b422c354eb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RfidResearchGroup%2Fhomebrew-proxmark3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RfidResearchGroup%2Fhomebrew-proxmark3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RfidResearchGroup%2Fhomebrew-proxmark3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RfidResearchGroup%2Fhomebrew-proxmark3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RfidResearchGroup","download_url":"https://codeload.github.com/RfidResearchGroup/homebrew-proxmark3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247994122,"owners_count":21030050,"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","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":["homebrew","homebrew-tap","iceman","macos","proxmark3","rrg"],"created_at":"2024-11-12T01:23:40.794Z","updated_at":"2025-04-09T07:09:29.903Z","avatar_url":"https://github.com/RfidResearchGroup.png","language":"Ruby","funding_links":["https://patreon.com/iceman1001","https://www.paypal.me/iceman1001"],"categories":[],"sub_categories":[],"readme":"Homebrew tap for RRG/Iceman Proxmark3 repo\n=========================================\n\n[Homebrew](http://brew.sh) - is a open-source package manager for Apple macOS.\n\nThis repository contains homebrew formulas for RRG/Iceman Proxmark3 project with it dependencies.\n\n[note]\nThe old HID-flasher doesn't compile on this version. You'll need to manually fix/compile it on MacOS but this old flasher software is used if you have firmware from 2012 installed on your device.  \n\n### Install\n\n- Install homebrew if you haven't yet already done so: http://brew.sh/\n\n- Tap this repo: `brew tap rfidresearchgroup/proxmark3`\n\n- Install Proxmark3:\n  - `brew install proxmark3` for stable release \n  - `brew install --HEAD proxmark3` for latest non-stable from GitHub (use this if previous command fails)\n  - `brew install --with-blueshark proxmark3` for blueshark support, stable release\n  - `brew install --HEAD --with-blueshark proxmark3` for blueshark support, latest non-stable from GitHub (use this if previous command fails)\n\n### Build options\n\nUse `brew info proxmark3` to see all available options.\n\n#### Platform selection\n\nFirmware is built for the Proxmark3 RDV4 device by default. Use the following options to select other platforms:\n\n- `--with-generic`: build for generic (non-RDV4) devices, see [platform](https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md#platform).\n- `--with-small`: enable build-time size limit for devices with 256kB flash, see [256kb versions](https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md#256kb-versions).\n\n#### Removing features\n\nIt's possible to remove features to reduce firmware size for 256kB devices using options such as `--without-lf`, `--without-hitag`, etc.\n\n`--without-foo` corresponds to the `SKIP_FOO` compile options listed [here](https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md#256kb-versions).\n\n#### Standalone mode\n\nFirmware is built with the `LF_SAMYRUN` standalone mode by default. Use the `--with-lf-foo` or `--with-hf-foo` options to select a different standalone mode,\nor `--without-standalone` to disable standalone mode altogether.\n\n`--with-lf-foo` corresponds to the `STANDALONE=LF_FOO` compile options listed [here](https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md#standalone).\n\n### Errors while running\n\n- If you see this message \n    `To reinstall HEAD, run brew reinstall proxmark3`\n- do this\n   ```\n   brew remove proxmark3\n   brew reinstall proxmark3\n   ```\n\n### Force HomeBrew to pull the latest source from github\n\n```sh\nbrew upgrade --fetch-HEAD proxmark3\n```\n\t \n### Usage\n\nProxmark3 client will be installed in \n`/usr/local/bin/proxmark3`  \n\nFirmware will be located in \n`/usr/local/share/firmware/`  \n\nThe paths mentioned above are symlinks created by Homebrew (`brew install` implies `brew link`) to your Cellar.\n\nSee [instructions on the RRG repo](https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Installation_Instructions/macOS-Homebrew-Installation-Instructions.md#flash-the-bootrom--fullimage)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfidresearchgroup%2Fhomebrew-proxmark3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frfidresearchgroup%2Fhomebrew-proxmark3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfidresearchgroup%2Fhomebrew-proxmark3/lists"}