{"id":13523860,"url":"https://github.com/dfinity/setup-dfx","last_synced_at":"2025-10-29T15:40:07.951Z","repository":{"id":182340334,"uuid":"662973217","full_name":"dfinity/setup-dfx","owner":"dfinity","description":"GitHub Action to set up dfx","archived":false,"fork":false,"pushed_at":"2024-04-01T21:25:29.000Z","size":39,"stargazers_count":7,"open_issues_count":3,"forks_count":3,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-11-02T08:31:26.435Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dfinity.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-06T09:28:13.000Z","updated_at":"2024-08-10T12:20:01.000Z","dependencies_parsed_at":"2024-11-02T08:31:13.443Z","dependency_job_id":"5d7c3c10-d155-427e-9bb4-71be613ae3e8","html_url":"https://github.com/dfinity/setup-dfx","commit_stats":null,"previous_names":["dfinity/setup-dfx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Fsetup-dfx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Fsetup-dfx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Fsetup-dfx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Fsetup-dfx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfinity","download_url":"https://codeload.github.com/dfinity/setup-dfx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246567422,"owners_count":20798168,"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":[],"created_at":"2024-08-01T06:01:04.524Z","updated_at":"2025-10-29T15:40:02.901Z","avatar_url":"https://github.com/dfinity.png","language":null,"readme":"# dfinity/setup-dfx\n\nThe `dfinity/setup-dfx` repository provides a GitHub Action to set up the [`dfx` software development kit (SDK)](https://github.com/dfinity/sdk/) for [Internet Computer](https://internetcomputer.org). \n\n## Usage\n\nTo use this action in your GitHub workflow, include it as a step in your workflow configuration:\n\n```yml\njobs:\n  example-job:\n    runs-on: ubuntu-latest \n    steps:\n    - name: Checkout repository\n      uses: actions/checkout@v2\n    - name: Install dfx\n      uses: dfinity/setup-dfx@main\n    - name: Confirm successful installation\n      run: dfx --version\n```\nThe action is designed to run on both `ubuntu-` and `macos-` runners.\n\n## Specifying a dfx Version\n\nYou can specify a particular version of dfx to install using the `dfx-version` input:\n\n```yml\n    - name: Install dfx\n      uses: dfinity/setup-dfx@main\n      with: \n        dfx-version: \"0.14.2-beta.2\"\n```\n\n## Inputs\n\n| Input         | Description   |\n|---------------|---------------|\n| `dfx-version` | (Optional) The version of dfx to install. If \"auto\" (the default), the version will be taken from dfx.json if present, otherwise latest.  If \"latest\", the latest version will be installed.\n\n## Contributing\n\nContributions to the `dfinity/setup-dfx` repository are welcome! \n\n## License\n\nThis project is licensed under the [Apache 2.0 License](LICENSE).\n\n","funding_links":[],"categories":["Developer Tooling"],"sub_categories":["Moonbit"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfinity%2Fsetup-dfx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfinity%2Fsetup-dfx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfinity%2Fsetup-dfx/lists"}