{"id":27781239,"url":"https://github.com/tanishqmanuja/esp-matter.scripts","last_synced_at":"2026-04-29T15:39:40.937Z","repository":{"id":290334089,"uuid":"974076898","full_name":"tanishqmanuja/esp-matter.scripts","owner":"tanishqmanuja","description":"📄 Useful matter scripts.","archived":false,"fork":false,"pushed_at":"2025-04-28T08:33:00.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T13:08:32.127Z","etag":null,"topics":["bash","esp-idf","esp-matter","scripts"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/tanishqmanuja.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,"zenodo":null}},"created_at":"2025-04-28T08:14:15.000Z","updated_at":"2025-04-28T08:33:03.000Z","dependencies_parsed_at":"2025-04-28T09:54:26.912Z","dependency_job_id":"de04e363-7d9a-4e19-b221-86f127702ffe","html_url":"https://github.com/tanishqmanuja/esp-matter.scripts","commit_stats":null,"previous_names":["tanishqmanuja/esp-matter.scripts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tanishqmanuja/esp-matter.scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishqmanuja%2Fesp-matter.scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishqmanuja%2Fesp-matter.scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishqmanuja%2Fesp-matter.scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishqmanuja%2Fesp-matter.scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanishqmanuja","download_url":"https://codeload.github.com/tanishqmanuja/esp-matter.scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishqmanuja%2Fesp-matter.scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32432706,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: 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":["bash","esp-idf","esp-matter","scripts"],"created_at":"2025-04-30T12:43:29.881Z","updated_at":"2026-04-29T15:39:40.915Z","avatar_url":"https://github.com/tanishqmanuja.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Matter Scripts\n\nHelper scripts to simplify setting up the ESP-IDF and ESP-Matter development environments.\n\n## Scripts\n\n### `env.sh`\n\nSets up your environment for working with ESP-IDF and ESP-Matter:\n\n- Sources `esp-idf` and `esp-matter` environment scripts.\n- Enables `ccache` to speed up compilation.\n- Sets the Matter SDK path (`$MATTER_SDK_PATH`) and adds Matter host tools to your `PATH`.\n- Provides helpful shortcuts for common IDF commands:\n  - `itarget` — Set target\n  - `ibuild` — Build project\n  - `iflash` — Flash firmware\n  - `ierase` — Erase flash\n  - `imenu` — Open menuconfig\n  - `imonitor` — Monitor serial output\n- Provides a helper function `iflashmfg` to easily flash manufacturing binaries.\n\n**Usage:**\n```bash\nsource env.sh\n```\n\n### `install.sh`\n\nFully automated setup of the ESP-IDF and ESP-Matter SDKs.\n\n| Option                       | Description                                            |\n|------------------------------|--------------------------------------------------------|\n| `--packages`                 | Install required system packages                       |\n| `--idf-version \u003cver\u003e`        | Specify ESP-IDF version (default: `v5.4.1`)            |\n| `--matter-branch \u003cbranch\u003e`   | Specify ESP-Matter branch (default: `main`)            |\n| `--clean-idf`                | Remove existing `~/esp-idf` before setup               |\n| `--clean-matter`             | Remove existing `~/esp-matter` before setup            |\n| `--clean`                    | Shortcut for `--clean-idf` and `--clean-matter`        |\n| `--help, -h`                 | Show usage instructions                               |\n\nExamples:\n\nBasic (installs esp-idf and esp-matter)\n```bash\n./install.sh\n```\n\nUse a different ESP-IDF version:\n```bash\n./install.sh --idf-version v5.3\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanishqmanuja%2Fesp-matter.scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanishqmanuja%2Fesp-matter.scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanishqmanuja%2Fesp-matter.scripts/lists"}