{"id":13582554,"url":"https://github.com/bamarni/pi64","last_synced_at":"2025-04-04T17:07:54.533Z","repository":{"id":48158754,"uuid":"83672361","full_name":"bamarni/pi64","owner":"bamarni","description":"A 64-bit OS for the Raspberry Pi 3","archived":false,"fork":false,"pushed_at":"2020-06-12T16:26:56.000Z","size":5651,"stargazers_count":717,"open_issues_count":50,"forks_count":126,"subscribers_count":68,"default_branch":"master","last_synced_at":"2025-03-28T16:07:38.111Z","etag":null,"topics":["64-bit","debian","linux","linux-distribution","linux-kernel","os","raspberry-pi-3","raspberrypi"],"latest_commit_sha":null,"homepage":"","language":"Go","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/bamarni.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}},"created_at":"2017-03-02T11:52:58.000Z","updated_at":"2025-03-21T04:50:45.000Z","dependencies_parsed_at":"2022-08-27T08:11:15.738Z","dependency_job_id":null,"html_url":"https://github.com/bamarni/pi64","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamarni%2Fpi64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamarni%2Fpi64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamarni%2Fpi64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamarni%2Fpi64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bamarni","download_url":"https://codeload.github.com/bamarni/pi64/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217183,"owners_count":20903009,"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":["64-bit","debian","linux","linux-distribution","linux-kernel","os","raspberry-pi-3","raspberrypi"],"created_at":"2024-08-01T15:02:49.979Z","updated_at":"2025-04-04T17:07:54.507Z","avatar_url":"https://github.com/bamarni.png","language":"Go","readme":"# pi64\n\npi64 is an experimental 64-bit OS for the Raspberry Pi 3. It is based on Debian Stretch and backed by a 4.11 Linux kernel.\n\n## Releases\n\nThe latest images are always available in the [releases](https://github.com/bamarni/pi64/releases) section.\n\nThere are 2 versions : `lite` and `desktop`. The desktop version is based on [LXDE](http://lxde.org/).\n\n## Installation\n\nOnce downloaded, you can follow [these instructions](https://www.raspberrypi.org/documentation/installation/installing-images/README.md) for writing the image to your SD card.\n\nDuring first boot the installation process will continue for a few minutes, then the Raspberry Pi will reboot and you'll be ready to go.\n\n## Getting started\n\nThe default user is `pi` and its password `raspberry`, it has passwordless root privileges escalation through `sudo`.\n\nOnce logged in, you might want to run `sudo pi64-config` in order to get assisted with your setup!\n\nOn the lite version, SSH is enabled by default.\n\n## FAQ\n\n### How do I update the Linux Kernel?\n\nYou can upgrade the Linux Kernel using this command :\n\n    sudo pi64-update\n\nThis would make sure the latest release from https://github.com/bamarni/pi64-kernel is installed.\n\n*Do not use `apt-get` to install or update a kernel, kernel modules or kernel headers as this is not supported.*\n\n### Can I still run 32-bit programs with pi64?\n\nYou should be able to run 32-bit programs out of the box as long as they're statically linked. You can check this with the `file` command : \n\n    $ file ./my-executable\n    ./my-executable: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, not stripped\n\nIf your 32-bit program is shown as dynamically linked instead, you should still be able to run it by enabling [multiarch](https://wiki.debian.org/Multiarch/HOWTO) and installing program's required libraries :\n\n    sudo dpkg --add-architecture armhf\n    sudo apt-get update\n    sudo apt-get install libc6:armhf\n\nHere we're only installing the GNU C Library, but your program might need additional libraries.\n\n### How can I remove SSH?\n\nOn the lite version and for convenience, SSH is installed and enabled by default. This allows you to plug your Raspberry Pi to your home router and get started without the need\nof an extra monitor / keyboard. If you want to remove it, just run :\n\n    sudo apt-get autoremove --purge -y ssh avahi-daemon\n\n### Is there a way to run custom post-installation steps?\n\nYou can just drop a file called `setup` on the boot partition. When the installer notices that file at `/boot/setup`, it will automatically execute it using bash when installation finishes.\n\nThis can be useful if you want to distribute your own image based on pi64.\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamarni%2Fpi64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbamarni%2Fpi64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamarni%2Fpi64/lists"}