PortableFirefox 129.0.17

dotnet add package PortableFirefox --version 129.0.17
                    
NuGet\Install-Package PortableFirefox -Version 129.0.17
                    
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="PortableFirefox" Version="129.0.17" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PortableFirefox" Version="129.0.17" />
                    
Directory.Packages.props
<PackageReference Include="PortableFirefox" />
                    
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 PortableFirefox --version 129.0.17
                    
#r "nuget: PortableFirefox, 129.0.17"
                    
#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 PortableFirefox@129.0.17
                    
#: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=PortableFirefox&version=129.0.17
                    
Install as a Cake Addin
#tool nuget:?package=PortableFirefox&version=129.0.17
                    
Install as a Cake Tool

Portable Firefox

This is portable firefox browser binary distributed as nuget package that doesn't require any installation on system.

It works on:

  • MacOS apple silicone
  • MacOS intel
  • Linux
  • Windows

Example:

using CliWrap;
using CliWrap.Buffered;
using PortableFirefox;

var res = await Cli.Wrap(PortableFirefoxInstance.FirefoxPath)
    .WithArguments("--version")
    .WithValidation(CommandResultValidation.None)
    .ExecuteBufferedAsync();

Console.WriteLine($"Exit code: {res.ExitCode}");
Console.WriteLine($"Output: {res.StandardOutput}");
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • 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
129.0.17 14,350 8/7/2024
128.0.3017 444 7/27/2024
128.0.2017 131 7/24/2024
128.0.17 551 7/10/2024
127.0.2017 168 6/26/2024
127.0.1017 834 6/20/2024
127.0.17 407 6/12/2024
126.0.1017 995 5/29/2024
126.0.17 1,109 5/15/2024
125.0.3017 135 5/14/2024
125.0.3016 135 5/14/2024
125.0.3015 142 5/13/2024
125.0.3014 128 5/13/2024
125.0.3.12 149 5/13/2024
125.0.3.11 538 5/12/2024
125.0.3.10 132 5/12/2024
125.0.3.9 134 5/12/2024
125.0.3.8 129 5/12/2024
125.0.3.7 134 5/12/2024
125.0.3.6 132 5/12/2024
125.0.3.5 140 5/12/2024
125.0.3.4 138 5/12/2024
125.0.3.3 160 5/7/2024
125.0.3.2 214 4/30/2024
125.0.2.2 177 4/23/2024
125.0.1.2 828 4/17/2024
124.0.2.2 1,080 4/3/2024
124.0.2 2,105 3/20/2024
124.0.1.2 161 3/23/2024
123.0.2 5,657 2/21/2024
123.0.1.2 155 3/6/2024
122.0.2 1,999 1/24/2024
122.0.1.2 168 2/7/2024
121.0.2 2,547 12/20/2023
121.0.1.2 165 1/10/2024
120.0.2 2,341 11/22/2023
120.0.1.2 163 12/1/2023
119.0.2 1,626 10/25/2023
119.0.1.2 197 11/8/2023
118.0.2.2 713 10/11/2023
118.0.2 793 9/27/2023
118.0.1.2 187 9/29/2023
117.0.2 1,163 9/7/2023
117.0.1.2 201 9/13/2023
117.0.1 492 8/30/2023
116.0.3.1 941 8/17/2023
1.0.0 207 5/13/2024