18 lines
576 B
Markdown
18 lines
576 B
Markdown
|
---
|
||
|
title: "Download"
|
||
|
---
|
||
|
|
||
|
{{< note "Novus is still experimental. Please expect there to be lots of bugs and things not working." >}}
|
||
|
|
||
|
Currently only source tarballs are available.
|
||
|
|
||
|
### Source Code
|
||
|
|
||
|
A complete source tarball is available, which is generated via sourcehut CI on every commit. This includes every vendored dependency as well, which is useful for distribution packaging.
|
||
|
|
||
|
{{< rawhtml >}}
|
||
|
<div class="buttons">
|
||
|
<a class="blurb-button" href="https://xiv.zone/distrib/novus/git/novus-source.tar.gz" download>Download source code tarball</a>
|
||
|
</div>
|
||
|
{{< /rawhtml >}}
|