{"id":16746929,"url":"https://github.com/sdesalas/node-pi-zero","last_synced_at":"2025-04-04T21:08:56.445Z","repository":{"id":45498909,"uuid":"68383448","full_name":"sdesalas/node-pi-zero","owner":"sdesalas","description":"Node installation on the Raspberry Pi Zero (Including v12+ Experimental Builds)","archived":false,"fork":false,"pushed_at":"2024-03-08T07:59:11.000Z","size":791,"stargazers_count":487,"open_issues_count":9,"forks_count":59,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-10-20T07:32:56.679Z","etag":null,"topics":["armv6","node-pi","nodejs","pi-zero","raspberry-pi"],"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/sdesalas.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":"2016-09-16T13:46:41.000Z","updated_at":"2024-10-16T09:00:30.000Z","dependencies_parsed_at":"2024-03-08T08:52:33.353Z","dependency_job_id":"0858a1fc-babe-4594-91be-1af285072492","html_url":"https://github.com/sdesalas/node-pi-zero","commit_stats":{"total_commits":92,"total_committers":7,"mean_commits":"13.142857142857142","dds":0.25,"last_synced_commit":"b361681874bfa8b20055fbff130c040c0513f641"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdesalas%2Fnode-pi-zero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdesalas%2Fnode-pi-zero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdesalas%2Fnode-pi-zero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdesalas%2Fnode-pi-zero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdesalas","download_url":"https://codeload.github.com/sdesalas/node-pi-zero/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249527,"owners_count":20908212,"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":["armv6","node-pi","nodejs","pi-zero","raspberry-pi"],"created_at":"2024-10-13T02:08:41.279Z","updated_at":"2025-04-04T21:08:56.407Z","avatar_url":"https://github.com/sdesalas.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Node Pi Zero](https://raw.githubusercontent.com/sdesalas/node-pi-zero/eb55d80c724950137b79dbeded540789dc3cf455/pizero.png)\n\n# node-pi-zero\n\nUse the commands below to install node in the Raspberry Pi Zero.\n\nThey are re-runnable so you can upgrade or downgrade just by running the command for each version.\n\n## Node in v12+: Experimental \n\nAs of Node v12, the [Node.js project](https://github.com/nodejs/node/) has stopped supporting the Raspberry Pi Zero's [ARM v6 chip](https://en.wikipedia.org/wiki/ARM11) and is now [classing it as \"Experimental\"](https://github.com/nodejs/build/issues/1677), so you can no longer download a tarball binary directly from the [main project](https://github.com/nodejs/node). The install scripts here are using the [Unofficial Builds Project](https://github.com/nodejs/unofficial-builds/) (run by the same team).\n\n\"Experimental\" status for Node.js is defined as:\n\n\u003e Experimental: May not compile or test suite may not pass. The core team does not create releases for these platforms. Test failures on experimental platforms do not block releases. Contributions to improve support for these platforms are welcome.\n\nFor more info:\n\nhttps://raspberrypi.stackexchange.com/questions/111130/how-to-install-nodejs-v12-on-raspi-zero-armv6-not-available-for-download-anymor\n\n## v4.0.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v4.0.0.sh | bash\n```\n\n## v4.4.1\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v4.4.1.sh | bash\n```\n\n## v4.7.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v4.7.0.sh | bash\n```\n\n## v4.8.7\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v4.8.7.sh | bash\n```\n\n## v5.0.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v5.0.0.sh | bash\n```\n\n## v5.12.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v5.12.0.sh | bash\n```\n\n## v6.0.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v6.0.0.sh | bash\n```\n\n## v6.4.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v6.4.0.sh | bash\n```\n\n## v6.9.1\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v6.9.1.sh | bash\n```\n\n## v6.11.3\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v6.11.3.sh | bash\n```\n\n## v6.13.1\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v6.13.1.sh | bash\n```\n\n## v7.2.1\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v7.2.1.sh | bash\n```\n\n## v7.7.1\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v7.7.1.sh | bash\n```\n\n## v8.4.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v8.4.0.sh | bash\n```\n\n## v8.5.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v8.5.0.sh | bash\n```\n\n## v8.6.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v8.6.0.sh | bash\n```\n\n## v8.7.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v8.7.0.sh | bash\n```\n\n## v8.8.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v8.8.0.sh | bash\n```\n\n## v8.8.1\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v8.8.1.sh | bash\n```\n\n## v8.9.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v8.9.0.sh | bash\n```\n\n## v8.10.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v8.10.0.sh | bash\n```\n\n## v8.17.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v8.17.0.sh | bash\n```\n\n## v9.0.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v9.0.0.sh | bash\n```\n\n## v9.5.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v9.5.0.sh | bash\n```\n\n## v9.8.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v9.8.0.sh | bash\n```\n\n## v9.11.2\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v9.11.2.sh | bash\n```\n\n## v10.0.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v10.0.0.sh | bash\n```\n\n## v10.6.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v10.6.0.sh | bash\n```\n\n## v10.15.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v10.15.0.sh | bash\n```\n\n## v10.24.1 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v10.24.1.sh | bash\n```\n\n## v11.0.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v11.0.0.sh | bash\n```\n\n## v11.5.0\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v11.5.0.sh | bash\n```\n\n## v11.15.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v11.15.0.sh | bash\n```\n\n## v12.0.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v12.0.0.sh | bash\n```\n\n## v12.7.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v12.7.0.sh | bash\n```\n\n## v12.13.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v12.13.0.sh | bash\n```\n\n## v12.21.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v12.21.0.sh | bash\n```\n\n## v12.22.1 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v12.22.1.sh | bash\n```\n\n## v13.0.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v13.0.0.sh | bash\n```\n\n## v13.6.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v13.6.0.sh | bash\n```\n\n## v13.14.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v13.14.0.sh | bash\n```\n\n## v14.0.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v14.0.0.sh | bash\n```\n\n## v14.5.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v14.5.0.sh | bash\n```\n\n## v14.10.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v14.10.0.sh | bash\n```\n\n## v14.15.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v14.15.0.sh | bash\n```\n\n## v14.16.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v14.16.0.sh | bash\n```\n\n## v14.17.1 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v14.17.1.sh | bash\n```\n\n## v15.0.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v15.0.0.sh | bash\n```\n\n## v15.6.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v15.6.0.sh | bash\n```\n\n## v15.11.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v15.11.0.sh | bash\n```\n\n## v15.14.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v15.14.0.sh | bash\n```\n\n## v16.1.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v16.1.0.sh | bash\n```\n\n## v16.3.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v16.3.0.sh | bash\n```\n\n## v16.11.1 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v16.11.1.sh | bash\n```\n\n## v16.20.2 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v16.20.2.sh | bash\n```\n\n## v17.0.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v17.0.0.sh | bash\n```\n\n## v17.9.1 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v17.9.1.sh | bash\n```\n\n## v18.0.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v18.0.0.sh | bash\n```\n\n## v18.10.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v18.10.0.sh | bash\n```\n\n## v18.19.1 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v18.19.1.sh | bash\n```\n\n## v19.0.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v19.0.0.sh | bash\n```\n\n## v19.9.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v19.9.0.sh | bash\n```\n\n## v20.0.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v20.0.0.sh | bash\n```\n\n## v20.8.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v20.8.0.sh | bash\n```\n\n## v20.11.1 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v20.11.1.sh | bash\n```\n\n## v21.0.0 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v21.0.0.sh | bash\n```\n\n## v21.6.2 (Experimental)\n\n```sh\n$ wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v21.6.2.sh | bash\n```\n\n## Using global npm modules? (ie mocha, eslint, etc)\n\nAdd the following to the end of your `~/.profile` file:\n```sh\n# Add support for node CLI tools\nexport PATH=$PATH:/opt/nodejs/bin\n```\n\nAnd remember, [friends dont let friends pipe to sh](https://www.seancassidy.me/dont-pipe-to-your-shell.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdesalas%2Fnode-pi-zero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdesalas%2Fnode-pi-zero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdesalas%2Fnode-pi-zero/lists"}