An open API service indexing awesome lists of open source software.

https://github.com/arturo-lang/nightly

Nightly builds for Arturo
https://github.com/arturo-lang/nightly

arturo nightly nightly-build programming-language

Last synced: 12 days ago
JSON representation

Nightly builds for Arturo

Awesome Lists containing this project

README

          

Arturo Nightly

#### Automated nightly builds for the [Arturo programming language](https://github.com/arturo-lang/arturo).

![License](https://img.shields.io/github/license/arturo-lang/nightly?style=for-the-badge) [![Build Status](https://img.shields.io/github/actions/workflow/status/arturo-lang/nightly/publish.yml?branch=master&style=for-the-badge)](https://github.com/arturo-lang/nightly/actions)

---

## Download

Visit [Releases](https://github.com/arturo-lang/nightly/releases) to download the latest nightly build for your platform.

## Available Builds

| Platform | Architectures | Build Types |
|----------|--------------|-------------|
| **Linux** | amd64, arm64 | full, mini, *legacy |
| **macOS** | amd64, arm64 | full, mini |
| **Windows** | amd64 | full, mini |
| **FreeBSD** | amd64 | full, mini |
| **Web** | js | mini |

> [!TIP]
> **Legacy** versions are normal (= *full*) versions, only for older systems (e.g. Ubuntu 22.04, that only support WebKit 4.0, older GLIBC versions, etc)

-----------------------------

License
------------------------------

MIT License

Copyright (c) 2019-2025 Yanis Zafirópulos (aka Dr.Kameleon)

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.