Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

retrage/akari

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

323 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akari: VMM-based macOS Native Container Runtime

Akari is an experimental OCI runtime aims to run macOS native containers on macOS. This runtime works as a standalone VMM using Virtualization.framework. The goal of this project is to support the OCI runtime specification to easily integrate with existing container ecosystem.

It is still in the early stage of development and not ready for production use.

Requirements

  • Apple Silicon (arm64) Mac
  • macOS 14.0 or later

Build

cargo build && codesign -f --entitlement runtime.entitlements -s - target/debug/akari
# or
make build

License

Akari is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

About

VMM-based macOS Native Container Runtime

Topics

Resources

License

Stars

Watchers

Forks

Contributors