{"id":20619787,"url":"https://github.com/domingoruiz/remote-viewer-macos11","last_synced_at":"2025-08-26T08:15:05.284Z","repository":{"id":217062664,"uuid":"327854499","full_name":"domingoruiz/remote-viewer-macos11","owner":"domingoruiz","description":"Remote Viewer for Proxmox on macOS Big Sur (11.0)","archived":false,"fork":false,"pushed_at":"2021-01-08T10:42:21.000Z","size":7,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T12:12:24.797Z","etag":null,"topics":["docker","macos","macos-bigsur","proxmox","remote-viewer","virt-viewer"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/domingoruiz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-01-08T09:18:23.000Z","updated_at":"2023-03-08T19:16:13.000Z","dependencies_parsed_at":"2024-01-14T11:09:02.508Z","dependency_job_id":null,"html_url":"https://github.com/domingoruiz/remote-viewer-macos11","commit_stats":null,"previous_names":["domingoruiz/remote-viewer-macos11"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domingoruiz%2Fremote-viewer-macos11","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domingoruiz%2Fremote-viewer-macos11/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domingoruiz%2Fremote-viewer-macos11/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domingoruiz%2Fremote-viewer-macos11/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domingoruiz","download_url":"https://codeload.github.com/domingoruiz/remote-viewer-macos11/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249067779,"owners_count":21207396,"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":["docker","macos","macos-bigsur","proxmox","remote-viewer","virt-viewer"],"created_at":"2024-11-16T12:12:30.675Z","updated_at":"2025-04-15T12:12:56.999Z","avatar_url":"https://github.com/domingoruiz.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remote-viewer on macOS 11\nIn macOS 11 (Big Sur) the [traditional solution](https://www.spice-space.org/osx-client.html) that has always been used to use remote-viewer has stopped working, so I have decided to look for an alternative. This is based on installing remote-viewer inside a Docker container.\n\n### Requirements\n- [Docker](https://docs.docker.com/docker-for-mac/install/)\n- [Xquartz](https://www.xquartz.org/)\n\n### How to use?\nYou can use it by executing the following command in the terminal, changing ((((spice_proxy_file)))) for the file provided by Proxmox.\n```bash\nxhost + $(hostname)\ndocker run \\\n    --rm \\\n    -v ((((spice_proxy_file)))):/home/remoteviewer/download \\\n    -e DISPLAY=$(hostname):0 \\\n    -v /tmp/.X11-unix:/tmp/.X11-unix \\\n    domingoruiz/remote-viewer-macos11\n```\nIf you use this regularly, it is best to create a function in the .zshrc file with the following code.\n```bash\nremote-viewer(){\n        xhost + $(hostname)\n        docker run \\\n            --rm \\\n            -v $1:/home/remoteviewer/download \\\n            -e DISPLAY=$(hostname):0 \\\n            -v /tmp/.X11-unix:/tmp/.X11-unix \\\n            domingoruiz/remote-viewer-macos11\n        rm $1\n}\n```\nAfter that to open a virtual machine we have to simply execute this command. At first glance it is the same as the traditional command.\n```bash\nremote-viewer /Users/domingo/Downloads/download\n```\n\n### Development\nApplication developed by [Domingo Ruiz Arroyo](https://doming.es/) in 2021\n\n### License\nThis project is published under the MIT license. See the file [LICENSE](../master/LICENSE) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomingoruiz%2Fremote-viewer-macos11","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomingoruiz%2Fremote-viewer-macos11","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomingoruiz%2Fremote-viewer-macos11/lists"}