{"id":13634332,"url":"https://github.com/woofwoofinc/rktmachine","last_synced_at":"2025-04-18T14:34:15.565Z","repository":{"id":73413470,"uuid":"91242286","full_name":"woofwoofinc/rktmachine","owner":"woofwoofinc","description":"Menu bar macOS  app for running rkt in a macOS hypervisor CoreOS VM.","archived":false,"fork":false,"pushed_at":"2018-08-28T23:38:05.000Z","size":68169,"stargazers_count":37,"open_issues_count":15,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-09T03:36:41.806Z","etag":null,"topics":["containers","coreos","macosx","menubar","rkt","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/woofwoofinc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.rst","funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS"}},"created_at":"2017-05-14T12:35:28.000Z","updated_at":"2024-08-21T09:36:35.000Z","dependencies_parsed_at":"2023-02-28T00:16:29.725Z","dependency_job_id":null,"html_url":"https://github.com/woofwoofinc/rktmachine","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woofwoofinc%2Frktmachine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woofwoofinc%2Frktmachine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woofwoofinc%2Frktmachine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woofwoofinc%2Frktmachine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/woofwoofinc","download_url":"https://codeload.github.com/woofwoofinc/rktmachine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249505582,"owners_count":21282912,"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":["containers","coreos","macosx","menubar","rkt","swift"],"created_at":"2024-08-01T23:01:02.072Z","updated_at":"2025-04-18T14:34:10.553Z","avatar_url":"https://github.com/woofwoofinc.png","language":"Swift","funding_links":[],"categories":["Applications","Other"],"sub_categories":["Other","Downloader","Text","📦 Other (22)"],"readme":"# ![RktMachine](https://raw.githubusercontent.com/woofwoofinc/rktmachine/master/docs/assets/title.png)\n\n[![Build Status](https://travis-ci.org/woofwoofinc/rktmachine.svg?branch=master)](https://travis-ci.org/woofwoofinc/rktmachine)\n[![License](https://img.shields.io/badge/license-Apache--2.0%20OR%20MIT-blue.svg)](https://github.com/woofwoofinc/rktmachine#license)\n\nRktMachine is a macOS menu bar app providing a CoreOS VM using HyperKit and the\nmacOS Hypervisor. It supports developer workflows using the [rkt] container\nsystem.\n\n[rkt]: https://coreos.com/rkt\n\nIt can be used to control system dependencies for a project, to provide a\ncontainer based environment with necessary dependencies for building and\nrunning software under development, or to try out new tools and services\nquickly.\n\nRktMachine is a combination of [coreos-osx] and [corectl.app], two macOS menu\nbar apps from [TheNewNormal] using their [corectl] CoreOS VM management tool.\nThe apps have been integrated into one and a number of choices made to reduce\nconfigurability. See [TheNewNormal] GitHub project for more advanced macOS\ntools supporting Kubernetes. \n\n[TheNewNormal]: https://github.com/TheNewNormal\n[coreos-osx]: https://github.com/TheNewNormal/coreos-osx\n[corectl.app]: https://github.com/TheNewNormal/corectl.app\n[corectl]: https://github.com/TheNewNormal/corectl\n\nDetailed documentation is provided in the [docs] directories and at\n[woofwoofinc.github.io/rktmachine].\n\n[docs]: docs\n[woofwoofinc.github.io/rktmachine]: https://woofwoofinc.github.io/rktmachine\n\n\nInstalling\n----------\nTo install RktMachine, download a dmg from [releases], open it and copy the\nRktMachine.app binary to your `/Applications` folder.\n\n[releases]: https://github.com/woofwoofinc/rktmachine/releases\n\n\nUsage\n-----\nThe app will prompt for your user password in order to start the `corectl`\nservice as `root`.\n\n![RktMachine Screenshot](docs/assets/screenshot.png \"RktMachine Screenshot\")\n\nOn start, the app will boot the existing CoreOS VM if available or attempt to\ncreate and boot a new CoreOS VM. The VM can be managed from the menu bar icon,\na dog silhouette.\n\nSSH to the CoreOS VM is also available from this menu. The current user home\ndirectory is mounted from the host macOS onto the CoreOS VM at the same\nlocation, e.g. /Users/\u003cname\u003e.\n\nSee the full tutorial at [woofwoofinc.github.io/rktmachine/tutorial.html].\n\n[woofwoofinc.github.io/rktmachine/tutorial.html]: https://woofwoofinc.github.io/rktmachine/tutorial.html\n\n\nDeveloping\n----------\nThe RktMachine application is built using Xcode. To run a development build,\nstart by opening the RktMachine project file in Xcode.\n\nThen make sure you are not already running RktMachine and use the\n`Product -\u003e Run` menu option or the play button in the top left to build and\nrun the source code.\n\nThere is lots more documentation about building RktMachine in the [docs]\ndirectories and at [woofwoofinc.github.io/rktmachine].\n\nIf you want to help extend and improve this project, then your contributions\nwould be greatly appreciated. Check out our [GitHub issues] for ideas or a\nplace to ask questions. Welcome to the team!\n\n[GitHub issues]: https://github.com/woofwoofinc/rktmachine/issues\n\n\nLicense\n-------\nThis work is dual-licensed under the Apache License, Version 2.0 and under the\nMIT Licence.\n\nYou may license this work under the Apache License, Version 2.0.\n\n    Copyright 2017 Woof Woof, Inc. contributors, Rimas Mocevicius\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n        http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n\nAlternatively, you may license this work under the MIT Licence at your option.\n\n    Copyright (c) 2017 Woof Woof, Inc. contributors, Rimas Mocevicius\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n    copies of the Software, and to permit persons to whom the Software is\n    furnished to do so, subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in all\n    copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n    SOFTWARE.\n\nThe license explainers at [Choose a License] may be helpful. They have\ndescriptions for both the [Apache 2.0 Licence] and [MIT Licence] conditions.\n\n[Choose a License]: http://choosealicense.com\n[Apache 2.0 Licence]: http://choosealicense.com/licenses/apache-2.0/\n[MIT Licence]: http://choosealicense.com/licenses/mit/\n\n\nContributing\n------------\nPlease note that this project is released with a [Contributor Code of Conduct].\nBy participating in this project you agree to abide by its terms. Instances of\nabusive, harassing, or otherwise unacceptable behavior may be reported by\ncontacting the project team at woofwoofinc@gmail.com.\n\n[Contributor Code of Conduct]: docs/conduct.rst\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoofwoofinc%2Frktmachine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoofwoofinc%2Frktmachine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoofwoofinc%2Frktmachine/lists"}