{"id":13486168,"url":"https://github.com/stweil/OSXvnc","last_synced_at":"2025-03-27T20:32:20.274Z","repository":{"id":26997563,"uuid":"30461525","full_name":"stweil/OSXvnc","owner":"stweil","description":"VNC Server for macOS","archived":false,"fork":false,"pushed_at":"2023-11-24T08:59:47.000Z","size":5960,"stargazers_count":210,"open_issues_count":33,"forks_count":70,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-03-22T18:45:53.764Z","etag":null,"topics":["macos","osxvnc","vine-server","vine-vnc-server","vnc","vnc-server"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stweil.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-02-07T16:26:02.000Z","updated_at":"2025-02-01T16:39:08.000Z","dependencies_parsed_at":"2024-10-30T21:31:53.195Z","dependency_job_id":"2a098cbf-a7dd-4cf9-b050-b7d4aa65381d","html_url":"https://github.com/stweil/OSXvnc","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stweil%2FOSXvnc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stweil%2FOSXvnc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stweil%2FOSXvnc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stweil%2FOSXvnc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stweil","download_url":"https://codeload.github.com/stweil/OSXvnc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245920218,"owners_count":20694048,"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":["macos","osxvnc","vine-server","vine-vnc-server","vnc","vnc-server"],"created_at":"2024-07-31T18:00:40.769Z","updated_at":"2025-03-27T20:32:19.663Z","avatar_url":"https://github.com/stweil.png","language":"C","readme":"[![Build Status](https://travis-ci.org/stweil/OSXvnc.svg?branch=master)](https://travis-ci.org/stweil/OSXvnc)\n\nVine VNC Server (OSXvnc)\n========================\n\nThe code in this Git repository is based on the CVS repository at\nhttp://osxvnc.cvs.sourceforge.net/viewvc/osxvnc/.\nIt was created using this command:\n\n    git cvsimport -d :pserver:anonymous@osxvnc.cvs.sourceforge.net:/cvsroot/osxvnc OSXvnc\n\nVine was developed at Redstone Software which was acquired by TestPlant.\n\nThis is a modified private copy of the original software.\n\nNews\n----\n\n### 2021-01-29\n\nlibjpeg-turbo is now included as a git submodule\nand built using local build rules.\n\nThe build rules build now a universal app which\nsupports both Intel and Arm64 Macs.\n\n### 2017-12-15\n\nlibjpeg-turbo now is only needed for building.\nIt is no longer required for running the server.\n\nThe software license was updated from GPL 2 to GPL 3.\n\n### 2016-11-20\n\nBuilds now require https://sourceforge.net/projects/libjpeg-turbo/\nor a compatible libjpeg.\n\n### 2015-10-10\n\nVine VNC server now also works with high resolution (retina) displays\n(thanks to Tom Sealy who wrote the new code).\n\nBuilding\n--------\n\nVine VNC server requires Xcode to build a distributable packet from sources.\n\nIn addition, it uses the JPEG library [libjpeg-turbo](https://libjpeg-turbo.org/).\nThe source code for that library is included as a Git submodule.\n\n### Building from Xcode\n\nBuild the libjpeg-turbo library first by running `./build-libjpeg-turbo.sh`.\nThen open `OSXvnc.xcodeproj` in Xcode and build the \"Vine Server Package\".\n\nYou will find the distributable at /tmp/VineServer.dmg\n\n### Building from the command line\n\nRun these commands from the command line:\n\n    ./build-libjpeg-turbo.sh\n    xcodebuild -configuration Deployment\n\nAgain you will find the distributable at /tmp/VineServer.dmg\n\nLicense\n-------\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e\nor the file LICENSE in the distribution.\n\nLinks\n-----\n\nCVS repository at Sourceforge:\n* http://osxvnc.cvs.sourceforge.net/viewvc/osxvnc/\n\nOther Git clones of the CVS code:\n* https://github.com/aaronbrethorst/OSXVnc\n* https://github.com/browserstack/OSXVNC\n* https://github.com/eventials/OSXVnc\n* https://github.com/wingify/vnc\n\nDocumentation at TestPlant.com:\n* http://docs.testplant.com/?q=content/installing-vnc-server\n\nRFB Standard:\n* https://tools.ietf.org/html/rfc6143\n","funding_links":[],"categories":["C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstweil%2FOSXvnc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstweil%2FOSXvnc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstweil%2FOSXvnc/lists"}