{"id":25357126,"url":"https://github.com/walnuthq/noir-libs","last_synced_at":"2026-04-03T18:19:35.403Z","repository":{"id":267482337,"uuid":"899890883","full_name":"walnuthq/noir-libs","owner":"walnuthq","description":"CLI tool for Noir Package Registry at noir-libs.org","archived":false,"fork":false,"pushed_at":"2025-03-11T12:31:23.000Z","size":382,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-29T23:45:58.404Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://noir-libs.org","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/walnuthq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-12-07T09:46:52.000Z","updated_at":"2025-10-08T08:04:57.000Z","dependencies_parsed_at":"2024-12-10T16:35:56.960Z","dependency_job_id":"bb391685-5b7e-471d-96bf-106160225c00","html_url":"https://github.com/walnuthq/noir-libs","commit_stats":null,"previous_names":["walnuthq/noir-libs"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/walnuthq/noir-libs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walnuthq%2Fnoir-libs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walnuthq%2Fnoir-libs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walnuthq%2Fnoir-libs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walnuthq%2Fnoir-libs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walnuthq","download_url":"https://codeload.github.com/walnuthq/noir-libs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walnuthq%2Fnoir-libs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31368163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"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":["aztec-network","blockchain","noir","noir-lang","noir-language"],"created_at":"2025-02-14T21:01:21.413Z","updated_at":"2026-04-03T18:19:35.353Z","avatar_url":"https://github.com/walnuthq.png","language":"Rust","funding_links":[],"categories":["Developer Tools"],"sub_categories":["Package Management"],"readme":"# noir-libs: Noir Package Manager CLI\n\n`noir-libs` is a CLI application for the Noir Package Manager [noir-libs.org](https://noir-libs.org/).\n   \n## Installation\n\nInstall the CLI: `curl -s https://raw.githubusercontent.com/walnuthq/noir-libs/main/install.sh | bash`\n\nUsage: `noir-libs --help`\n\n## Features\n\nThe following features are supported:\n- **add** a package from the package repository to a project: `noir-libs add \u003cpackage_name\u003e@\u003cpackage-version\u003e`. \n  If no version is specified, the latest version will be fetched e.g. `noir-libs add aztec`\n- **remove** a package from a project: `noir-libs remove \u003cpackage_name\u003e`\n- **package** a Nargo project to a distributable tarball. Inside Noir project: `noir-libs package`\n- **publish** a Nargo package to public remote package registry. Inside Noir project: `noir-libs publish`\n\n### Supported packages\n\nAll supported packages are available at [noir-libs.org](https://noir-libs.org/).\n\n## Package locations\n\nFetched packages are stored in a cache folder. The exact location depends on the operating system:\n- Linux: `/home/user/.cache/noir-libs/`\n- macOS: `/Users/user/Library/Application Support/com.walnut.noir-libs/`\n- Windows: `C:\\Users\\Alice\\AppData\\Local\\walnut\\noir-libs`\n\n## Building from source\nBuild `noir-libs` using the following command: `cargo build --release`.\n\n## Testing\n\n1. Get the example package `example.tar.gz` from `tests/test_files` and extract it to an unrelated folder.\n1. Ensure you have everything set up for [Aztec development](https://docs.aztec.network/guides/getting_started).\n1. Try compiling the example with: `aztec-nargo compile`. It should fail due to missing dependencies.\n1. Install `noir-libs` by following the instructions in the Installation section above.\n1. In your example folder, add the necessary dependencies using the following commands:\n    1. `noir-libs add easy_private_state`\n    1. `noir-libs add aztec`\n    1. `noir-libs add value_note`\n1. Compile again with `aztec-nargo compile`\n2. Check that everything worked this time.\n\n## Acknowledgments\n\nA lot of inspiration for noir-libs was taken from [scarb](https://github.com/software-mansion/scarb), built by [Software Mansion](https://swmansion.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalnuthq%2Fnoir-libs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalnuthq%2Fnoir-libs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalnuthq%2Fnoir-libs/lists"}