Website | Source

Getting Started

  1. Install Java
curl -fsSL https://lattejava.org/javaenv/install | bash
javaenv install 25
javaenv global 25
  1. Install Latte

curl -fsSL https://lattejava.org/cli/install | bash

  1. Create a project
mkdir my-project && cd my-project
latte init

Write some code….

  1. Login into Latte

latte login

  1. Create a Group

Visit https://app.lattejava.org/app/groups/new to create your Group in the Latte repository.

If you use a reverse-DNS Group, you’ll also need to verify your domain.

  1. Release & public the project
latte release

That’s it!

Your project will now have a tag based on the version in project.latte and it will be released to the Latte repository for the world to enjoy.

Projects


Tags: platform   jvm  

Last modified 11 September 2026