{"id":21658405,"url":"https://github.com/keycard-tech/keycard-cli","last_synced_at":"2026-01-12T01:59:47.140Z","repository":{"id":46598335,"uuid":"176350180","full_name":"keycard-tech/keycard-cli","owner":"keycard-tech","description":"A command line tool and shell to manage keycards","archived":false,"fork":false,"pushed_at":"2025-10-07T02:42:33.000Z","size":5624,"stargazers_count":53,"open_issues_count":3,"forks_count":18,"subscribers_count":7,"default_branch":"develop","last_synced_at":"2025-10-07T04:25:01.361Z","etag":null,"topics":["command-line-tool","ethereum","hardware-wallet","keycard","smartcard","wallet"],"latest_commit_sha":null,"homepage":"https://keycard.tech","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keycard-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-03-18T18:51:24.000Z","updated_at":"2025-10-07T02:42:38.000Z","dependencies_parsed_at":"2024-06-18T22:53:20.900Z","dependency_job_id":"f3e56b06-6d16-42e8-af56-9e7143d9fe89","html_url":"https://github.com/keycard-tech/keycard-cli","commit_stats":null,"previous_names":["keycard-tech/keycard-cli","status-im/keycard-cli"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/keycard-tech/keycard-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycard-tech%2Fkeycard-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycard-tech%2Fkeycard-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycard-tech%2Fkeycard-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycard-tech%2Fkeycard-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keycard-tech","download_url":"https://codeload.github.com/keycard-tech/keycard-cli/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycard-tech%2Fkeycard-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["command-line-tool","ethereum","hardware-wallet","keycard","smartcard","wallet"],"created_at":"2024-11-25T09:29:13.788Z","updated_at":"2026-01-12T01:59:47.123Z","avatar_url":"https://github.com/keycard-tech.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# keycard-cli\n\n`keycard` is a command line tool to manage [Status Keycards](https://github.com/status-im/status-keycard).\n\n* [Dependencies](#dependencies)\n* [Installation](#installation)\n* [Continuous Integration](#continuous-integration)\n* CLI Commands\n  * [Card info](#card-info)\n  * [Keycard applet installation](#keycard-applet-installation)\n  * [Card initialization](#card-initialization)\n  * [Deleting the applet](#deleting-the-applet)\n  * [Keycard shell](#keycard-shell)\n\n## Dependencies\n\n* An USB smart card reader (those with contacts are more reliable than NFC readers).\n* On linux you need to install and run the [pcsc daemon](https://linux.die.net/man/8/pcscd).\n\n## Installation\n\nDownload the binary for your platform from the [releases page](https://github.com/status-im/keycard-cli/releases) and rename the file to `keycard`, removing the platform specific suffix.\n\n## Continuous Integration\n\nJenkins builds provide:\n\n* [PR Builds](https://ci.status.im/job/status-keycard/job/prs/job/keycard-cli/) - Run only the `test` and `build` targets.\n* [Manual Builds](https://ci.status.im/job/status-keycard/job/keycard-cli/) - Create GitHub release draft with binaries for 3 platforms.\n\nSuccessful PR builds are mandatory.\n\n## Usage\n\n### Card info\n\n```bash\nkeycard info -l debug\n```\n\nThe `info` command will print something like this:\n\n```\nInstalled: true\nInitialized: false\nInstanceUID: 0x\nPublicKey: 0x112233...\nVersion: 0x\nAvailableSlots: 0x\nKeyUID: 0x\n```\n### Keycard applet installation\n\nThe `install` command will install an applet to the card.\nYou can download the status `cap` file from the [status-im/status-keycard releases page](https://github.com/status-im/status-keycard/releases).\n\n```bash\nkeycard install -l debug -a PATH_TO_CAP_FILE\n```\n\nIn case the applet is already installed and you want to force a new installation you can pass the `-f` flag.\n\n\n### Card initialization\n\n\n```bash\nkeycard init -l debug\n```\n\nThe `init` command initializes the card and generates the secrets needed to pair the card to a device.\n\n```\nPIN 123456\nPUK 123456789012\nPairing password: RandomPairingPassword\n```\n\n### Deleting the applet\n\n:warning: **WARNING! This command will remove the applet and all the keys from the card.** :warning:\n\n```bash\nkeycard-cli delete -l debug\n```\n\n### Keycard shell\nCheck the `_shell-commands-examples` folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeycard-tech%2Fkeycard-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeycard-tech%2Fkeycard-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeycard-tech%2Fkeycard-cli/lists"}