Overview

Cookbook

Here we will try to show practical information, recipes and examples of various subjects.

Using Rye

Rye binary tries to not be just a language runtime, but a useful tool. The console also tries to be more than just REPL, but also place where you can explore and introspect tha language and your ideas.

Published March 29, 2025

Working with

Examples for how various smaller compontents of Rye runtime work.

Published November 21, 2024

Server side*

Rye was primarily made to handle backend, shell, server-side tasks.

Published August 13, 2025

GUI: Rye-Fyne

Rye integrates with pure Go GUI library Fyne. Fyne is lightweight and works on Mac, Linux, Windows and mobile platforms. Fyne bindings are automatically generated by a tool called ryegen and so follow the Fyne API.

Published October 3, 2024

Deployment

There are some interesting options for deploying apps. On proff of concept stage at this point.

Published September 29, 2024

Improving Rye

If you want to contribute, or just better understand the internals.

Published October 24, 2024