> ## Content Index
> Fetch the complete content index at: https://ostreff.info/llms.txt
> Use this file to discover other available public pages before exploring further.

# NetData latest version for FreeBSD
- URL: https://ostreff.info/netdata-latest-version-for-freebsd/
- Published: 2026-04-09T13:45:10.000Z
- Updated: 2026-04-09T13:56:29.000Z
- Description: Here I'm providing my development of the port. It uses name net-mgmt/netdata-devel to not overlap with official FreeBSD port name.
- Author: Jordan Ostreff
- Tags: FreeBSD, #netdata

I have not met the requirements to be included in the `official ports-tree`. For example:   
\- it uses internet access so that `cmake` and `cargo` can download current versions of sources from public internet sources;   
\- it doesn't fullfill `portlint -A` requirements.   
I clearly realize that this is a **security risk** and therefore there is no way this port can be approved in its current form. 

Its use is only intended to help you become more familiar with the new functionalities in netdata latest developments.

Here is my QnD manual to quickly use it:

```bash
cd /usr/home
git clone https://github.ostreff.info/jostreff/netdata-devel.git
cd /usr/ports/net-mgmt
ln -s ../../home/netdata-devel netdata-devel
portmaster net-mgmt/netdata-devel
```