All Projects → woofwoofinc → rktmachine

woofwoofinc / rktmachine

Licence: other
Menu bar macOS app for running rkt in a macOS hypervisor CoreOS VM.

Programming Languages

swift
15916 projects
shell
77523 projects

Projects that are alternatives of or similar to rktmachine

Acelink
Play Ace Streams in VLC on macOS.
Stars: ✭ 411 (+1225.81%)
Mutual labels:  menubar, macosx
Mac Os X App Menu Bar Popup
Mac OS X Application like a menu bar popup message
Stars: ✭ 168 (+441.94%)
Mutual labels:  menubar, macosx
Xbar
Put the output from any script or program into your macOS Menu Bar (the BitBar reboot)
Stars: ✭ 15,693 (+50522.58%)
Mutual labels:  menubar, macosx
radiobar
macOS menubar app to listen to streaming radio
Stars: ✭ 53 (+70.97%)
Mutual labels:  menubar
nodeScratchpad
Evaluate Nodejs Code Snippets From Menubar! 💻
Stars: ✭ 102 (+229.03%)
Mutual labels:  menubar
MacOS-Developers-Excuses
A macOS screen saver that shows a random developer excuse over a beautiful photo background. Made with ❤
Stars: ✭ 53 (+70.97%)
Mutual labels:  macosx
awesome-macos
A curated list of awesome applications, softwares, tools and shiny things for macOS.
Stars: ✭ 15 (-51.61%)
Mutual labels:  macosx
pomodoro-cycle-app
Open Source macOS pomodoro app. Pomodoro Cycle
Stars: ✭ 55 (+77.42%)
Mutual labels:  macosx
Countdown
A countdown task App on macOS
Stars: ✭ 23 (-25.81%)
Mutual labels:  menubar
brewfile
🍎 Brewfile to install softwares in macOS for engineers
Stars: ✭ 37 (+19.35%)
Mutual labels:  macosx
gdx-controllers
A libGDX cross platform game controllers extension
Stars: ✭ 39 (+25.81%)
Mutual labels:  macosx
StockBar
A menu bar app to track stock prices, currency exchange rates, and cryptocurrency prices.
Stars: ✭ 17 (-45.16%)
Mutual labels:  menubar
seqotron
Alignment editor for Mac OS X
Stars: ✭ 26 (-16.13%)
Mutual labels:  macosx
rkt-compose
CLI to run Docker Compose file as pod on rkt with integrated service discovery using Consul - EOL
Stars: ✭ 24 (-22.58%)
Mutual labels:  rkt
PowerShell-FeatureFlags
PowerShell module containing a Feature Flags implementation based on a local config file.
Stars: ✭ 15 (-51.61%)
Mutual labels:  macosx
scoot
Keyboard-driven MacOS cursor actuator
Stars: ✭ 55 (+77.42%)
Mutual labels:  macosx
cloud-player-desktop
Desktop music player built with electron to play youtube, soundcloud and mixcloud tracks
Stars: ✭ 51 (+64.52%)
Mutual labels:  macosx
pluto menu bar
A menu bar for flutter.
Stars: ✭ 29 (-6.45%)
Mutual labels:  menubar
deploy-vm
Libvirt wrapper to spawn VMs using cloud images
Stars: ✭ 56 (+80.65%)
Mutual labels:  coreos
Jukebox
A macOS app to view the currently playing song in the menu bar
Stars: ✭ 93 (+200%)
Mutual labels:  menubar

RktMachine

Build Status License

RktMachine is a macOS menu bar app providing a CoreOS VM using HyperKit and the macOS Hypervisor. It supports developer workflows using the rkt container system.

It can be used to control system dependencies for a project, to provide a container based environment with necessary dependencies for building and running software under development, or to try out new tools and services quickly.

RktMachine is a combination of coreos-osx and corectl.app, two macOS menu bar apps from TheNewNormal using their corectl CoreOS VM management tool. The apps have been integrated into one and a number of choices made to reduce configurability. See TheNewNormal GitHub project for more advanced macOS tools supporting Kubernetes.

Detailed documentation is provided in the docs directories and at woofwoofinc.github.io/rktmachine.

Installing

To install RktMachine, download a dmg from releases, open it and copy the RktMachine.app binary to your /Applications folder.

Usage

The app will prompt for your user password in order to start the corectl service as root.

RktMachine Screenshot

On start, the app will boot the existing CoreOS VM if available or attempt to create and boot a new CoreOS VM. The VM can be managed from the menu bar icon, a dog silhouette.

SSH to the CoreOS VM is also available from this menu. The current user home directory is mounted from the host macOS onto the CoreOS VM at the same location, e.g. /Users/.

See the full tutorial at woofwoofinc.github.io/rktmachine/tutorial.html.

Developing

The RktMachine application is built using Xcode. To run a development build, start by opening the RktMachine project file in Xcode.

Then make sure you are not already running RktMachine and use the Product -> Run menu option or the play button in the top left to build and run the source code.

There is lots more documentation about building RktMachine in the docs directories and at woofwoofinc.github.io/rktmachine.

If you want to help extend and improve this project, then your contributions would be greatly appreciated. Check out our GitHub issues for ideas or a place to ask questions. Welcome to the team!

License

This work is dual-licensed under the Apache License, Version 2.0 and under the MIT Licence.

You may license this work under the Apache License, Version 2.0.

Copyright 2017 Woof Woof, Inc. contributors, Rimas Mocevicius

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Alternatively, you may license this work under the MIT Licence at your option.

Copyright (c) 2017 Woof Woof, Inc. contributors, Rimas Mocevicius

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

The license explainers at Choose a License may be helpful. They have descriptions for both the Apache 2.0 Licence and MIT Licence conditions.

Contributing

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected].

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].