This is the first stable version and of NanaBox.
I am sorry NanaBox 1.0 doesn't include the virtual machine creation and settings UI because it's not finished. But I really thanks to @driver1998 for his huge contribution to that. I think this feature will be finished in NanaBox 1.1.
Known issues
- Due to Host Compute System API and Host Compute Network API limitations, there are some limitations from them also applied to NanaBox:
- NanaBox only supports create UEFI Class 3 or UEFI without CSM or Hyper-V Gen 2 virtual machines.
- TPM support for virtual machines created by NanaBox is not available.
- NanaBox needs elevated privilege via UAC.
- The automatic switch between Enhanced Session Mode and Basic Session Mode won't be implemented.
- The virtual machine creation UI and settings UI is not implemented.
Release Notes
- Fix the background color issue when window size is bigger than the virtual machine content or using the fullscreen mode.
- Improve the background color policy when window size is bigger than the virtual machine content in windowed mode for better user experience. (Suggested by AndromedaMelody.)
- Enable frame buffer redirection for reducing the overhead.
- Enable redirect key combinations by default to improve the user experience.
- Fix virtual machine instance network disconnection issue when starting the same virtual machine instance repeatedly.
- Improve the implementation of running with unpackaged mode in package mode via using package's LocalState folder instead of user's Temp folder.
- Improve the user experience when switching NanaBox instances via Windows taskbar.
- Update to Git submodule version of Mile.Project.Windows.
- Update Mile.Windows.Helpers to 1.0.17. (https://github.com/ProjectMile/Mile.Windows.Helpers/commits/main)
- Update Mile.Xaml to 2.1.661. (https://github.com/ProjectMile/Mile.Xaml/releases/tag/2.1.661.0)
Usage
Download 40174MouriNaruto.NanaBox_1.0.471.0_gnj4mf6z9tkrc.msixbundle
and open it.
SHA-256: 42a3ff6296fd65b4b1358d82a321f7e4415877e024094a3051c1f2a435ea0ec7
If you want to install NanaBox via command line, you can execute the following command in the Command Prompt which is run as the Administrator.
PowerShell -NoLogo -NoProfile -NonInteractive -InputFormat None -ExecutionPolicy Bypass Add-AppxPackage -DeferRegistrationWhenPackagesAreInUse -ForceUpdateFromAnyVersion -Path
The path of the MSIX package
NanaBox Configuration File Reference
https://github.com/M2Team/NanaBox/blob/main/Documents/ConfigurationReference.md
Kenji Mouri