From 28b574c8ef7789b30a3f31b296d854ac5aa90d05 Mon Sep 17 00:00:00 2001 From: "apps.0install.net" Date: Tue, 20 Jan 2026 03:33:01 +0000 Subject: [PATCH 1/6] Added Buf 1.64.0 Buf a new way of working with Protocol Buffers Buf's goal is for Protobuf to not only be a good choice on the technical merits, but to be so easy to use that the decision is trivial. https://buf.build/ --- protobuf/buf.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/protobuf/buf.xml b/protobuf/buf.xml index f2cbe9ede..480834f28 100644 --- a/protobuf/buf.xml +++ b/protobuf/buf.xml @@ -3073,5 +3073,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + From 2250e2e720ef7fd6b94a7ff5790c125cc45905ed Mon Sep 17 00:00:00 2001 From: "apps.0install.net" Date: Tue, 20 Jan 2026 03:33:01 +0000 Subject: [PATCH 2/6] Added Kotlin 2.3.10-rc Kotlin statically typed programming language for modern multiplatform applications Kotlin is a statically typed programming language for modern multiplatform applications. 100% interoperable with Java and Android. Development http://kotlinlang.org/ -Dkotlin.home=$KOTLIN_HOME -cp $KOTLIN_HOME/lib/kotlin-runner.jar org.jetbrains.kotlin.runner.Main -Dkotlin.home=$KOTLIN_HOME -cp $KOTLIN_HOME/lib/kotlin-preloader.jar org.jetbrains.kotlin.preloading.Preloader -cp $KOTLIN_HOME/lib/kotlin-compiler.jar org.jetbrains.kotlin.cli.jvm.K2JVMCompiler -Dkotlin.home=$KOTLIN_HOME -cp $KOTLIN_HOME/lib/kotlin-preloader.jar org.jetbrains.kotlin.preloading.Preloader -cp $KOTLIN_HOME/lib/kotlin-compiler.jar org.jetbrains.kotlin.cli.jvm.K2JVMCompiler -Dkotlin.home=$KOTLIN_HOME -cp $KOTLIN_HOME/lib/kotlin-preloader.jar org.jetbrains.kotlin.preloading.Preloader -cp $KOTLIN_HOME/lib/kotlin-compiler.jar org.jetbrains.kotlin.cli.js.K2JSCompiler -Dkotlin.home=$KOTLIN_HOME -cp $KOTLIN_HOME/lib/kotlin-preloader.jar org.jetbrains.kotlin.preloading.Preloader -cp $KOTLIN_HOME/lib/kotlin-compiler.jar org.jetbrains.kotlin.cli.js.dce.K2JSDce --- java/kotlin.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/java/kotlin.xml b/java/kotlin.xml index 1639c5b14..0e5c98351 100644 --- a/java/kotlin.xml +++ b/java/kotlin.xml @@ -896,6 +896,10 @@ + + + + From 57d59c3dc9c09e41b142189ac85ad1f67f772770 Mon Sep 17 00:00:00 2001 From: "apps.0install.net" Date: Tue, 20 Jan 2026 03:33:01 +0000 Subject: [PATCH 3/6] Added Node.js - Darwin/macOS builds 25.4.0 Node.js - Darwin/macOS builds open-source, cross-platform JavaScript runtime environment Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. http://nodejs.org/ $NPM_CLI_JS $NPX_CLI_JS $COREPACK_CLI_JS --- javascript/node-darwin.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/javascript/node-darwin.xml b/javascript/node-darwin.xml index ba0bde8dc..2f9a17f00 100644 --- a/javascript/node-darwin.xml +++ b/javascript/node-darwin.xml @@ -3276,5 +3276,13 @@ + + + + + + + + From 8001bf1546877199de9d50677bce01a0cdb2de57 Mon Sep 17 00:00:00 2001 From: "apps.0install.net" Date: Tue, 20 Jan 2026 03:33:01 +0000 Subject: [PATCH 4/6] Added Node.js - Linux builds 25.4.0 Node.js - Linux builds open-source, cross-platform JavaScript runtime environment Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. http://nodejs.org/ $NPM_CLI_JS $NPX_CLI_JS $COREPACK_CLI_JS --- javascript/node-linux.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/javascript/node-linux.xml b/javascript/node-linux.xml index 343f193c1..325905ce4 100644 --- a/javascript/node-linux.xml +++ b/javascript/node-linux.xml @@ -4776,5 +4776,13 @@ + + + + + + + + From 3648fefb25236a8ef37df94444645f4e11fd3d62 Mon Sep 17 00:00:00 2001 From: "apps.0install.net" Date: Tue, 20 Jan 2026 03:33:01 +0000 Subject: [PATCH 5/6] Added Node.js - Windows builds 25.4.0 Node.js - Windows builds open-source, cross-platform JavaScript runtime environment Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. http://nodejs.org/ $NPM_CLI_JS $NPX_CLI_JS $COREPACK_CLI_JS --- javascript/node-windows.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/javascript/node-windows.xml b/javascript/node-windows.xml index c9edba083..879172a64 100644 --- a/javascript/node-windows.xml +++ b/javascript/node-windows.xml @@ -3976,5 +3976,9 @@ + + + + From 1605bb9c5ad40e71e1c8a17d5d13c06f20e0289b Mon Sep 17 00:00:00 2001 From: "apps.0install.net" Date: Tue, 20 Jan 2026 03:33:01 +0000 Subject: [PATCH 6/6] Added NW.js 0.107.0 NW.js write desktop applications with all Web technologies NW.js (previously known as node-webkit) lets you call all Node.js modules directly from DOM and enables a new way of writing applications with all Web technologies. https://nwjs.io/ --- javascript/nwjs.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/javascript/nwjs.xml b/javascript/nwjs.xml index 4901dbf3f..f3f812a7d 100644 --- a/javascript/nwjs.xml +++ b/javascript/nwjs.xml @@ -2941,5 +2941,29 @@ + + + + + + + + + + + + + + + + + + + + + + + +