p 2.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global p --version 2.0.6
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local p --version 2.0.6
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=p&version=2.0.6
nuke :add-package p --version 2.0.6

<div align="center"> <img src="Icon/icon.png" width="20%"> <h2>Formal Modeling and Analysis of Distributed (Event-Driven) Systems </h2> </div>

NuGet GitHub license GitHub Action (CI on Windows) GitHub Action (CI on Ubuntu) GitHub Action (CI on MacOS)

Challenge: Distributed systems are notoriously hard to get right. Programming these systems is challenging because of the need to reason about correctness in the presence of myriad possible interleaving of messages and failures. Unsurprisingly, it is common for service teams to uncover correctness bugs after deployment. Formal methods can play an important role in addressing this challenge!

P Overview: P is a state machine based programming language for formally modeling and specifying complex distributed systems. P allows programmers to model their system design as a collection of communicating state machines. P supports several backend analysis engines (based on automated reasoning techniques like model checking and symbolic execution) to check that the distributed system modeled in P satisfy the desired correctness specifications.

The following talk provides an overview of P, its impact in Academia and Industry, and answers the main question that gets asked most of the times by service teams and developers: "why do formal modeling?": (P @ StrangeLoop) Formal Modeling and Analysis of Distributed Systems (Finding Critical Bugs Early!!)

<div align="center"> <a href="https://www.youtube.com/watch?v=5YjsSDDWFDY"> <img src="https://img.youtube.com/vi/5YjsSDDWFDY/0.jpg" style="width:40%;"> </a> </div>

Impact: P is currently being used extensively inside Amazon (AWS) for analysis of complex distributed systems. For example, Amazon S3 used P to formally reason about the core distributed protocols involved in its strong consistency launch. Teams across AWS are now using P for thinking and reasoning about their systems formally. P is also being used for programming safe robotics systems in Academia. P was first used to implement and validate the USB device driver stack that ships with Microsoft Windows 8 and Windows Phone.

Experience and lessons learned: In our experience of using P inside AWS, Academia, and Microsoft. We have observed that P has helped developers in three critical ways: (1) P as a thinking tool: Writing formal specifications in P forces developers to think about their system design rigorously, and in turn helped in bridging gaps in their understanding of the system. A large fraction of the bugs can be eliminated in the process of writing specifications itself! (2) P as a bug finder: Model checking helped find corner case bugs in system design that were missed by stress and integration testing. (3) P helped boost developer velocity: After the initial overhead of creating the formal models, future updates and feature additions could be rolled out faster as these non-trivial changes are rigorously validated before implementation.

Programming concurrent, distributed systems is fun but challenging, however, a pinch of programming language design with a dash of automated reasoning can go a long way in addressing the challenge and amplify the fun!.

Let the fun begin!

You can find most of the information about the P framework on: http://p-org.github.io/P/.

What is P?, Getting Started, Tutorials, Case Studies and related Research Publications. If you have any further questions, please feel free to create an issue, ask on discussions, or email us

P has always been a collaborative project between industry and academia (since 2013) 🥁. The P team welcomes contributions and suggestions from all of you!! 👊. See CONTRIBUTING for more information.

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
2.1.0 286 3/15/2024
2.0.33 259 3/7/2024
2.0.32 249 2/22/2024
2.0.31 182 2/15/2024
2.0.30 378 1/8/2024
2.0.29 407 12/7/2023
2.0.28 209 11/25/2023
2.0.27 152 11/15/2023
2.0.26 73 11/14/2023
2.0.25 112 11/7/2023
2.0.24 228 10/18/2023
2.0.23 466 10/5/2023
2.0.22 307 9/26/2023
2.0.21 176 9/20/2023
2.0.20 113 9/19/2023
2.0.19 141 9/14/2023
2.0.18 171 9/13/2023
2.0.17 231 9/6/2023
2.0.16 232 8/28/2023
2.0.15 250 8/17/2023
2.0.14 394 8/4/2023
2.0.13 711 7/6/2023
2.0.12 381 6/8/2023
2.0.11 199 6/5/2023
2.0.10 309 5/9/2023
2.0.9 190 5/4/2023
2.0.8 208 4/25/2023
2.0.7 196 4/19/2023
2.0.6 277 4/7/2023
2.0.5 454 4/4/2023
2.0.4 474 3/10/2023
2.0.2 239 3/10/2023
2.0.1 239 3/10/2023
2.0.0 252 3/10/2023
1.1.22 496 2/13/2023
1.1.20 385 1/19/2023
1.1.19 451 12/5/2022
1.1.18 339 11/29/2022
1.1.17 321 11/29/2022
1.1.16 355 11/22/2022
1.1.15 626 8/29/2022
1.1.14 498 7/19/2022
1.1.13 1,020 6/23/2022
1.1.12 436 6/20/2022
1.1.11 542 5/5/2022
1.1.10 449 4/29/2022
1.1.9 457 4/20/2022
1.1.8 510 3/25/2022
1.1.7 485 3/10/2022
1.1.6 467 3/9/2022
1.1.5 537 2/9/2022
1.1.4 656 10/14/2021
1.1.3 412 9/22/2021
1.1.2 353 9/14/2021
1.1.1 389 8/16/2021
1.0.13 318 8/16/2021
1.0.12 452 4/27/2021
1.0.11 402 3/31/2021
1.0.10 344 3/31/2021
1.0.9 377 3/25/2021
1.0.8 427 2/19/2021
1.0.7 354 2/19/2021
1.0.6 381 2/4/2021
1.0.5 403 1/26/2021
1.0.4 443 12/9/2020
1.0.3 433 12/3/2020