mirror of
https://onedev.site.tesses.net/crosslang/crosslang-website
synced 2026-02-08 17:15:46 +00:00
22 lines
617 B
Markdown
22 lines
617 B
Markdown
+++
|
|
title = 'Downloads'
|
|
type = "chapter"
|
|
weight = 1
|
|
+++
|
|
|
|
- [Binaries (Linux, Microslop Winblows)](https://git.tesseslanguage.com/tesses50/crosslang/releases)
|
|
- [Source (Gitea)](https://git.tesseslanguage.com/tesses50/crosslang)
|
|
- [Source (Onedev)](https://onedev.site.tesses.net/)
|
|
|
|
|
|
If you use Linux, MacOS or FreeBSD you can also use this command to install
|
|
|
|
|
|
```bash
|
|
curl -o crosslang-install.sh https://crosslang.tesseslanguage.com/crosslang-install.sh && sh crosslang-install.sh; rm crosslang-install.sh
|
|
```
|
|
|
|
- [Linux](linux)
|
|
- [Android](android)
|
|
- [Shell Binary](https://downloads.tesses.net/ShellPackage.crvm)
|