awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
fnproject avatar

fnproject/fn

0
View on GitHub↗
5,939 stars·407 forks·Go·Apache-2.0·34 viewsfnproject.io↗

Fn

The container native, cloud agnostic serverless platform.

Features

  • Serverless Function Management - Deploys and manages serverless functions across any cloud or on-premises environment using Docker containers and a unified CLI.
  • CLI-Driven Lifecycles - Manages the full lifecycle of serverless functions through a single command-line interface.
  • Function Packaging - Packages each function as a Docker container, ensuring consistent runtime environments across any infrastructure.
  • Cloud-Agnostic Containerization - Abstracts cloud provider specifics so functions run identically on any cloud or on-premises infrastructure.
  • Portable Function Runs - Packages functions as Docker containers for portable execution on any infrastructure without runtime dependencies.
  • Function Runtimes - Packages each function as a Docker container, eliminating runtime dependencies and enabling portable serverless execution.
  • CLI Function Deployments - Deploys, invokes, and manages serverless functions from the command line using a single tool.
  • Event-Driven Triggers - Invokes functions in response to events from various sources, managing event routing and scaling.
  • Stateless Function Deployments - Runs each function invocation in an isolated, ephemeral container instance with no persistent state between calls.
  • Import Bridges - Provides a bridge to import AWS Lambda functions unchanged into any cloud or on-premises environment.
  • Serverless Platforms - Packages functions as Docker containers and runs them across any cloud or on-premises infrastructure without vendor lock-in.
  • Import Bridges - Translates AWS Lambda event and context models into the platform's native container execution model.
  • Serverless - Event-driven FaaS.
  • Serverless Platforms - Container-native serverless platform.

Star history

Star history chart for fnproject/fnStar history chart for fnproject/fn

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Fn

Similar open-source projects, ranked by how many features they share with Fn.
  • alexellis/faasalexellis avatar

    alexellis/faas

    26,192View on GitHub↗

    This project is a Kubernetes serverless framework and OCI container function platform. It provides a system for deploying event-driven functions and microservices as compatible container images onto a Kubernetes cluster. The platform includes an event-driven function orchestrator that triggers executions via HTTP requests or message streams. It features an auto-scaling function manager that adjusts the number of active instances based on real-time demand and scales down to zero during inactivity. A background queuing system is included to process asynchronous tasks and maintain application re

    Go
    View on GitHub↗26,192
  • nuclio/nuclionuclio avatar

    nuclio/nuclio

    5,730View on GitHub↗

    Nuclio is a high-performance serverless framework designed for Kubernetes that automatically executes user functions when events arrive from HTTP endpoints, message queues, or streaming data platforms. It processes hundreds of thousands of events per second per function instance through efficient parallel workers, and can allocate functions to run on either CPU or GPU hardware to match workload requirements for data processing or machine learning tasks. The platform scales function instances down to zero when idle and wakes them on demand based on incoming event load, while providing an event

    Go
    View on GitHub↗5,730
  • openfaas/faasopenfaas avatar

    openfaas/faas

    26,092View on GitHub↗

    OpenFaaS is a serverless function platform that provides a container-native framework for deploying and managing event-driven code. It functions as an abstraction layer over container orchestrators, allowing developers to package code into scalable functions that run across Kubernetes clusters or edge computing environments. The platform distinguishes itself through a developer-centric runtime that utilizes standardized language templates and automated build pipelines to simplify the creation of container images. It features a central API gateway that manages request routing, authentication,

    Godockerfaasfunctions
    View on GitHub↗26,092
  • knative/servingknative avatar

    knative/serving

    6,064View on GitHub↗

    Kubernetes-based, scale-to-zero, request-driven compute

    Goappautoscalercontainer
    View on GitHub↗6,064
See all 30 alternatives to Fn→

Frequently asked questions

What does fnproject/fn do?

The container native, cloud agnostic serverless platform.

What are the main features of fnproject/fn?

The main features of fnproject/fn are: Serverless Function Management, CLI-Driven Lifecycles, Function Packaging, Cloud-Agnostic Containerization, Portable Function Runs, Function Runtimes, CLI Function Deployments, Event-Driven Triggers.

What are some open-source alternatives to fnproject/fn?

Open-source alternatives to fnproject/fn include: alexellis/faas — This project is a Kubernetes serverless framework and OCI container function platform. It provides a system for… nuclio/nuclio — Nuclio is a high-performance serverless framework designed for Kubernetes that automatically executes user functions… openfaas/faas — OpenFaaS is a serverless function platform that provides a container-native framework for deploying and managing… knative/serving — Kubernetes-based, scale-to-zero, request-driven compute. apache/openwhisk — OpenWhisk is a serverless cloud platform designed for deploying and executing stateless functions in response to API… fission/fission — Fission is a function-as-a-service platform and serverless framework for Kubernetes. It manages the lifecycle and…