Get support for ramsey/macos-vagrant-box

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

ramsey/macos-vagrant-box

macOS Vagrant Box

A clean (no other software installed or configured) macOS box. No changes made to the box beyond those performed by macinbox.

Use only in accordance with the Apple SLAs: https://www.apple.com/legal/sla/.

These boxes are built for use with VirtualBox.

Defaults:

  • 4 GB of memory
  • 2 CPUs
  • 64 GB dynamically-allocated disk
  • APFS (Apple File System)
  • username: vagrant
  • password: vagrant

macOS Catalina (10.15)

https://app.vagrantup.com/ramsey/boxes/macos-catalina

vagrant box add ramsey/macos-catalina

macOS Mojave (10.14)

https://app.vagrantup.com/ramsey/boxes/macos-mojave

vagrant box add ramsey/macos-mojave

macOS High Sierra (10.13)

https://app.vagrantup.com/ramsey/boxes/macos-high-sierra

vagrant box add ramsey/macos-high-sierra

FAQs

It won't boot. What's the problem?

If your host machine is not macOS, then it's very likely this won't run. Attempting to run macOS on non-certified Apple hardware is a violation of their EULA. I'm not able to help, if this is the case, so please do not open an issue.

How do I get started?

You can quickly start using vagrant init [box name]. For example:

vagrant init ramsey/macos-catalina

How do I SSH to the VM?

Use the vagrant ssh command.

How can I launch the GUI to click around in the macOS VM?

Add the following to your Vagrantfile:

config.vm.provider "virtualbox" do |vb|
  vb.gui = true
end

If you've already started the VM, reload the configuration with vagrant reload. VirtualBox will now launch the GUI, where you may log in and click around.

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

p-e622a1a2