---
title: Install fabrica - your own snap build factory on Linux | Snap Store
description: Get the latest version of fabrica - your own snap build factory for Linux
  - Build snaps by simply pointing a web form to a git tree
url: https://snapcraft.io/fabrica
---

# fabrica - your own snap build factory (fabrica)

[Oliver Grawert (ogra)](https://snapcraft.io/publisher/ogra "View all snaps from Oliver Grawert (ogra)")

* [Oliver Grawert (ogra)](https://snapcraft.io/publisher/ogra "View all snaps from Oliver Grawert (ogra)")
* [Development](https://snapcraft.io/search?categories=development)

latest/stable 1.1.0

Install latest/stable of fabrica - your own snap build factory

This channel hasn't been updated in a while. It might be unmaintained and have stability or security issues.

---

**Install using the command line**

```
sudo snap install fabrica
```

Don't have snapd? [Get set up for snaps](https://snapcraft.io/docs/installing-snapd).

---

### Package name

* fabrica

---

### License

* AGPL-3.0

---

### Last updated

* 15 May 2021 - latest/stable
* 15 May 2021 - latest/edge

This snap hasn't been updated in a while. It might be unmaintained and have stability or security issues.

---

### Websites

* [github.com/ogra1/fabrica](https://github.com/ogra1/fabrica "https://github.com/ogra1/fabrica")

---

### Contact

* [github.com/ogra1/fabrica/issues](https://github.com/ogra1/fabrica/issues "https://github.com/ogra1/fabrica/issues")

---

##### Report a Snap Store violation

* [Report this Snap](https://snapcraft.io/fabrica#report-snap-modal)

---

* [Description](https://snapcraft.io/fabrica#tab-description)
* [Security](https://snapcraft.io/fabrica#tab-security)

#### Build snaps by simply pointing a web form to a git tree

Fabrica is a web service to be run on an lxd appliance. It spawns a
web ui that allows you to point to cloneable git trees, initializes
lxd containers and builds snap packages of the provided source trees.

To use fabrica you can use the steps below:

```
 snap install lxd
 sudo lxd init # hit enter for all questions
 snap install fabrica
 snap connect fabrica:lxd lxd:lxd
 snap connect fabrica:mount-observe
 snap connect fabrica:system-observe
 snap connect fabrica:ssh-keys
```

Now fabrica will come up on port 8000.
Point your web browser to <http://localhost:8000> (or to the external IP instead of localhost) and add some git tree to it.

Note that in its current state fabrica only builds snap packages for the used host architecture (i.e. to build armhf or arm64 snaps, you need to use a raspberry Pi4 and install lxd and fabrica on it)

The branches are checked every 5 minutes for new commits. Builds start automatically when a new commit is detected.

Since the service is currently only available via http and also has no authentication management, it is recommended to only use it in in-house setups.

Issues and bugs should be filed at:

<https://github.com/ogra1/fabrica/issues>

---

## Install fabrica - your own snap build factory on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the [installing snapd documentation](https://snapcraft.io/docs/installing-snapd).

[### Arch Linux](https://snapcraft.io/install/fabrica/arch)

[### CentOS](https://snapcraft.io/install/fabrica/centos)

[### Debian](https://snapcraft.io/install/fabrica/debian)

[### elementary OS](https://snapcraft.io/install/fabrica/elementary)

[### Fedora](https://snapcraft.io/install/fabrica/fedora)

[### KDE Neon](https://snapcraft.io/install/fabrica/kde-neon)

[### Kubuntu](https://snapcraft.io/install/fabrica/kubuntu)

[### Manjaro](https://snapcraft.io/install/fabrica/manjaro)

[### Pop!\_OS](https://snapcraft.io/install/fabrica/pop)

[### openSUSE](https://snapcraft.io/install/fabrica/opensuse)

[### Red Hat Enterprise Linux](https://snapcraft.io/install/fabrica/rhel)

[### Ubuntu](https://snapcraft.io/install/fabrica/ubuntu)

[### Raspberry Pi](https://snapcraft.io/install/fabrica/raspbian)
