FarNet 9.0.37

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package FarNet --version 9.0.37
                    
NuGet\Install-Package FarNet -Version 9.0.37
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FarNet" Version="9.0.37" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FarNet" Version="9.0.37" />
                    
Directory.Packages.props
<PackageReference Include="FarNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FarNet --version 9.0.37
                    
#r "nuget: FarNet, 9.0.37"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FarNet@9.0.37
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FarNet&version=9.0.37
                    
Install as a Cake Addin
#tool nuget:?package=FarNet&version=9.0.37
                    
Install as a Cake Tool

FarNet

Far Manager platform for .NET modules and scripts in PowerShell, F#, JavaScript

  • Wiki - framework, modules, libraries
  • Issues - bug reports and problems
  • Discussions - questions and ideas

Prerequisites

.NET 9.0

Download and install .NET 9.0 SDK or runtime, x64 or x86 depending on Far Manager.
SDK is needed for developing FarNet modules but recommended in any case.

Check for existing installations by these commands:

dotnet --version
dotnet --info

Visual C++ Redistributable

Look at the installed programs and find entries like:

  • Microsoft Visual C++ 2015-2022 Redistributable (x64)
  • Microsoft Visual C++ 2015-2022 Redistributable (x86)

If they are missing, then install the required. Links are not provided, they keep changing.

Far Manager

Choose the required from downloads.
Normally the stable build is recommended.

Install using PowerShell

This way avoids manual steps and allows updates later.

Close Far Manager and start the PowerShell console.

Change to the Far Manager directory

Set-Location "C:\Program Files\Far Manager"

Import Far package functions

iex (iwr https://raw.githubusercontent.com/nightroman/FarNet/main/web.ps1)

If it fails on older systems, try

[Net.ServicePointManager]::SecurityProtocol = "Tls11,Tls12,$([Net.ServicePointManager]::SecurityProtocol)"
iex (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/nightroman/FarNet/main/web.ps1')

Install FarNet

Install-FarPackage FarNet

Install modules

Install-FarPackage FarNet.CopyColor
Install-FarPackage FarNet.Drawer
Install-FarPackage FarNet.EditorKit
Install-FarPackage FarNet.Explore
Install-FarPackage FarNet.FolderChart
Install-FarPackage FarNet.FSharpFar
Install-FarPackage FarNet.GitKit
Install-FarPackage FarNet.JavaScriptFar
Install-FarPackage FarNet.JsonKit
Install-FarPackage FarNet.PowerShellFar
Install-FarPackage FarNet.RedisKit
Install-FarPackage FarNet.RightControl
Install-FarPackage FarNet.RightWords
Install-FarPackage FarNet.Vessel

Install libraries

Install-FarPackage FarNet.FSharp.Charting
Install-FarPackage FarNet.FSharp.Data
Install-FarPackage FarNet.FSharp.PowerShell
Install-FarPackage FarNet.FSharp.Unquote
Install-FarPackage FarNet.Redis
Install-FarPackage FarNet.ScottPlot
Install-FarPackage FarNet.Stateless
Install-FarPackage FarNet.SQLite

You may start Far Manager after this. Modules are installed in %FARHOME%\FarNet\Modules. Libraries are installed in %FARHOME%\FarNet\Lib.

Update using PowerShell

FarNet packages installed by Install-FarPackage may be updated in the same way.

Close Far Manager, open PowerShell console, and invoke

Set-Location "C:\Program Files\Far Manager"
iex (iwr https://raw.githubusercontent.com/nightroman/FarNet/main/web.ps1)

To update all packages, use

Update-FarPackage

To update one package, use Install-FarPackage

Install-FarPackage FarNet.PowerShellFar

To remove one package, use Uninstall-FarPackage

Uninstall-FarPackage FarNet.PowerShellFar

Install packages manually

Given a package Bar, download it as https://nuget.org/api/v2/package/Bar

The downloaded file name is Bar.<version>.nupkg. This is a zip archive, you may save it with the zip extension for easier unpacking.

All needed files are in the folder tools. This folder contains FarHome and may contain FarHome.x64 and FarHome.x86 folders.

Copy FarHome items to the Far Manager home directory preserving the folder structure. For example, by this command in Far Manager:

robocopy FarHome "%FARHOME%" /s

If FarHome.x64 and FarHome.x86 exist then, depending on x64 or x86, copy items of FarHome.x64 or FarHome.x86 to Far Manager:

robocopy FarHome.x64 "%FARHOME%" /s
robocopy FarHome.x86 "%FARHOME%" /s
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.38 0 9/30/2025
9.0.37 98 9/26/2025
9.0.36 200 9/24/2025
9.0.35 132 9/21/2025
9.0.34 179 8/11/2025
9.0.33 148 8/9/2025
9.0.32 197 7/14/2025
9.0.31 192 7/3/2025
9.0.30 201 6/15/2025
9.0.29 283 6/14/2025 9.0.29 is deprecated because it has critical bugs.
9.0.28 254 6/9/2025
9.0.27 222 5/27/2025
9.0.26 200 5/26/2025
9.0.25 188 5/17/2025
9.0.24 278 5/16/2025
9.0.23 269 5/12/2025
9.0.22 202 5/11/2025
9.0.21 274 4/17/2025
9.0.20 219 3/31/2025
9.0.19 172 3/29/2025
9.0.18 249 3/8/2025
9.0.17 186 3/2/2025
9.0.16 165 2/25/2025
9.0.15 186 2/20/2025
9.0.14 181 2/17/2025
9.0.13 171 2/10/2025
9.0.12 203 1/7/2025
9.0.11 150 1/6/2025
9.0.10 186 1/3/2025
9.0.9 197 1/1/2025
9.0.8 170 12/29/2024
9.0.7 160 12/26/2024
9.0.6 176 12/21/2024
9.0.5 195 12/18/2024
9.0.4 204 12/14/2024
9.0.3 197 12/8/2024
9.0.2 164 12/2/2024
9.0.1 179 12/2/2024
9.0.0 155 11/30/2024
8.1.15 173 11/16/2024
8.1.14 172 11/13/2024
8.1.13 333 8/24/2024
8.1.12 221 8/15/2024
8.1.11 168 8/6/2024
8.1.10 175 7/15/2024
8.1.9 184 7/13/2024
8.1.8 302 5/7/2024
8.1.7 216 4/22/2024
8.1.6 317 2/3/2024
8.1.5 275 1/8/2024
8.1.4 212 1/7/2024
8.1.3 216 1/5/2024
8.1.2 252 1/2/2024
8.1.1 245 1/2/2024
8.1.0 247 1/1/2024
8.0.3 311 12/22/2023
8.0.2 239 12/12/2023
8.0.1 161 11/21/2023
8.0.0 144 11/19/2023
7.0.14 174 11/15/2023
7.0.13 196 11/14/2023
7.0.12 348 10/26/2023
7.0.11 455 5/29/2023
7.0.10 242 5/28/2023
7.0.9 301 4/27/2023
7.0.8 312 4/22/2023
7.0.7 292 4/9/2023
7.0.6 412 3/14/2023
7.0.5 422 1/1/2023
7.0.4 438 12/28/2022
7.0.3 429 12/17/2022
7.0.2 479 11/29/2022
7.0.1 448 11/29/2022
7.0.0 504 11/18/2022
6.0.27 523 11/8/2022
6.0.26 466 11/7/2022
6.0.25 469 11/4/2022
6.0.24 498 11/1/2022
6.0.23 518 10/29/2022
6.0.22 540 10/20/2022
6.0.21 534 10/20/2022
6.0.20 574 10/11/2022
6.0.19 483 10/5/2022
6.0.18 510 10/4/2022
6.0.17 507 9/30/2022
6.0.16 602 9/15/2022
6.0.15 585 9/12/2022
6.0.14 545 9/4/2022
6.0.13 539 9/2/2022
6.0.12 506 9/1/2022
6.0.11 580 8/28/2022
6.0.10 554 8/27/2022
6.0.9 579 8/26/2022
6.0.8 562 8/25/2022
6.0.7 550 8/25/2022
6.0.6 589 8/25/2022
6.0.5 578 8/22/2022
6.0.4 512 8/20/2022
6.0.3 552 8/5/2022
6.0.2 567 8/4/2022
6.0.1 586 7/31/2022
6.0.0 594 7/19/2022
5.9.4 664 7/10/2022
5.9.3 582 7/8/2022
5.9.2 605 6/12/2022
5.9.1 559 6/9/2022
5.9.0 685 5/12/2022
5.8.4 677 3/9/2022
5.8.3 708 3/6/2022
5.8.2 492 1/10/2022
5.8.1 446 1/7/2022
5.8.0 421 1/3/2022
5.7.4 461 12/27/2021
5.7.3 478 12/24/2021
5.7.2 482 12/18/2021
5.7.1 469 12/14/2021
5.7.0 593 12/13/2021
5.6.2 460 12/9/2021
5.6.1 471 12/5/2021
5.6.0 1,129 12/3/2021
5.5.3 482 11/28/2021
5.5.2 516 11/4/2021
5.5.1 636 8/12/2021
5.5.0 617 6/30/2021
5.4.23 512 6/28/2021
5.4.22 549 6/17/2021
5.4.21 585 5/6/2021
5.4.20 723 2/11/2021
5.4.19 595 1/10/2021
5.4.18 599 1/8/2021
5.4.17 560 1/5/2021
5.4.16 574 1/4/2021
5.4.15 616 1/3/2021
5.4.14 582 1/3/2021
5.4.13 648 1/1/2021
5.4.12 626 12/26/2020
5.4.11 595 12/24/2020
5.4.10 623 12/21/2020
5.4.9 605 12/19/2020
5.4.8 659 12/16/2020
5.4.7 588 12/14/2020
5.4.6 630 12/11/2020
5.4.5 594 12/9/2020
5.4.4 656 12/1/2020
5.4.3 650 11/29/2020
5.4.2 611 11/25/2020
5.4.1 638 11/22/2020
5.4.0 688 10/28/2020
5.3.2 636 10/26/2020
5.3.1 761 7/24/2020
5.3.0 681 7/20/2020
5.2.24 1,023 2/24/2020
5.2.23 840 1/21/2020
5.2.22 780 1/18/2020
5.2.21 776 1/18/2020
5.2.20 952 8/9/2019
5.2.19 754 7/13/2019
5.2.18 1,386 1/28/2019
5.2.17 1,148 11/3/2018
5.2.16 1,157 9/13/2018
5.2.15 1,128 9/2/2018
5.2.14 1,105 8/25/2018
5.2.13 1,321 6/12/2018
5.2.12 1,566 4/4/2018
5.2.11 1,503 3/17/2018
5.2.10 1,525 3/5/2018
5.2.9 1,517 2/5/2018
5.2.8 1,543 10/24/2017
5.2.7 1,281 10/10/2017
5.2.6 1,364 9/7/2017
5.2.5 1,264 8/26/2017
5.2.4 1,333 7/22/2017
5.2.3 1,839 10/15/2016
5.2.2 1,401 10/14/2016
5.2.1 1,389 10/11/2016
5.2.0 1,500 9/8/2016
5.1.3 1,469 8/31/2016
5.1.2 1,409 8/26/2016
5.1.1 1,394 8/24/2016
5.1.0 1,419 8/9/2016
5.0.68 1,559 7/2/2016
5.0.67 1,596 5/4/2016
5.0.66 1,408 4/28/2016
5.0.65 1,494 4/3/2016
5.0.64 1,440 3/24/2016
5.0.63 2,373 3/23/2015
5.0.62 1,474 3/16/2015
5.0.61 1,555 3/2/2015
5.0.60 1,984 10/30/2014
5.0.59 1,606 10/27/2014
5.0.58 1,559 10/18/2014
5.0.57 1,855 9/18/2014
5.0.56 1,646 9/4/2014
5.0.55 1,689 8/12/2014
5.0.54 1,601 7/27/2014
5.0.53 1,556 7/24/2014
5.0.52 1,616 7/20/2014
5.0.51 1,637 7/1/2014
5.0.50 1,991 6/4/2014
5.0.49 1,944 4/6/2014
5.0.48 1,961 3/26/2014
5.0.47 1,616 3/25/2014
5.0.46 1,681 3/21/2014
5.0.45 1,571 3/18/2014
5.0.44 1,563 3/17/2014
5.0.43 1,592 3/10/2014
5.0.42 1,530 3/8/2014
5.0.41 1,597 3/2/2014
5.0.40 1,650 1/1/2014
5.0.39 1,563 12/30/2013