this post was submitted on 07 Nov 2025
66 points (100.0% liked)

Selfhosted

52953 readers
322 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Kailn@lemmy.myserv.one 7 points 1 week ago (9 children)

I know this is supposed to be compared with Vmware ESXi &or Proxmox but exclusively made for linux containers, so...
How well can it compare with MicroOS & CoreOS which rely podman instead?
I've never seen a detailed comparison between podman & incus in term of resource usage nor performance, just that podman supports docker compose & it's images.

[–] non_burglar@lemmy.world 7 points 1 week ago (8 children)

IncusOS supports OCI containers, which means it can run most docker containers natively. And LXC, and vms via QEMU/KVM.

[–] hoppolito@mander.xyz 7 points 1 week ago* (last edited 1 week ago) (3 children)

Though perhaps it is important to make the distinction clear:

Incus is the software that supports running OCI and LXC containers, and VMs. It is the functional equivalent to the Proxmox virtualisation suite, storage, network, image and container management and also the management web UI.

IncusOS tries to support this program for your bare-metal servers by providing an immutable OS underneath which hosts Incus but cannot be reached via shell access at all. It intends to form a super locked-down base from which to use Incus, but which also comes with preinstalled goodies such as ceph, linstore, zfs, and some service setups (afaik).

So the closest comparison to Proxmox currently is a simple Incus installation on a Debian bare-metal host. IncusOS I would argue is actually moving further away from that comparison with its locked down base and immutable nature.

In a way the project reminds me much more of TalosOS which creates a similarly locked down base environment to work with Kubernetes on top.

[–] Kailn@lemmy.myserv.one 1 points 6 days ago

Yes, that makes it more comparable to MicroOS, which does the same with podman.
MicroOS is based on a more mainstream system but it's still immutable with transactional updates.
What I'm trying to ask is if the project's goal / development is being more MicroOS or more Proxmox Linux? & whether it tries be a replacement or a different workflow all together?
I see that there's a Migration Manager in beta as an install option to switch from vmware ESXi, so I wonder if other OS-level hypervisors are in the roadmap.

load more comments (2 replies)
load more comments (6 replies)
load more comments (6 replies)