• 3 Posts
  • 4 Comments
Joined 2 years ago
cake
Cake day: August 23rd, 2022

help-circle





  • Will Fleet be open source?

    We are considering open sourcing parts of the product or the technology behind it. Stay tuned for details in the coming months.

    open core non-commercial use… I would only use it if I had to… GNU Emacs still is the best.

    Fleet is mainly written in Kotlin, which means it runs on the JVM. The UI framework is a home-grown solution using Skia (via Skiko). For those of you wondering why we didn’t use Compose Multiplatform: we started working on Fleet when Compose Multiplatform wasn’t available yet.

    Furthermore, Fleet uses Rust for the Fleet System Agent, which is a process that runs on the target machine. It is used to build the project, run code, execute terminal commands, and perform other actions in the target environment on behalf of Fleet.

    They are too invested on the JVM already… Webasembly ftw