Published issues
updated
3 weeks, 2 days ago
by @LeSuisse
Activity log
-
Created suggestion
3 weeks, 2 days ago
-
@LeSuisse
accepted
3 weeks, 2 days ago
-
@LeSuisse
published on GitHub
3 weeks, 2 days ago
Net::CIDR::Lite versions before 0.23 for Perl mishandles IPv4 mapped IPv6 addresses, which may allow IP ACL bypass
Net::CIDR::Lite versions before 0.23 for Perl mishandles IPv4 mapped IPv6 addresses, which may allow IP ACL bypass.
_pack_ipv6() includes the sentinel byte from _pack_ipv4() when building the packed representation of IPv4 mapped addresses like ::ffff:192.168.1.1. This produces an 18 byte value instead of 17 bytes, misaligning the IPv4 part of the address.
The wrong length causes incorrect results in mask operations (bitwise AND truncates to the shorter operand) and in find() / bin_find() which use Perl string comparison (lt/gt). This can cause find() to incorrectly match or miss addresses.
Example:
my $cidr = Net::CIDR::Lite->new("::ffff:192.168.1.0/120");
$cidr->find("::ffff:192.168.2.0"); # incorrectly returns true
This is triggered by valid RFC 4291 IPv4 mapped addresses (::ffff:x.x.x.x).
See also CVE-2026-40198, a related issue in the same function affecting malformed IPv6 addresses.
Matching in nixpkgs
Perl extension for merging IPv4 or IPv6 CIDR addresses
-
-
nixpkgs-unstable
0.22
-
nixos-unstable-small
0.22
-
-
nixos-25.11-small
0.22
-
nixpkgs-25.11-darwin
0.22
Perl extension for merging IPv4 or IPv6 CIDR addresses
-
-
nixpkgs-unstable
0.22
-
nixos-unstable-small
0.22
Perl extension for merging IPv4 or IPv6 CIDR addresses
-
-
nixos-25.11-small
0.22
-
nixpkgs-25.11-darwin
0.22
Perl extension for merging IPv4 or IPv6 CIDR addresses
-
-
nixos-25.11-small
0.22
-
nixpkgs-25.11-darwin
0.22
Permalink
CVE-2026-35594
6.5 MEDIUM
-
CVSS version: 3.1
-
Attack vector (AV): NETWORK
-
Attack complexity (AC): LOW
-
Privileges required (PR): NONE
-
User interaction (UI): NONE
-
Scope (S): UNCHANGED
-
Confidentiality impact (C): LOW
-
Integrity impact (I): LOW
-
Availability impact (A): NONE
updated
3 weeks, 2 days ago
by @LeSuisse
Activity log
-
Created suggestion
3 weeks, 2 days ago
-
@LeSuisse
accepted
3 weeks, 2 days ago
-
@LeSuisse
published on GitHub
3 weeks, 2 days ago
Vikunja Link Share JWT tokens remain valid for 72 hours after share deletion or permission downgrade
Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, Vikunja's link share authentication (GetLinkShareFromClaims in pkg/models/link_sharing.go) constructs authorization objects entirely from JWT claims without any server-side database validation. When a project owner deletes a link share or downgrades its permissions, all previously issued JWTs continue to grant the original permission level for up to 72 hours (the default service.jwtttl). This vulnerability is fixed in 2.3.0.
Matching in nixpkgs
Todo-app to organize your life
-
-
-
nixos-25.11-small
2.2.2
-
nixpkgs-25.11-darwin
2.2.2
Desktop App of the Vikunja to-do list app
Permalink
CVE-2026-35601
4.1 MEDIUM
-
CVSS version: 3.1
-
Attack vector (AV): NETWORK
-
Attack complexity (AC): LOW
-
Privileges required (PR): LOW
-
User interaction (UI): REQUIRED
-
Scope (S): CHANGED
-
Confidentiality impact (C): NONE
-
Integrity impact (I): LOW
-
Availability impact (A): NONE
updated
3 weeks, 2 days ago
by @LeSuisse
Activity log
-
Created suggestion
3 weeks, 2 days ago
-
@LeSuisse
ignored
package vikunja-desktop
3 weeks, 2 days ago
-
@LeSuisse
accepted
3 weeks, 2 days ago
-
@LeSuisse
published on GitHub
3 weeks, 2 days ago
Vikunja has an iCalendar Property Injection via CRLF in CalDAV Task Output
Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the CalDAV output generator builds iCalendar VTODO entries via raw string concatenation without applying RFC 5545 TEXT value escaping. User-controlled task titles containing CRLF characters break the iCalendar property boundary, allowing injection of arbitrary iCalendar properties such as ATTACH, VALARM, or ORGANIZER. This vulnerability is fixed in 2.3.0.
Matching in nixpkgs
Todo-app to organize your life
-
-
-
nixos-25.11-small
2.2.2
-
nixpkgs-25.11-darwin
2.2.2
Ignored packages (1)
Desktop App of the Vikunja to-do list app
Permalink
CVE-2026-35599
6.5 MEDIUM
-
CVSS version: 3.1
-
Attack vector (AV): NETWORK
-
Attack complexity (AC): LOW
-
Privileges required (PR): LOW
-
User interaction (UI): NONE
-
Scope (S): UNCHANGED
-
Confidentiality impact (C): NONE
-
Integrity impact (I): NONE
-
Availability impact (A): HIGH
updated
3 weeks, 2 days ago
by @LeSuisse
Activity log
-
Created suggestion
3 weeks, 2 days ago
-
@LeSuisse
ignored
package vikunja-desktop
3 weeks, 2 days ago
-
@LeSuisse
accepted
3 weeks, 2 days ago
-
@LeSuisse
published on GitHub
3 weeks, 2 days ago
Vikunja has an Algorithmic Complexity DoS in Repeating Task Handler
Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the addRepeatIntervalToTime function uses an O(n) loop that advances a date by the task's RepeatAfter duration until it exceeds the current time. By creating a repeating task with a 1-second interval and a due date far in the past, an attacker triggers billions of loop iterations, consuming CPU and holding a database connection for minutes per request. This vulnerability is fixed in 2.3.0.
Matching in nixpkgs
Todo-app to organize your life
-
-
-
nixos-25.11-small
2.2.2
-
nixpkgs-25.11-darwin
2.2.2
Ignored packages (1)
Desktop App of the Vikunja to-do list app
Permalink
CVE-2026-40071
5.4 MEDIUM
-
CVSS version: 3.1
-
Attack vector (AV): NETWORK
-
Attack complexity (AC): LOW
-
Privileges required (PR): LOW
-
User interaction (UI): NONE
-
Scope (S): UNCHANGED
-
Confidentiality impact (C): NONE
-
Integrity impact (I): LOW
-
Availability impact (A): LOW
updated
3 weeks, 2 days ago
by @LeSuisse
Activity log
-
Created suggestion
3 weeks, 3 days ago
-
@LeSuisse
ignored
5 packages
- tests.home-assistant-component-tests.pyload
- home-assistant-component-tests.pyload
- python314Packages.pyloadapi
- python313Packages.pyloadapi
- python312Packages.pyloadapi
3 weeks, 2 days ago
-
@LeSuisse
accepted
3 weeks, 2 days ago
-
@LeSuisse
published on GitHub
3 weeks, 2 days ago
pyLoad WebUI JSON permission mismatch lets ADD/DELETE users invoke MODIFY-only actions
pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev97, the /json/package_order, /json/link_order, and /json/abort_link WebUI JSON endpoints enforce weaker permissions than the core API methods they invoke. This allows authenticated low-privileged users to execute MODIFY operations that should be denied by pyLoad's own permission model. This vulnerability is fixed in 0.5.0b3.dev97.
Matching in nixpkgs
Free and open-source download manager with support for 1-click-hosting sites
Ignored packages (5)
Simple wrapper for pyLoad's API
-
-
nixos-25.11-small
1.4.2
-
nixpkgs-25.11-darwin
1.4.2
Simple wrapper for pyLoad's API
-
-
-
nixos-25.11-small
1.4.2
-
nixpkgs-25.11-darwin
1.4.2
Simple wrapper for pyLoad's API
Open source home automation that puts local control and privacy first
Open source home automation that puts local control and privacy first
updated
3 weeks, 2 days ago
by @LeSuisse
Activity log
-
Created suggestion
3 weeks, 3 days ago
-
@LeSuisse
ignored
3 packages
- tests.testers.lycheeLinkCheck.ok
- tests.testers.lycheeLinkCheck.network
- lychee
3 weeks, 2 days ago
-
@LeSuisse
accepted
3 weeks, 2 days ago
-
@LeSuisse
published on GitHub
3 weeks, 2 days ago
Lychee has Broken Access Control in SharingController::listAll() leaks private album sharing metadata to unauthorized users
Lychee is a free, open-source photo-management tool. Prior to 7.5.4, a SQL operator-precedence bug in SharingController::listAll() causes the orWhereNotNull('user_group_id') clause to escape the ownership filter applied by the when() block. Any authenticated non-admin user with upload permission who owns at least one album can retrieve all user-group-based sharing permissions across the entire instance, including private albums owned by other users. This vulnerability is fixed in 7.5.4.
Matching in nixpkgs
All-in-one 3D slicer for resin and FDM printers
-
-
-
nixos-25.11-small
7.5.0
-
nixpkgs-25.11-darwin
7.5.0
All-in-one 3D slicer for resin and FDM printers
-
-
nixos-25.11
-
-
nixos-25.11-small
7.5.0
-
nixpkgs-25.11-darwin
7.5.0
Ignored packages (3)
Fast, async, stream-based link checker written in Rust
-
nixos-unstable
-
-
nixpkgs-unstable
-
nixos-unstable-small
-
nixos-25.11
-
-
nixos-25.11-small
-
nixpkgs-25.11-darwin
-
nixos-unstable
-
-
nixpkgs-unstable
-
nixos-unstable-small
-
nixos-25.11
-
-
nixos-25.11-small
-
nixpkgs-25.11-darwin
updated
3 weeks, 2 days ago
by @LeSuisse
Activity log
-
Created suggestion
3 weeks, 3 days ago
-
@LeSuisse
accepted
3 weeks, 2 days ago
-
@LeSuisse
published on GitHub
3 weeks, 2 days ago
PKCS7 CBC Padding Oracle — Plaintext Recovery
A padding oracle exists in wolfSSL's PKCS7 CBC decryption that could allow an attacker to recover plaintext through repeated decryption queries with modified ciphertext. In previous versions of wolfSSL the interior padding bytes are not validated.
Matching in nixpkgs
Small, fast, portable implementation of TLS/SSL for embedded devices
-
-
-
nixos-25.11-small
5.9.0
-
nixpkgs-25.11-darwin
5.9.0
Permalink
CVE-2026-40225
6.4 MEDIUM
-
CVSS version: 3.1
-
Attack vector (AV): PHYSICAL
-
Attack complexity (AC): HIGH
-
Privileges required (PR): NONE
-
User interaction (UI): NONE
-
Scope (S): UNCHANGED
-
Confidentiality impact (C): HIGH
-
Integrity impact (I): HIGH
-
Availability impact (A): HIGH
updated
3 weeks, 2 days ago
by @LeSuisse
Activity log
-
Created suggestion
3 weeks, 2 days ago
-
@LeSuisse
ignored
2 packages
3 weeks, 2 days ago
-
@LeSuisse
restored
package udev
3 weeks, 2 days ago
-
@LeSuisse
ignored
43 packages
- tests.pkg-config.defaultPkgConfigPackages.libsystemd
- tests.pkg-config.defaultPkgConfigPackages.libudev
- vscode-extensions.coolbear.systemd-unit-file
- gnomeExtensions.systemd-offline-update-indicator
- python313Packages.jupyterhub-systemdspawner
- python313Packages.systemdunitparser
- systemd-lsp
- haskellPackages.libsystemd-journal
- python312Packages.systemdunitparser
- python313Packages.systemd-python
- python314Packages.jupyterhub-systemdspawner
- ocamlPackages_latest.systemd
- update-systemd-resolved
- python312Packages.jupyterhub-systemdspawner
- gnomeExtensions.systemd-status
- python314Packages.systemdunitparser
- python314Packages.systemd-python
- python312Packages.systemd-python
- ocamlPackages.systemd
- php84Extensions.systemd
- php85Extensions.systemd
- php82Extensions.systemd
- gnomeExtensions.systemd-manager
- prometheus-systemd-exporter
- systemd
- systemdgenie
- systemdLibs
- haskellPackages.warp-systemd
- systemd-credsubst
- systemd-journal2gelf
- systemd-lock-handler
- phpExtensions.systemd
- haskellPackages.systemd
- systemd-manager-tui
- php83Extensions.systemd
- systemd-bootchart
- systemdMinimal
- systemd-netlogd
- systemd-wait
- systemd-language-server
- haskellPackages.systemd-api
- nagiosPlugins.check_systemd
- systemdUkify
3 weeks, 2 days ago
-
@LeSuisse
accepted
3 weeks, 2 days ago
-
@LeSuisse
published on GitHub
3 weeks, 2 days ago
In udev in systemd before 260, local root execution can …
In udev in systemd before 260, local root execution can occur via malicious hardware devices and unsanitized kernel output.
Matching in nixpkgs
System and service manager for Linux
-
-
-
nixos-25.11-small
258.5
-
nixpkgs-25.11-darwin
258.5
Ignored packages (44)
System and service manager for Linux
-
-
-
nixos-25.11-small
258.5
-
nixpkgs-25.11-darwin
258.5
Language server implementation for systemd unit files made in Rust
System and service manager for Linux
-
-
-
nixos-25.11-small
258.5
-
nixpkgs-25.11-darwin
258.5
Control your systemd units using rofi
-
-
-
nixos-25.11-small
0.1.1
-
nixpkgs-25.11-darwin
0.1.1
Wait for a systemd unit to enter a specific state
System and service manager for Linux
-
-
-
nixos-25.11-small
258.5
-
nixpkgs-25.11-darwin
258.5
Systemd management utility
System and service manager for Linux
-
-
-
nixos-25.11-small
258.5
-
nixpkgs-25.11-darwin
258.5
Forwards messages from the journal to other hosts over the network
-
-
-
nixos-25.11-small
1.4.4
-
nixpkgs-25.11-darwin
1.4.4
Boot performance graphing tool from systemd
-
-
nixpkgs-unstable
235
-
nixos-unstable-small
235
-
-
nixos-25.11-small
235
-
nixpkgs-25.11-darwin
235
envsubst for systemd credentials
-
-
-
nixos-25.11-small
0.1.0
-
nixpkgs-25.11-darwin
0.1.0
Program for managing systemd services through a TUI
-
-
-
nixos-25.11-small
1.1.1
-
nixpkgs-25.11-darwin
1.1.1
Export entries from systemd's journal and send them to a graylog server using gelf
Translates systemd-system lock/sleep signals into systemd-user target activations
-
-
-
nixos-25.11-small
2.4.2
-
nixpkgs-25.11-darwin
2.4.2
OCaml module for native access to the systemd facilities
-
-
nixpkgs-unstable
1.3
-
nixos-unstable-small
1.3
-
-
nixos-25.11-small
1.3
-
nixpkgs-25.11-darwin
1.3
PHP extension allowing native interaction with systemd and its journal
Systemd facilities (Socket activation, Notify)
-
-
-
nixos-25.11-small
2.4.0
-
nixpkgs-25.11-darwin
2.4.0
PHP extension allowing native interaction with systemd and its journal
PHP extension allowing native interaction with systemd and its journal
PHP extension allowing native interaction with systemd and its journal
PHP extension allowing native interaction with systemd and its journal
Language Server for Systemd unit files
-
-
-
nixos-25.11-small
0.3.5
-
nixpkgs-25.11-darwin
0.3.5
Helper script for OpenVPN to directly update the DNS settings of a link through systemd-resolved via DBus
-
-
-
nixos-25.11-small
1.3.0
-
nixpkgs-25.11-darwin
1.3.0
Nagios / Icinga monitoring plugin to check systemd for failed units
-
-
-
nixos-25.11-small
5.0.0
-
nixpkgs-25.11-darwin
5.0.0
Exporter for systemd unit metrics
-
-
-
nixos-25.11-small
0.7.0
-
nixpkgs-25.11-darwin
0.7.0
Socket activation and other systemd integration for the Warp web server (WAI)
OCaml module for native access to the systemd facilities
-
-
nixpkgs-unstable
1.3
-
nixos-unstable-small
1.3
Show systemd system state
-
-
nixpkgs-unstable
9
-
nixos-unstable-small
9
-
-
nixos-25.11-small
9
-
nixpkgs-25.11-darwin
9
GNOME Shell extension to manage systemd services
-
-
nixpkgs-unstable
19
-
nixos-unstable-small
19
-
-
nixos-25.11-small
19
-
nixpkgs-25.11-darwin
19
Python module for native access to the systemd facilities
-
-
nixos-25.11-small
235
-
nixpkgs-25.11-darwin
235
Python module for native access to the systemd facilities
-
-
nixpkgs-unstable
235
-
nixos-unstable-small
235
-
-
nixos-25.11-small
235
-
nixpkgs-25.11-darwin
235
Python module for native access to the systemd facilities
-
-
nixpkgs-unstable
235
-
nixos-unstable-small
235
Haskell bindings to libsystemd-journal
SystemdUnitParser is an extension to Python's configparser.RawConfigParser to properly parse systemd unit files
-
-
nixos-25.11-small
0.4
-
nixpkgs-25.11-darwin
0.4
SystemdUnitParser is an extension to Python's configparser.RawConfigParser to properly parse systemd unit files
-
-
nixpkgs-unstable
0.4
-
nixos-unstable-small
0.4
-
-
nixos-25.11-small
0.4
-
nixpkgs-25.11-darwin
0.4
SystemdUnitParser is an extension to Python's configparser.RawConfigParser to properly parse systemd unit files
-
-
nixpkgs-unstable
0.4
-
nixos-unstable-small
0.4
JupyterHub Spawner using systemd for resource isolation
-
-
nixos-25.11-small
1.0.2
-
nixpkgs-25.11-darwin
1.0.2
JupyterHub Spawner using systemd for resource isolation
-
-
-
nixos-25.11-small
1.0.2
-
nixpkgs-25.11-darwin
1.0.2
JupyterHub Spawner using systemd for resource isolation
-
-
-
nixos-25.11-small
1.0.6
-
nixpkgs-25.11-darwin
1.0.6
Show an indicator for pending systemd offline updates.
-
-
nixpkgs-unstable
15
-
nixos-unstable-small
15
-
-
nixos-25.11-small
15
-
nixpkgs-25.11-darwin
15
Test whether systemd-259.3 exposes pkg-config modules libudev
-
nixos-unstable
-
-
nixpkgs-unstable
-
nixos-unstable-small
-
nixos-25.11
-
-
nixos-25.11-small
-
nixpkgs-25.11-darwin
Test whether systemd-259.3 exposes pkg-config modules libsystemd
-
nixos-unstable
-
-
nixpkgs-unstable
-
nixos-unstable-small
-
nixos-25.11
-
-
nixos-25.11-small
-
nixpkgs-25.11-darwin
updated
3 weeks, 2 days ago
by @LeSuisse
Activity log
-
Created suggestion
1 month, 2 weeks ago
-
@LeSuisse
ignored
5 packages
- python312Packages.glances-api
- python313Packages.glances-api
- python314Packages.glances-api
- home-assistant-component-tests.glances
- tests.home-assistant-component-tests.glances
3 weeks, 2 days ago
-
@LeSuisse
accepted
3 weeks, 2 days ago
-
@LeSuisse
added
maintainer @MiniHarinn
3 weeks, 2 days ago
maintainer.add
-
@LeSuisse
published on GitHub
3 weeks, 2 days ago
Glances exposes the REST API without authentication
Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.2, Glances web server runs without authentication by default when started with `glances -w`, exposing REST API with sensitive system information including process command-lines containing credentials (passwords, API keys, tokens) to any network client. Version 4.5.2 fixes the issue.
Matching in nixpkgs
Cross-platform curses-based monitoring tool
-
-
-
nixos-25.11-small
4.3.3
-
nixpkgs-25.11-darwin
4.3.3
Ignored packages (5)
Python API for interacting with Glances
-
-
nixos-25.11-small
0.9.0
-
nixpkgs-25.11-darwin
0.9.0
Python API for interacting with Glances
-
-
-
nixos-25.11-small
0.9.0
-
nixpkgs-25.11-darwin
0.9.0
Python API for interacting with Glances
Open source home automation that puts local control and privacy first
Open source home automation that puts local control and privacy first
Permalink
CVE-2026-28500
8.6 HIGH
-
CVSS version: 3.1
-
Attack vector (AV): NETWORK
-
Attack complexity (AC): LOW
-
Privileges required (PR): NONE
-
User interaction (UI): NONE
-
Scope (S): CHANGED
-
Confidentiality impact (C): HIGH
-
Integrity impact (I): NONE
-
Availability impact (A): NONE
updated
3 weeks, 2 days ago
by @LeSuisse
Activity log
-
Created suggestion
1 month, 2 weeks ago
-
@LeSuisse
ignored
47 packages
- onnxruntime
- sherpa-onnx
- pkgsRocm.onnxruntime
- pkgsRocm.sherpa-onnx
- python312Packages.onnx
- python312Packages.tf2onnx
- python313Packages.onnx-ir
- python313Packages.tf2onnx
- python314Packages.onnx-ir
- python312Packages.onnxslim
- python312Packages.skl2onnx
- python313Packages.onnx-asr
- python313Packages.onnxslim
- python313Packages.skl2onnx
- python314Packages.onnx-asr
- python314Packages.onnxslim
- python314Packages.skl2onnx
- python313Packages.onnxscript
- python314Packages.onnxscript
- python312Packages.onnxmltools
- python312Packages.onnxruntime
- python312Packages.paddle2onnx
- python313Packages.onnxmltools
- python313Packages.onnxruntime
- python313Packages.sherpa-onnx
- python314Packages.onnxmltools
- python314Packages.onnxruntime
- python314Packages.sherpa-onnx
- python313Packages.optimum-onnx
- python314Packages.optimum-onnx
- pkgsRocm.python3Packages.onnx-ir
- pkgsRocm.python3Packages.tf2onnx
- pkgsRocm.python3Packages.onnx-asr
- pkgsRocm.python3Packages.onnxscript
- python312Packages.onnxruntime-tools
- python313Packages.onnxruntime-tools
- python314Packages.onnxruntime-tools
- pkgsRocm.python3Packages.onnxruntime
- pkgsRocm.python3Packages.sherpa-onnx
- pkgsRocm.python3Packages.optimum-onnx
- python312Packages.onnxconverter-common
- python312Packages.rapidocr-onnxruntime
- python313Packages.onnxconverter-common
- python313Packages.rapidocr-onnxruntime
- python314Packages.onnxconverter-common
- python314Packages.rapidocr-onnxruntime
- pkgsRocm.python3Packages.rapidocr-onnxruntime
3 weeks, 2 days ago
-
@LeSuisse
restored
package python312Packages.onnx
3 weeks, 2 days ago
-
@LeSuisse
accepted
3 weeks, 2 days ago
-
@LeSuisse
published on GitHub
3 weeks, 2 days ago
ONNX Untrusted Model Repository Warnings Suppressed by silent=True in onnx.hub.load() — Silent Supply-Chain Attack
Open Neural Network Exchange (ONNX) is an open standard for machine learning interoperability. In versions up to and including 1.20.1, a security control bypass exists in onnx.hub.load() due to improper logic in the repository trust verification mechanism. While the function is designed to warn users when loading models from non-official sources, the use of the silent=True parameter completely suppresses all security warnings and confirmation prompts. This vulnerability transforms a standard model-loading function into a vector for Zero-Interaction Supply-Chain Attacks. When chained with file-system vulnerabilities, an attacker can silently exfiltrate sensitive files (SSH keys, cloud credentials) from the victim's machine the moment the model is loaded. As of time of publication, no known patched versions are available.
Matching in nixpkgs
Open Neural Network Exchange
Open Neural Network Exchange
Open Neural Network Exchange
Open Neural Network Exchange
Ignored packages (46)
Cross-platform, high performance scoring engine for ML models
Speech-to-text, text-to-speech, and speaker recognition using next-gen Kaldi with onnxruntime
Cross-platform, high performance scoring engine for ML models
Speech-to-text, text-to-speech, and speaker recognition using next-gen Kaldi with onnxruntime
Convert TensorFlow, Keras, Tensorflow.js and Tflite models to ONNX
Efficient in-memory representation for ONNX, in Python
Convert TensorFlow, Keras, Tensorflow.js and Tflite models to ONNX
Efficient in-memory representation for ONNX, in Python
Toolkit to Help Optimize Onnx Model
Convert scikit-learn models to ONNX
Lightweight Automatic Speech Recognition using ONNX models
Toolkit to Help Optimize Onnx Model
Convert scikit-learn models to ONNX
Lightweight Automatic Speech Recognition using ONNX models
Toolkit to Help Optimize Onnx Model
Convert scikit-learn models to ONNX
Naturally author ONNX functions and models using a subset of Python
Naturally author ONNX functions and models using a subset of Python
Cross-platform, high performance scoring engine for ML models
ONNX Model Exporter for PaddlePaddle
Cross-platform, high performance scoring engine for ML models
Python bindings for sherpa-onnx speech recognition
Cross-platform, high performance scoring engine for ML models
Python bindings for sherpa-onnx speech recognition
Export your model to ONNX and run inference with ONNX Runtime
Export your model to ONNX and run inference with ONNX Runtime
Efficient in-memory representation for ONNX, in Python
Convert TensorFlow, Keras, Tensorflow.js and Tflite models to ONNX
Lightweight Automatic Speech Recognition using ONNX models
Naturally author ONNX functions and models using a subset of Python
Cross-platform, high performance scoring engine for ML models
Python bindings for sherpa-onnx speech recognition
Export your model to ONNX and run inference with ONNX Runtime
ONNX Converter and Optimization Tools
Cross platform OCR Library based on OnnxRuntime
-
-
nixos-25.11-small
1.4.4
-
nixpkgs-25.11-darwin
1.4.4
ONNX Converter and Optimization Tools
Cross platform OCR Library based on OnnxRuntime
-
-
-
nixos-25.11-small
1.4.4
-
nixpkgs-25.11-darwin
1.4.4
ONNX Converter and Optimization Tools
Cross platform OCR Library based on OnnxRuntime
Cross platform OCR Library based on OnnxRuntime
-
-
-
nixos-25.11-small
1.4.4
-
nixpkgs-25.11-darwin
1.4.4