Skip to content

Download

Anvil can be downloaded from the sections below, and is available for download as compiled binaries, or as source code. The "Latest Version" section contains the latest production-ready version and has been well tested. The "Pre-Release Version" section allows you to download versions of Anvil with experimental changes and may contain more bugs than the production version.

Anvil is licensed under the MIT license, the full text of which is shown in the License section.

Note: Currently the MacOS binaries are not signed. On some MacOS versions when anvil is run it will crash with the message "Killed: 9". To run it you can locally sign the binary using the command codesign --force --sign - anvil

Latest Version

See the Release Notes for changes in this version.

Filename OS Arch Type
anvil-v0.3-windows-amd64.zip Windows x86 64-bit Binary archive
anvil-v0.3-linux-amd64.tar.gz Linux x86 64-bit Binary archive
anvil-v0.3-darwin-arm64.tar.gz MacOS ARM64 Binary archive
anvil-v0.3-darwin-amd64.tar.gz MacOS x86 64-bit Binary archive
anvil-v0.3-install.exe Windows x86 64-bit Installer
anvil-src-v0.3.tar.gz - - Source code archive

Pre-Release Version

See the Release Notes for the changes being previewed in this version.

Filename OS Arch Type
anvil-v20241003170939_pre-windows-amd64.zip Windows x86 64-bit Binary archive
anvil-v20241003170939_pre-linux-amd64.tar.gz Linux x86 64-bit Binary archive
anvil-v20241003170939_pre-darwin-arm64.tar.gz MacOS ARM64 Binary archive
anvil-v20241003170939_pre-darwin-amd64.tar.gz MacOS x86 64-bit Binary archive
anvil-v20241003170939_pre-install.exe Windows x86 64-bit Installer
anvil-src-v20241003170939_pre.tar.gz - - Source code archive

Older Versions

Version Filename OS Arch Type
0.2 release notes - - -
anvil-v0.2-linux-amd64.tar.gz Linux x86 64-bit Binary archive
anvil-v0.2-install.exe Windows x86 64-bit Installer
anvil-src-v0.2.tar.gz - - Source code archive
0.1 anvil-v0.1-windows-amd64.zip Windows x86 64-bit Binary archive
anvil-v0.1-linux-amd64.tar.gz Linux x86 64-bit Binary archive
anvil-v0.1-install.exe Windows x86 64-bit Installer
anvil-src-v0.1.tar.gz - - Source code archive

License

The Anvil source code is licenced under the MIT license.

The MIT License (MIT)

Copyright (c) 2019 Jeff Williams

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.