{"id":21508652,"url":"https://github.com/artfulbytes/kicad_docker","last_synced_at":"2026-01-04T00:12:53.594Z","repository":{"id":198188065,"uuid":"673242420","full_name":"artfulbytes/kicad_docker","owner":"artfulbytes","description":"A docker image to run a specific version of KiCad separate from the one installed on the host.","archived":false,"fork":false,"pushed_at":"2023-10-04T09:53:47.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T01:37:07.729Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/artfulbytes.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}},"created_at":"2023-08-01T07:34:57.000Z","updated_at":"2023-08-01T07:35:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"e128091c-c255-46dd-a7f8-04ca24e362ce","html_url":"https://github.com/artfulbytes/kicad_docker","commit_stats":null,"previous_names":["artfulbytes/kicad_docker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artfulbytes%2Fkicad_docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artfulbytes%2Fkicad_docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artfulbytes%2Fkicad_docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artfulbytes%2Fkicad_docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artfulbytes","download_url":"https://codeload.github.com/artfulbytes/kicad_docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244055805,"owners_count":20390716,"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":[],"created_at":"2024-11-23T21:08:45.433Z","updated_at":"2026-01-04T00:12:53.565Z","avatar_url":"https://github.com/artfulbytes.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# KiCad 7 docker\nThere is no standard way to install and run multiple kicad versions on the same host.\nDocker is one way to get around this. The dockerfile is mostly taken from\n[devbisme's repo](https://github.com/devbisme/docker_kicad).\n\n# Setup\n1. Clone repository\n2. Build it\n``` bash\ndocker build \\\n    --build-arg UID=`id -u` \\\n    --build-arg GID=`id -g` \\\n    --build-arg USER_NAME=`id -nu` \\\n    --build-arg HOME=$HOME \\\n    -t kicad7 .\n```\n\n# Run it\nThe following command runs the docker container by forwarding the host's graphics capabilities (assuming\n[integrated intel graphics](https://www.reddit.com/r/docker/comments/10dsn6p/how_do_you_pass_amd_gpus_and_intel_gpus_through/) and the host's home folder.\n\n``` bash\ndocker run --device /dev/dri --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v $HOME:$HOME kicad7\"\n```\n\nA tip is to add an alias (e.g. alias kicad7=...) for this command in your bash config.\n\n# Note\n* In later KiCad versions the standard KiCad library is installed along with KiCad, so it's available under\n__/usr/share/kicad__ inside the docker container.\n* If KiCad complains about OpenGL support it means GPU is not forwarded properly.\n* If the same KiCad version is installed on your host computer, it's going to use the same local\nconfiguration (.config/kicad).\n\n# TODO\n* Try to lift this to a later Ubuntu version\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartfulbytes%2Fkicad_docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartfulbytes%2Fkicad_docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartfulbytes%2Fkicad_docker/lists"}