2014-12-23 22:50:09 +01:00
|
|
|
---
|
2014-12-24 14:04:40 +01:00
|
|
|
title: Downloads
|
2021-05-26 21:13:21 +02:00
|
|
|
permalink: /download.html
|
|
|
|
created_at: 1999-04-06
|
|
|
|
last_modified_at: 2021-02-17 21:37:44 +0100
|
2014-12-23 22:50:09 +01:00
|
|
|
---
|
|
|
|
|
2015-05-12 21:50:01 +02:00
|
|
|
# Download *Boxes*
|
|
|
|
|
2019-02-21 20:55:04 +01:00
|
|
|
The current release is **version {{ site.currentVersion }}**. For older revisions, feel free to browse the
|
2021-05-26 21:29:28 +02:00
|
|
|
[release history]({{ site.baseurl }}/releases.html).
|
2015-05-12 21:50:01 +02:00
|
|
|
|
|
|
|
|
2021-05-29 20:37:51 +02:00
|
|
|
{% comment %} ---------------------------------------------------------------------------------------- {% endcomment %}
|
|
|
|
{% include heading.html
|
|
|
|
level=2
|
|
|
|
text="Binaries" %}
|
|
|
|
|
|
|
|
The best way to get *boxes* is via your package manager. Here are some package managers which we know have a
|
|
|
|
*boxes* package, but there are more - just try it on yours.
|
|
|
|
|
|
|
|
<table class="table table-striped w-auto">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th scope="col">Platform</th>
|
|
|
|
<th scope="col">Tool</th>
|
|
|
|
<th scope="col">Command</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
2022-09-27 21:23:27 +02:00
|
|
|
<tr><td>Linux (Debian, Ubuntu)</td> <td>apt</td> <td><code>apt-get install -y boxes</code></td></tr>
|
|
|
|
<tr><td>Linux (Fedora)</td> <td>dnf</td> <td><code>dnf install boxes</code></td></tr>
|
|
|
|
<tr><td>MacOS</td> <td>brew</td> <td><code>brew install boxes</code></td></tr>
|
|
|
|
<tr><td>Windows</td> <td>choco</td> <td><code>choco install boxes.portable</code></td></tr>
|
2021-05-29 20:37:51 +02:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
{% comment %} ---------------------------------------------------------------------------------------- {% endcomment %}
|
|
|
|
{% include heading.html
|
|
|
|
level=3 slug="windows"
|
|
|
|
text="Windows Portable ZIP" %}
|
|
|
|
|
|
|
|
For Windows, we also have a portable ZIP which you can unpack somewhere in your `PATH`. Make sure to put boxes.exe and
|
|
|
|
boxes.cfg in the same directory. Get the ZIP file
|
|
|
|
[here](https://github.com/{{ site.github }}/releases/download/v{{ site.currentVersion }}/boxes-{{
|
|
|
|
site.currentVersion }}-intel-win32.zip).
|
|
|
|
|
|
|
|
|
|
|
|
{% comment %} ---------------------------------------------------------------------------------------- {% endcomment %}
|
|
|
|
{% include heading.html
|
|
|
|
level=3
|
|
|
|
text="Vim Syntax File" %}
|
|
|
|
|
|
|
|
We also have a [Vim syntax file](https://raw.githubusercontent.com/{{ site.github }}/master/boxes.vim){:target="_blank"}
|
|
|
|
which enables the Vim editor to apply syntax highlighting to *boxes* config files.
|
|
|
|
|
|
|
|
|
|
|
|
{% comment %} ---------------------------------------------------------------------------------------- {% endcomment %}
|
|
|
|
{% include heading.html
|
|
|
|
level=2
|
|
|
|
text="Sources" %}
|
|
|
|
|
|
|
|
The *boxes* sources are on GitHub, including previous releases ([build instructions]({{ site.baseurl }}/build.html)):
|
2015-05-12 21:50:01 +02:00
|
|
|
|
2019-02-22 11:21:46 +01:00
|
|
|
[https://github.com/{{ site.github }}](https://github.com/{{ site.github }}){:target="_blank"}
|