{"id":20607967,"url":"https://github.com/cashoefman/manjaro-with-visual-studio-code-on-raspberry-pi","last_synced_at":"2026-05-29T08:31:08.497Z","repository":{"id":144776305,"uuid":"331092089","full_name":"cashoefman/Manjaro-with-Visual-Studio-Code-On-Raspberry-Pi","owner":"cashoefman","description":"Use a Raspberry Pi as a Desktop for software development using Microsoft Visual Studio Code on Manjaro ARM64.","archived":false,"fork":false,"pushed_at":"2021-01-19T19:50:16.000Z","size":334,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T17:34:15.896Z","etag":null,"topics":["arm64","manjaro","raspberry-pi","visual-studio-code"],"latest_commit_sha":null,"homepage":"https://cashoefman.com/how-to-install-manjaro-arm64-linux-and-visual-studio-code-on-a-raspberry-pi","language":null,"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/cashoefman.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":"2021-01-19T19:49:47.000Z","updated_at":"2021-01-19T19:53:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"35287369-e416-46d0-9d57-de95665ec17a","html_url":"https://github.com/cashoefman/Manjaro-with-Visual-Studio-Code-On-Raspberry-Pi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cashoefman/Manjaro-with-Visual-Studio-Code-On-Raspberry-Pi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cashoefman%2FManjaro-with-Visual-Studio-Code-On-Raspberry-Pi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cashoefman%2FManjaro-with-Visual-Studio-Code-On-Raspberry-Pi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cashoefman%2FManjaro-with-Visual-Studio-Code-On-Raspberry-Pi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cashoefman%2FManjaro-with-Visual-Studio-Code-On-Raspberry-Pi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cashoefman","download_url":"https://codeload.github.com/cashoefman/Manjaro-with-Visual-Studio-Code-On-Raspberry-Pi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cashoefman%2FManjaro-with-Visual-Studio-Code-On-Raspberry-Pi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33644140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["arm64","manjaro","raspberry-pi","visual-studio-code"],"created_at":"2024-11-16T10:09:06.475Z","updated_at":"2026-05-29T08:31:08.489Z","avatar_url":"https://github.com/cashoefman.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to install Manjaro ARM64 Linux and Visual Studio Code on a Raspberry Pi\n\nIn the last few weeks I have been experimenting with different Linux distributions on my Raspberry Pi 4B, wanting to use the Pi as a Desktop for software development using Microsoft Visual Studio Code.\n\nAfter trying the original 32 bit Raspbian and 32 and 64 bit flavors of Ubuntu I am settling for Manjaro Arch Linux for now. This tutorial will walk you through how to setup Manjaro ARM64 and get setup with Visual Studio Code.\n\nFirst you will have to [download](https://manjaro.org/download/#raspberry-pi-4) the \"latest\" version of Manjaro for Raspberry Pi from the [Manjaro website](https://manjaro.org/download/#raspberry-pi-4). I tried out both the KDE Plasma and the XFCE version. Not sure I have a favorite yet.\n\nOnce you have downloaded the file extract the img file from the archive and flash it to an SD Card. I used the [Raspberry Pi Imager](https://www.raspberrypi.org/software/) app on my Macbook but I am sure it will work with something like [Balena Etcher](https://www.balena.io/etcher/) too.\n\n![](images/Raspberry_Pi_Imager.png)\n\nOnce that completed just pop the SD Card into a Raspberry Pi 4 and turn it on. The installer will ask you some basic questions, the keyboard you are using, your username, groups and full name, the passwords you would like to set to set for your user account and the root account, your timezone and local and the hostname for you Pi before finishing up the installation, pretty straightforward.\n\nOnce you enter that data the installer will run and do things like resize the partition to use the full size of the SD card and finish up the installation. This can take a while so sit back and relax.\n\nOnce that finishes you can connect to your Wifi network by clicking on the network icon in the toolbar and setting the correct info or if you had hardwired your Pi you are already set to go!\n\nManjaro uses a package manager called pacman to update and install software and after the linux installation finishes we are going to need some to run some updates:\n\n```\nsudo pacman -Syu\n```\n\nAnd install some required software for my development needs:\n\n```\nsudo pacman -S git\nsudo pacman -S base-devel\ncd ~/Downloads\ngit clone https://AUR.archlinux.org/visual-studio-code-bin.git\ncd visual-studio-code-bin/\nmakepkg -s\nsudo pacman -U visual-studio-code-bin-1.52.1-1-aarch64.pkg.tar.zst\n```\n\nAnd you are done, you have a version of Manjaro running with Visual Studio Code installed, how easy was that?\n\n![Visual Studio Code](images/KDE_Plasma.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcashoefman%2Fmanjaro-with-visual-studio-code-on-raspberry-pi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcashoefman%2Fmanjaro-with-visual-studio-code-on-raspberry-pi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcashoefman%2Fmanjaro-with-visual-studio-code-on-raspberry-pi/lists"}