NeXDM
📜 Open Source Acknowledgments

Open Source Credits & Licenses

NeXDM stands on the shoulders of giants. We are deeply grateful to the open-source Rust, C++, and Web development communities.

librqbit (BitTorrent Engine)

We use librqbit to power our next-generation BitTorrent and Magnet link engine.

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION Copyright (c) 2022-present, Igor Katson Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Tauri Framework & Rust Ecosystem

The desktop frontend and cross-platform native bridge are built with the open-source Tauri framework (MIT / Apache-2.0).

Key Rust libraries include tokio (Async runtime), reqwest (HTTP network client), and serde (Serialization framework).