https://github.com/arturo-lang/reach-lab
Brainstorming & tracking down external support for Arturo
https://github.com/arturo-lang/reach-lab
arturo arturo-language package-managers syntax-highlighting
Last synced: 6 months ago
JSON representation
Brainstorming & tracking down external support for Arturo
- Host: GitHub
- URL: https://github.com/arturo-lang/reach-lab
- Owner: arturo-lang
- License: mit
- Created: 2024-10-10T09:23:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-15T17:36:43.000Z (6 months ago)
- Last Synced: 2026-01-15T20:15:58.122Z (6 months ago)
- Topics: arturo, arturo-language, package-managers, syntax-highlighting
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
๐งช Arturo Reach Lab
Or... what tools/editors/package managers we do
(or could) support for **[Arturo](https://github.com/arturo-lang/arturo)**
--------------
* [Package Managers](#-package-managers)
* [Editors / Syntax Highlighting](#-editor--syntax-highlighting)
* [Code Counters](#-code-counters)
--------------
## ๐ฆ Package Managers & Distribution
| Platform | Package Manager | Status | Version | Install Command | Notes |
|-------------------|------------------------------------------------------|:------:|:--------:|---------------------------------------------------------------------------------------------------|-------------------------------------------------------------|
| **macOS** | MacPorts | ๐ด | | โ | |
| **macOS/Linux** | [Homebrew](https://formulae.brew.sh/formula/arturo) | ๐ข | 0.10.0 | `brew install arturo` | โ ๏ธ forces mini version (should fix!) |
| **Arch Linux** | [AUR](https://aur.archlinux.org/packages/arturo) | ๐ข | 0.10.0 | `yay -S arturo` or `paru -S arturo` | |
| **Arch Linux** | pacman | ๐ด | | โ | |
| **Debian/Ubuntu** | APT | ๐ด | | โ | |
| **Fedora/RHEL** | DNF/YUM | ๐ด | | โ | |
| **OpenSUSE** | Zypper | ๐ด | | โ | |
| **Alpine** | APK | ๐ด | | โ | |
| **Void Linux** | XBPS | ๐ด | | โ | |
| **NixOS** | Nix | ๐ด | | โ | |
| **Gentoo** | Portage | ๐ด | | โ | |
| **FreeBSD** | pkg | ๐ด | | โ | |
| **NetBSD** | pkgsrc | ๐ด | | โ | |
| **OpenBSD** | pkg_add | ๐ด | | โ | |
| **Windows** | Chocolatey | ๐ด | | โ | |
| **Windows** | [Scoop](https://github.com/arturo-lang/scoop-bucket) | ๐ข | 0.10.0 | `scoop bucket add arturo https://github.com/arturo-lang/scoop-bucket`, then `scoop install arturo` | โ ๏ธ Ensure you add the bucket first for proper installation.|
| **Windows** | winget | ๐ข | 0.10.0 | `winget install arturo` | |
| **Docker** | Docker Hub | ๐ข | 0.10.0 | `docker run -it arturolang/arturo` | "Default" version is the MINI build |
| **MISE-en-place** | [Mise](https://github.com/arturo-lang/mise-plugin) | ๐ข | 0.10.0 | `mise plugin install arturo https://github.com/arturo-lang/mise-plugin`, then `mise install arturo`| โ ๏ธ Ensure you add the plugin first for proper installation.|
### Legend
- ๐ข Available
- ๐ Not updated
- ๐ด Not Available
## ๐ป Editor / Syntax Highlighting
- [x] [**VSCode**](https://marketplace.visualstudio.com/items?itemName=drkameleon.arturo) - Windows / macOS / Linux
- [x] [**SublimeText**](https://packagecontrol.io/packages/Arturo%20Programming%20Language) - Windows / macOS / Linux
- [x] [**Vim/NeoVim**](https://github.com/xigoi/vim-arturo) - Windows / macOS / Linux
## ๐ Code Counters
- [x] [**cloc**](https://github.com/AlDanial/cloc/releases/tag/v2.02)
- [x] [**scc**](https://github.com/boyter/scc/releases/tag/v3.3.0)
- [x] [**tokei**](https://github.com/XAMPPRocky/tokei/releases/tag/v13.0.0-alpha.2)
---------
> [!NOTE]
> ๐ก If you want to add one, just edit this file ๐
> ๐ If you want to contribute what's missing, you're more than 100% welcome!