Falco 5.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Falco --version 5.0.2
                    
NuGet\Install-Package Falco -Version 5.0.2
                    
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="Falco" Version="5.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Falco" Version="5.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Falco" />
                    
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 Falco --version 5.0.2
                    
#r "nuget: Falco, 5.0.2"
                    
#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 Falco@5.0.2
                    
#: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=Falco&version=5.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Falco&version=5.0.2
                    
Install as a Cake Tool

Falco

NuGet Version build

open Falco
open Microsoft.AspNetCore.Builder

let wapp = WebApplication.Create()

wapp.Run(Response.ofPlainText "Hello world")

Falco is a toolkit for building functional-first, full-stack web applications using F#.

  • Built on the high-performance components of ASP.NET Core.
  • Seamlessly integrates with existing .NET Core middleware and libraries.
  • Designed to be simple, lightweight and easy to learn.

Key Features

Design Goals

  • Provide a toolset to build full-stack web application in F#.
  • Should be simple, extensible and integrate with existing .NET libraries.
  • Can be easily learned.

Learn

The best way to get started is by visiting the documentation. For questions and support please use discussions. For chronological updates refer to the changelog is the best place to find chronological updates.

Community Projects

Articles

Videos

Contribute

We kindly ask that before submitting a pull request, you first submit an issue or open a discussion.

If functionality is added to the API, or changed, please kindly update the relevant document. Unit tests must also be added and/or updated before a pull request can be successfully merged.

Only pull requests which pass all build checks and comply with the general coding standard can be approved.

If you have any further questions, submit an issue or open a discussion or reach out on Twitter.

Why "Falco"?

Kestrel has been a game changer for the .NET web stack. In the animal kingdom, "Kestrel" is a name given to several members of the falcon genus. Also known as "Falco".

Find a bug?

There's an issue for that.

License

Licensed under Apache License 2.0.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 is compatible.  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.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Falco:

Package Downloads
Falco.Htmx

HTMX Bindings for the Falco web toolkit.

Falco.Datastar

Datastar Bindings for the Falco web toolkit.

Falco.OpenApi

OpenAPI integration that provides a set of utilities for generating OpenAPI documentation from Falco routes.

SpiralOSS.Falco.Datastar

Datastar Bindings for the Falco web toolkit.

Falco.UnionRoutes

Type-safe routing with discriminated unions and railway-oriented handler composition for Falco

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.0-alpha1 96 2/9/2026
5.2.0 3,787 12/21/2025
5.1.0 1,788 9/10/2025
5.0.3 339 9/9/2025
5.0.2 1,589 6/26/2025
5.0.1 739 6/26/2025
5.0.0 4,397 1/29/2025
5.0.0-rc2 206 1/25/2025
5.0.0-rc1 270 12/17/2024
5.0.0-beta5 191 12/9/2024
5.0.0-beta4 156 11/25/2024
5.0.0-beta3 162 11/24/2024
5.0.0-beta2 191 11/18/2024
5.0.0-beta1 205 11/1/2024
5.0.0-alpha5 297 10/21/2024
5.0.0-alpha4 211 10/18/2024
5.0.0-alpha3 185 10/17/2024
5.0.0-alpha2 161 9/29/2024
5.0.0-alpha1 136 9/22/2024
4.0.6 4,511 12/12/2023
Loading failed