• Java 99.1%
  • TypeScript 0.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Arnaud Fonce 3bccff0db3
All checks were successful
Build / build (push) Successful in 3m52s
Build / build-docs (push) Successful in 33s
use forgejo_token to upload the deb to the registry
2026-07-17 21:55:55 +02:00
.forgejo/workflows use forgejo_token to upload the deb to the registry 2026-07-17 21:55:55 +02:00
src fix: start from first version in github release 2026-07-17 16:03:55 +02:00
.gitignore (docs) correctly add vitepress cache in git ignore 2025-09-05 17:18:05 +02:00
CHANGELOG.md chore(release): prepare for 0.3.0 2026-07-17 14:11:43 +00:00
cliff.toml build: create release ci workflow 2026-03-21 00:17:35 +01:00
LICENSE add LICENSE file with GPLv3 2025-03-27 16:05:38 +01:00
pom.xml chore(release): prepare for 0.3.0 2026-07-17 14:11:43 +00:00
README.md docs: update getting started using only existing installation methods 2026-04-08 11:45:40 +02:00

License: GPL v3

tsūru

The word tsūru (ツール) means tools in Japanese.

Intro

tsūru allows you to quickly install and use different versions of your SDKs and developer tools on Unix systems.

Main features :

  • install & update SDKs
  • set profiles to link multiple SDKs with one label
  • execute post install or update scripts

Example :

$ tsuru install jdk zulu 21
tsūru (ツール) - the tools manager - v0.0.1

Installing jdk zulu with version 21

 [1/4] 🔎 Looking for vendor version...  21.0.1 found ✅
 [2/4] 🚚 Downloading zulu21.30.15-ca-jdk21.0.1-linux_x64.zip...  ✅
 [3/4] 📦 Decompressing zulu21.30.15-ca-jdk21.0.1-linux_x64.zip...  ✅
 [4/4] 🔧 Setting environment...  ✅

✨ Done