Linux / Windows
Here you can find the GNU/Linux tarball/archive asciidoc3-linux-latest.tar.gz
Windows 11 (Win 10 works) uses the same file!
There is no zip-archive anymore. This is because of zip contains no symlinks, which are necessary to run AsciiDoc3. See the info given below under Repo Gitlab about this issue.
|
|
Please note: the download link contains the substring docs! |
Example: asciidoc3.org/docs/download/asciidoc3-linux-latest.tar.gz
[Pending, comes asap especially for Windows]
The main difference between the two tar.gz files are the platform dependend standalone executables. asciidoc3.bin / asciidoc3.exe and a2x3.bin / a2x3.exe come with an embedded Python interpreter, you don’t need a running Python to start. Of course bin corresponds to GNU/Linux and exe to Windows, respectively. They won’t run on the other platform.
Repo Gitlab
Go to the AsciiDoc3 Repo and download all needed files. This is a very convenient way to obtain everything even when you neither work with Git nor want to fork.
All files are available without login.
Go to https://gitlab.com/asciidoc3/asciidoc3 and click the blue button code. Download the appropriate format, in most cases tar.gz or tar.bz2 for GNU/Linux. Windows users are highly encouraged not to use the zip. This archive doesn’t contain symlinks and you’ll have to add them manually. Download a tool like 7-zip or WinRar (Windows 10); Windows 11 handles tar.gz out of the box - if you login as Admin -, you don’t need a third-party-tool any more.
[Pending, see abbove] The binaries with embedded Python (asciidoc3.bin asciidoc3.exe a2x3.bin a2x3.exe) are not in the repo, you have to donload manually (see above).
Go on further with the steps described under quickstart.
Cheatsheet
Container
Docker
You find the image on docker hub.
To apply AsciiDoc3 you need the suitable program- and conf-files, images and so on. This environment is available in the download area — note the substring docs in the link. This is a tar.gz-archive for GNU/Linux and suitable for Windows, too.
The docker option is a recommended way to use AsciiDoc3. See the infos here.
Podman
You may use the same image and the same environment as for Docker.
PyPi
You find the PyPi package here. But do not use this until the update is completed.
|
|
PyPi is currently outdated. |
We’ll provide a new version asap.
Linux Package Manager
|
|
Not yet available. |
Use the Repo-Version or the standalone version in the meantime → see at the top of this page.
.deb
dpkg, originally used by Debian and now by Ubuntu and all its derivates, uses the .deb format. Most systems provide apt as a dependency resolution tool.
Download the Deb-Package here.
|
|
Yes, there is no download link yet … Comes asap for the newest version. |
.rpm
The RPM package manage was created by Red Hat. RPM is the standard packaging format of Red Hat, openSUSE, and Fedora.
Download the Rpm-Package here.
|
|
Yes, there is no download link yet … Comes asap for the newest version. |
Generic Installer Unix/BSD/…
For systems which do not use deb/rpm, you may use the generic tarball described in the first section: asciidoc3-linux-latest.tar.gz