nasa/fprime

F´ - A flight software and embedded systems framework

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 58 minutes ago
Added to GitGenius on September 5th, 2026
Created on June 22nd, 2017
Open Issues & Pull Requests: 440 (+0)
GitHub issues: Enabled
Number of forks: 1,837
Total Stargazers: 11,732 (+0)
Total Subscribers: 291 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 24.9 hours
Mean response time: 55.8 days
90th percentile: 139.4 days
Tracked items: 1,402

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 13% of open issues come from outside the core team — the tracker reads mainly as internal planning. Work labelled "bug" is answered fastest, typically in about 22 hours, while "cmake" waits about 3 weeks. 59% of tracked open issues have had no activity in three months. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 416
New in 7 days: 26
Closed in 7 days: 35
Avg open age: 298 days
Stale 30+ days: 321
Stale 90+ days: 276

Recent activity

Opened in 7 days: 26
Closed in 7 days: 35
Comments in 7 days: 1
Events in 7 days: 17

Top labels

  • bug (442)
  • Fpy (142)
  • C++ (98)
  • F´ GDS (90)
  • ROSES (90)
  • Easy First Issue (50)
  • cmake (50)
  • help wanted (43)

Detailed Description

F´ is a component-driven framework for developing flight software and embedded systems applications. Originally developed at the Jet Propulsion Laboratory, it decomposes software into discrete components with well-defined interfaces, providing a C++ foundation with core capabilities such as message queues and threads. The framework includes modeling tools for specifying components and their connections with automatic code generation, a collection of ready-to-use components, and testing tools for unit and integration-level validation.

The framework addresses the challenge of building reliable, maintainable software for space missions and embedded systems where component isolation and clear interfaces are critical. Its approach centers on architectural decomposition: developers define components with explicit interfaces, use modeling tools to specify how components connect, and rely on generated code to wire these connections together. This separation of concerns reduces coupling and makes testing and reuse straightforward.

Adoption suits teams building spaceflight systems, CubeSats, SmallSats, instruments, and other embedded applications where reliability and structured development matter. The framework runs on Linux, Windows with WSL, and macOS for development, and supports multiple target platforms for deployment. Teams should expect to work with C++, Python for tooling, and the modeling language for component specification. The README does not compare F´ to alternative frameworks, so no comparative guidance can be offered.

The project maintains active community engagement through GitHub Discussions for questions and improvements, with a dedicated issue tracker for bug reports. A separate community organization hosts third-party contributions and additional flight software development resources. The framework is accompanied by comprehensive documentation including a user manual, tutorials, and a HelloWorld guide to help new developers get started.