4

TIA. Is it possible to run Linux binaries like chrome without building from source as unikernels?

Sudhakar Ramasamy
  • 1,736
  • 1
  • 8
  • 19

2 Answers2

2

OSv unikernel (http://osv.io) is the answer.

Sudhakar Ramasamy
  • 1,736
  • 1
  • 8
  • 19
1

It is indeed possible to run arbitrary linux ELFs as unikernels via tools such as https://ops.city && using the Nanos unikernel https://github.com/nanovms/nanos .

However, chrome itself would not be supported currently as that is a gui program and at least for Nanos programs they are server-side only.

eyberg
  • 3,160
  • 5
  • 27
  • 43