Table of Contents
Distribution
Workcraft is open-source project distributed under permissive MIT license (for third-party tools please refer to their respected licenses):
- LICENSE.txt
MIT License Copyright (c) 2017 Workcraft contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Prerequisites:
- Java Runtime Environment - A functional Java 17 (or newer) installation is required to run Workcraft.
We recommend OpenJDK 17 (LTS) whose interactive installer can be downloaded from Adoptum website (for Windows and OSX) or directly installed via a package manager (for Linux).
- Third-party tools - Workcraft depends on a number of backend tools for model checking, synthesis and verification of the graph models.
Workcraft distributions are bundled with Petrify, PUnf, MPSat and PComp tools. You still may need to install other third-party tools, such as Graphviz, minisat, chaf, abc.
Workcraft 3 series (Return of the Hazard)
This is the current version that supports the following models: Graph, FSM, Petri net, DTD, WTG, FST, STG, CPOG, Circuit, DFS, SON, Policy net, and xMAS.
- Workcraft v3.5.1 for Windows (36 MiB), GitHub mirror
- Workcraft v3.5.1 for Linux (42 MiB), GitHub mirror
- Workcraft v3.5.1 for OS X (32-bit backend tools) (39 MiB), GitHub mirror
For verification and synthesis Workcraft relies on 32-bit backend tools (PetrifyTools, UnfoldingTools) that are not supported by recent versions of OSX (Catalina and newer). Consider running Linux distribution of Workcraft in a virtual machine to get complete functionality.
See changelog for the list of improvements since the previous releases (available at GitHub mirror).
Workcraft 2.2 branch (Attack of Scala)
This is an experimental version, written entirely in Scala based on the functional reactive programming paradigm. This version (last build from 29 April 2013) only supports Petri nets and FSMs, so if you need to work with other models please download the latest release of Workcraft 3 series instead.
- This version only supports Petri nets and FSMs.
- This version is not currently maintained.
- Workcraft v2.2 for Windows (35 MiB), GitHub mirror
- Workcraft v2.2 for Linux (39 MiB), GitHub mirror
Workcraft 2 series (Metastability Strikes Back)
This is the previous version of Workcraft (las build from 20 July 2014). It supports Directed graphs, Petri nets, STGs, CPOGs, Digital Circuits, Dataflow Structures, SONs, Policy nets and xMAS Circuits.
- Workcraft v2.0 for Windows (20 MiB), GitHub mirror
- Workcraft v2.0 for Linux (20 MiB), GitHub mirror
Workcraft 1 series (Classic)
This is the older version of the tool (last build from 1 April 2008), as described in the Petri Nets 2009 article. This version relies on a number of native libraries (DLLs/SOs), which are available for major platforms, but not all of them. The libraries for Windows and Linux OS's are bundled with the distribution.
- This version requires an OpenGL-compliant graphics card with an appropriate set of drivers. OpenGL support is required for all platforms.
- This version is no longer being developed.
- Workcraft v1.0 for Windows (4 MiB), GitHub mirror
- Workcraft v1.0 for Linux (5 MiB), GitHub mirror