You can install nRF Util from the web by using one of the following installation methods:
Option 1: Manual download
Complete the following steps to install nRF Util manually:
- Download the
nrfutil.exeexecutable file from the nRF Util product page. - Move the nRF Util executable file to a directory in the system
PATHto run it from anywhere on the system.
Option 2: curl (Windows x64)
Complete the following steps to install nRF Util using curl on Windows x64:
- Run the following
curlcommand that uses the URL from the nRF Util product page:curl https://files.nordicsemi.com/artifactory/swtools/external/nrfutil/executables/x86_64-pc-windows-msvc/nrfutil.exe -o nrfutil.exe - Move the nRF Util executable file to a directory in the system
PATHto run it from anywhere on the system.
Option 3: winget
Run the following command to install nRF Util from Windows Package Manager (winget):
winget install nrfutil
nrfutil command will be immediately available in the current and new Command Prompt (cmd) and PowerShell terminals.
You can install nRF Util from the web by using one of the following installation methods:
Option 1: Manual download
Complete the following steps to install nRF Util manually:
- Download the
nrfutilexecutable file from the nRF Util product page. - Move the nRF Util executable file to a directory in the system
$PATH(for example/usr/bin). - Give
nrfutilexecute permissions by typingchmod +x nrfutilin a terminal or using a file browser.
Option 2: curl (Linux Ubuntu x64)
Complete the following steps to install nRF Util using curl on Linux Ubuntu x64:
- Run the following
curlcommand that uses the URL from the nRF Util product page:curl https://files.nordicsemi.com/artifactory/swtools/external/nrfutil/executables/x86_64-unknown-linux-gnu/nrfutil -o nrfutil - Move the nRF Util executable file to a directory in the system
$PATH(for example/usr/bin). - Give
nrfutilexecute permissions by typingchmod +x nrfutilin a terminal or using a file browser.
Option 2: curl (Linux Debian ARM64)
Complete the following steps to install nRF Util using curl on Linux Debian ARM64:
- Run the following
curlcommand that uses the URL from the nRF Util product page:curl https://files.nordicsemi.com/artifactory/swtools/external/nrfutil/executables/aarch64-unknown-linux-gnu/nrfutil -o nrfutil - Move the nRF Util executable file to a directory in the system
$PATH(for example/usr/bin). - Give
nrfutilexecute permissions by typingchmod +x nrfutilin a terminal or using a file browser.
You can install nRF Util from the web by using one of the following installation methods:
Option 1: Manual download
Complete the following steps to install nRF Util manually:
- Download the
nrfutilexecutable file from the nRF Util product page. - Move the nRF Util executable file to a directory in the system
$PATH(for example/usr/bin,/usr/local/bin, or other in$PATH). - Give
nrfutilexecute permissions by typingchmod +x nrfutilin a terminal or using a file browser.
Option 2: curl
Complete the following steps to install nRF Util using curl on macOS:
- Run the following
curlcommand that uses the URL from the nRF Util product page:curl https://files.nordicsemi.com/artifactory/swtools/external/nrfutil/executables/universal-apple-darwin/nrfutil -o nrfutil - Move the nRF Util executable file to a directory in the system
$PATH(for example/usr/bin,/usr/local/bin, or other in$PATH). - Give
nrfutilexecute permissions by typingchmod +x nrfutilin a terminal or using a file browser.
You can now run nRF Util from a command-line terminal.