Acknowledgments

Open-Source Acknowledgments

Last updated: 8 June 2026

Built on open source

Naevik is built on the work of the open-source community, and we are grateful for it. This page lists the principal open-source components we distribute as part of Naevik, with each component’s license and a link to its project. We thank every author and contributor whose work makes Naevik possible.

The list below is a human-readable summary of the principal open-source components. Their license texts are included with the Naevik software itself (a THIRD_PARTY_NOTICES file in the app bundle and package). For the complete set for a given release — including transitive dependencies — with the full text of every applicable license and the required copyright notices, write to hello@naevik.ai and we will send them.

License names use SPDX identifiers. A “A OR B” license means the component is offered under either license, at the recipient’s choice. Operating-system frameworks and libraries provided by Apple, Microsoft, and Linux distributions are licensed by those vendors under their own terms and are not listed here.

Naevik Agent

The endpoint agent and daemon (macOS today; Linux and Windows as those platforms ship). On macOS, TLS and OS integration use Apple system frameworks (EndpointSecurity, NetworkExtension, Foundation, Security) and are not listed below. On Windows, TLS uses the OS (Schannel).

  • SQLite Local audit-event database on the device. Public Domain
  • curl / libcurl HTTPS client for enrollment, policy sync, and updates. curl (MIT/X-style)
  • RapidJSON JSON parsing for policy and configuration. MIT
  • libsodium Ed25519 signature verification for signed policy updates. ISC

Additional components used by the Linux agent:

  • libbpf Loading the BPF_LSM enforcement programs on Linux. LGPL-2.1-or-later OR BSD-2-Clause
  • OpenSSL SHA-256 hashing and TLS backend for the Linux build. Apache-2.0
  • zlib Compression support pulled in by the BPF object loader. Zlib
  • elfutils (libelf) ELF parsing used by libbpf when loading BPF objects. GPL-2.0-or-later OR LGPL-3.0-or-later
  • systemd (libsystemd) Service readiness/watchdog notifications on Linux. LGPL-2.1-or-later

Naevik desktop app (Windows)

The Personal management app on Windows.

  • Tauri Desktop application framework (incl. WRY/TAO webview and windowing). Apache-2.0 OR MIT
  • Tokio Async runtime for the local control-channel client. MIT
  • Serde / serde_json Serialization of control-channel messages. Apache-2.0 OR MIT
  • windows-rs Rust bindings to the Windows API. Apache-2.0 OR MIT
  • webview2-com WebView2 runtime detection. MIT OR Apache-2.0
  • React / React DOM The app’s user-interface layer. MIT

The Windows app also installs and uses the Microsoft Edge WebView2 Runtime, which is provided by Microsoft under the Microsoft Software License Terms (a redistributable component, not open source). The Rust and npm ecosystems contribute many further transitive dependencies; the complete set for each release is in that build’s NOTICES file.

Naevik Console (Team)

The web admin console used with Naevik Team.

Naevik Server (Team)

The policy and event-ingestion server is operated as software you run on your own infrastructure (Team) rather than redistributed by us, but we’re glad to acknowledge the open-source projects it is built with:

This website

naevik.ai uses two open-licensed typefaces, served by Google Fonts. It loads no analytics, advertising, or tracking scripts — see the Privacy Policy.

Getting the full license texts

Every component above is used under the terms of its respective license. Their license texts and copyright notices are reproduced in a THIRD_PARTY_NOTICES file included with the Naevik software. If you would like the complete set for a specific release — including transitive dependencies — or have any question about the open-source software in Naevik, write to hello@naevik.ai and we will send them.

Naevik and the Naevik logo are trademarks of SensiSec Pty Ltd. The trademarks and project names of the components above belong to their respective owners; listing them here does not imply any endorsement.