Powerful system container and virtual machine manager https://linuxcontainers.org/incus
  • Go 89.2%
  • Shell 8.7%
  • C 1.8%
  • Makefile 0.1%
  • Python 0.1%
Find a file
Stéphane Graber 60d85b3e23
Merge pull request #3583 from 47star/main
incusd/device/disk: Use resolved project for Ceph ISO RBD names
2026-07-04 00:13:49 -04:00
.devcontainer devcontainer: fix golangci-lint install source 2026-05-11 15:27:46 +02:00
.github Merge pull request #3566 from lxc/dependabot/github_actions/actions/download-artifact-8 2026-06-29 16:23:24 -04:00
.vscode vscode: Add VSCode launch.json for incusd "Run and Debug" functionality 2025-05-29 03:34:54 +00:00
client client: Default to port 443 for raw connections 2026-06-17 16:31:46 -04:00
cmd incus: Avoid double-close warning on export and file pull 2026-07-03 11:27:13 -04:00
doc doc/incus-cli: reword docs for configuration file path 2026-07-03 21:36:59 +01:00
grafana grafana: Better filter Loki events by project 2024-04-17 11:29:14 -04:00
internal incusd/device/disk: Use resolved project for Ceph ISO RBD names 2026-07-04 08:32:06 +09:00
po Translated using Weblate (Japanese) 2026-07-01 16:01:20 +02:00
scripts scripts: fix empty-incus.sh instances delete 2024-09-15 17:54:43 +08:00
shared Merge pull request #3568 from stgraber/main 2026-06-30 11:59:53 -04:00
test incusd: Rename neighbour to neighbor for US english 2026-06-25 17:29:38 -04:00
.codespell-ignore codespell: Allow attachs (bpffs mount option) 2025-10-19 11:54:09 -04:00
.deepsource.toml deepsource: Update for Incus 2023-08-30 00:46:19 -04:00
.gitignore github: Build Windows and MacOS native installers. 2026-06-27 01:39:19 -04:00
.golangci.yml golangci: ignore errcheck for colored printers 2026-03-20 15:11:51 +00:00
.goreleaser.yaml github: Build Windows and MacOS native installers. 2026-06-27 01:39:19 -04:00
AGENTS.md doc: Update AI/LLM policy 2026-06-16 16:19:28 -04:00
AUTHORS Add licensing and contributing guidelines 2014-11-05 10:09:28 -05:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT: Update e-mail address 2023-08-16 00:11:49 -04:00
CONTRIBUTING.md doc: Update AI/LLM policy 2026-06-16 16:19:28 -04:00
COPYING Add licensing and contributing guidelines 2014-11-05 10:09:28 -05:00
go.mod Update gomod 2026-06-25 18:17:25 -04:00
go.sum Update gomod 2026-06-25 18:17:25 -04:00
Makefile Makefile: Improve target padding in make help 2026-06-12 21:35:10 +00:00
README.md Remove lxd-to-incus 2026-06-04 14:23:01 -04:00
SECURITY.md SECURITY: Update policy 2023-08-30 00:46:09 -04:00
shell.nix lint: Run codespell automatically 2025-03-18 14:52:00 -04:00
staticcheck.conf [lxd-import] Add staticcheck config 2023-10-23 21:46:37 -04:00

Incus

Incus is a modern, secure and powerful system container and virtual machine manager.

It provides a unified experience for running and managing full Linux systems inside containers or virtual machines. Incus supports images for a large number of Linux distributions (official Ubuntu images and images provided by the community) and is built around a very powerful, yet pretty simple, REST API. Incus scales from one instance on a single machine to a cluster in a full data center rack, making it suitable for running workloads both for development and in production.

Incus allows you to easily set up a system that feels like a small private cloud. You can run any type of workload in an efficient way while keeping your resources optimized.

You should consider using Incus if you want to containerize different environments or run virtual machines, or in general run and manage your infrastructure in a cost-effective way.

You can try Incus online at: https://linuxcontainers.org/incus/try-it/

Project history

Incus, which is named after the Cumulonimbus incus or anvil cloud started as a community fork of Canonical's LXD following Canonical's takeover of the LXD project from the Linux Containers community.

The project was then adopted by the Linux Containers community, taking back the spot left empty by LXD's departure.

Incus is a true open source community project, free of any CLA and remains released under the Apache 2.0 license. It's maintained by the same team of developers that first created LXD.

Get started

See Getting started in the Incus documentation for installation instructions and first steps.

Status

Type Service Status
Tests GitHub Build Status
Go documentation Godoc GoDoc
Static analysis GoReport Go Report Card
Translations Weblate Translation status

Security

Consider the following aspects to ensure that your Incus installation is secure:

  • Keep your operating system up-to-date and install all available security patches.
  • Use only supported Incus versions.
  • Restrict access to the Incus daemon and the remote API.
  • Do not use privileged containers unless required. If you use privileged containers, put appropriate security measures in place. See the LXC security page for more information.
  • Configure your network interfaces to be secure.

See Security for detailed information.

IMPORTANT:

Local access to Incus through the Unix socket always grants full access to Incus. This includes the ability to attach file system paths or devices to any instance as well as tweak the security features on any instance.

Therefore, you should only give such access to users who you'd trust with root access to your system.

Support and community

The following channels are available for you to interact with the Incus community.

Bug reports

You can file bug reports and feature requests at: https://github.com/lxc/incus/issues/new

Community support

Community support is handled at: https://discuss.linuxcontainers.org

Commercial support

Commercial support is currently available from Zabbly for users of their Debian or Ubuntu packages.

Documentation

The official documentation is available at: https://github.com/lxc/incus/tree/main/doc

Contributing

Fixes and new features are greatly appreciated. Make sure to read our contributing guidelines first!