You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
@@ -24,9 +24,9 @@ _SysIDE_ (pronounced "seaside") is a transformational SysML v2 systems-as-code m
24
24
25
25
---
26
26
27
-
_SysIDE Editor_ is a free and open source SysML v2 textual editing and analysis system, bringing rich SysML v2 language support to Visual Studio Code. _SysIDE Editor_ can also be integrated into other applications and automated workflows which need to interact with SysML v2 textual representations.
27
+
_SysIDE Editor_ is a free and open source SysML v2 textual editing and analysis tool, bringing rich SysML v2 language support to Visual Studio Code. _SysIDE Editor_ can also be integrated into other applications and automated workflows which need to interact with SysML v2 textual representations.
28
28
29
-
The main enabling components of _SysIDE Editor_ are a parser and a language server for SysML v2 and KerML [2024-05 release](https://github.com/Systems-Modeling/SysML-v2-Release/tree/2024-05) specifications.
29
+
The main enabling components of _SysIDE Editor_ are a parser and a language server for SysML v2 and KerML [2024-11 release](https://github.com/Systems-Modeling/SysML-v2-Release/tree/2024-11) specifications.
30
30
31
31
_SysIDE Editor_ provides features such as:
32
32
@@ -45,23 +45,26 @@ _SysIDE Editor_ is built and maintained by [**Sensmetry**](https://sensmetry.com
45
45
46
46
_SysIDE Editor_ is an open source project with contributions from user and developer community highly encouraged and welcome. For further information about the open source license, see [LICENSE](/LICENSE). To contribute, please see the [CONTRIBUTING.md](/CONTRIBUTING.md) document.
47
47
48
-
## SysIDE tool family
48
+
## SysIDE tool suite
49
49
50
-
_SysIDE_ tool family is quickly growing. At the moment, it includes:
50
+
_SysIDE_ tool suite is quickly growing. It includes:
51
51
52
-
-_SysIDE Editor_ - free and open source VS Code extension, enabling modern 'as code' modeling for everyone.
53
-
-_SysIDE Modeler_ - a premium SysML v2 modeling environment. Soon to be released for Early Adopter Program members.
54
-
-_SysIDE Automator_ - analyse, optimise, and automate your modeling workflows by using Python. Available to Early Adopter Program members.
52
+
-_**SysIDE Editor**_ - free and open source VS Code extension, enabling modern 'as code' modeling for everyone. Available to everyone.
-_**SysIDE Modeler**_ - a premium SysML v2 modeling environment. Available to Early Adopter Program members.
55
+
-_**SysIDE Automator**_ - analyse, optimise, and automate your modeling workflows by using Python. Available to Early Adopter Program members.
56
+
-_**SysIDE Server**_ - model server to ensure interoperability with other SysML v2 tools, even those that do not support textual notation. Coming soon.
55
57
56
-
If you want to get in touch regarding any edition of _SysIDE_, reach out to Sensmetry at `syside(at)sensmetry(dot)com`
58
+
If you want to get in touch regarding any edition of _SysIDE_, reach out to Sensmetry at [syside@sensmetry.com](mailto:syside@sensmetry.com)
57
59
58
-
To get more information about the _SysIDE_ tool family or to join the Early Adopter Program, please visit [syside.sensmetry.com](https://syside.sensmetry.com).
60
+
To get more information about the _SysIDE_ tool suite or to join the Early Adopter Program, please visit [syside.sensmetry.com](https://syside.sensmetry.com).
59
61
60
62
## Quick start
61
63
62
64
### In a browser (without local VSCode)
63
65
64
-
You can try out _SysIDE_ without needing to instal it locally. To do so:
66
+
You can try out _SysIDE Editor_ without needing to instal it locally. To do so:
67
+
65
68
1. Go to [Visual Studio Code for the Web](https://vscode.dev)
66
69
2. Open the `Extensions` tab on the right of the screen
67
70
3. Search for and install _SysIDE Editor_
@@ -71,15 +74,15 @@ This is a good way to get a taste for how _SysIDE Editor_ works. But if you plan
71
74
72
75
### Running locally
73
76
74
-
0. Install [Visual Studio Code](https://code.visualstudio.com) or [VSCodium](https://vscodium.com)
77
+
0. Install [Visual Studio Code](https://code.visualstudio.com), [VSCodium](https://vscodium.com), or [Cursor AI](https://www.cursor.com)
75
78
1. Open the `Extensions` tab on the right of the screen
76
79
2. Search for and install _SysIDE Editor_
77
80
3. Open a SysML v2 (.sysml) file and the extension will activate.
78
81
4. Link with the SysML v2 standard library:
79
82
80
83
## Standard library
81
84
82
-
_SysIDE Editor_ includes the standard library from the [SysML-v2-Release](https://github.com/Systems-Modeling/SysML-v2-Release/tree/2024-09/sysml.library) repository. The library is licenced under the LGPL v3.0, see [LICENSE](https://github.com/Systems-Modeling/SysML-v2-Release/tree/2024-09/LICENSE).
85
+
_SysIDE Editor_ includes the standard library from the [SysML-v2-Release](https://github.com/Systems-Modeling/SysML-v2-Release/tree/2024-11/sysml.library) repository. The library is licenced under the LGPL v3.0, see [LICENSE](https://github.com/Systems-Modeling/SysML-v2-Release/tree/2024-11/LICENSE).
83
86
84
87
If you wish to use a different version of the standard library you can go to the _SysIDE Editor_ settings and enter the path to the directory with your preferred library.
85
88
@@ -96,7 +99,6 @@ The extension provides basic features to support SysML v2 document editing:
96
99

97
100
<br> <br>
98
101
99
-
100
102
-**Semantic highlighting** increases readability and allows to distinguish different parts of the code quickly.
@@ -22,9 +22,9 @@ _SysIDE_ (pronounced "seaside") is a transformational SysML v2 systems-as-code m
22
22
23
23
---
24
24
25
-
_SysIDE Editor_ is a free and open source SysML v2 textual editing and analysis system, bringing rich SysML v2 language support to Visual Studio Code. _SysIDE Editor_ can also be integrated into other applications and automated workflows which need to interact with SysML v2 textual representations.
25
+
_SysIDE Editor_ is a free and open source SysML v2 textual editing and analysis tool, bringing rich SysML v2 language support to Visual Studio Code. _SysIDE Editor_ can also be integrated into other applications and automated workflows which need to interact with SysML v2 textual representations.
26
26
27
-
The main enabling components of _SysIDE Editor_ are a parser and a language server for SysML v2 and KerML [2024-05 release](https://github.com/Systems-Modeling/SysML-v2-Release/tree/2024-05) specifications.
27
+
The main enabling components of _SysIDE Editor_ are a parser and a language server for SysML v2 and KerML [2024-11 release](https://github.com/Systems-Modeling/SysML-v2-Release/tree/2024-11) specifications.
28
28
29
29
_SysIDE Editor_ provides features such as:
30
30
@@ -43,23 +43,26 @@ _SysIDE Editor_ is built and maintained by [**Sensmetry**](https://sensmetry.com
43
43
44
44
_SysIDE Editor_ is an open source project with contributions from user and developer community highly encouraged and welcome. For further information about the open source license, see [LICENSE](/LICENSE). To contribute, please see the [CONTRIBUTING.md](/CONTRIBUTING.md) document.
45
45
46
-
## SysIDE tool family
46
+
## SysIDE tool suite
47
47
48
-
_SysIDE_ tool family is quickly growing. At the moment, it includes:
48
+
_SysIDE_ tool suite is quickly growing. It includes:
49
49
50
-
-_SysIDE Editor_ - free and open source VS Code extension, enabling modern 'as code' modeling for everyone.
51
-
-_SysIDE Modeler_ - a premium SysML v2 modeling environment. Soon to be released for Early Adopter Program members.
52
-
-_SysIDE Automator_ - analyse, optimise, and automate your modeling workflows by using Python. Available to Early Adopter Program members.
50
+
-_**SysIDE Editor**_ - free and open source VS Code extension, enabling modern 'as code' modeling for everyone. Available to everyone.
-_**SysIDE Modeler**_ - a premium SysML v2 modeling environment. Available to Early Adopter Program members.
53
+
-_**SysIDE Automator**_ - analyse, optimise, and automate your modeling workflows by using Python. Available to Early Adopter Program members.
54
+
-_**SysIDE Server**_ - model server to ensure interoperability with other SysML v2 tools, even those that do not support textual notation. Coming soon.
53
55
54
-
If you want to get in touch regarding any edition of _SysIDE_, reach out to Sensmetry at `syside(at)sensmetry(dot)com`
56
+
If you want to get in touch regarding any edition of _SysIDE_, reach out to Sensmetry at [syside@sensmetry.com](mailto:syside@sensmetry.com)
55
57
56
-
To get more information about the _SysIDE_ tool family or to join the Early Adopter Program, please visit [syside.sensmetry.com](https://syside.sensmetry.com).
58
+
To get more information about the _SysIDE_ tool suite or to join the Early Adopter Program, please visit [syside.sensmetry.com](https://syside.sensmetry.com).
57
59
58
60
## Quick start
59
61
60
62
### In a browser (without local VSCode)
61
63
62
-
You can try out _SysIDE_ without needing to instal it locally. To do so:
64
+
You can try out _SysIDE Editor_ without needing to instal it locally. To do so:
65
+
63
66
1. Go to [Visual Studio Code for the Web](https://vscode.dev)
64
67
2. Open the `Extensions` tab on the right of the screen
65
68
3. Search for and install _SysIDE Editor_
@@ -69,15 +72,15 @@ This is a good way to get a taste for how _SysIDE Editor_ works. But if you plan
69
72
70
73
### Running locally
71
74
72
-
0. Install [Visual Studio Code](https://code.visualstudio.com) or [VSCodium](https://vscodium.com)
75
+
0. Install [Visual Studio Code](https://code.visualstudio.com), [VSCodium](https://vscodium.com), or [Cursor AI](https://www.cursor.com)
73
76
1. Open the `Extensions` tab on the right of the screen
74
77
2. Search for and install _SysIDE Editor_
75
78
3. Open a SysML v2 (.sysml) file and the extension will activate.
76
79
4. Link with the SysML v2 standard library:
77
80
78
81
## Standard library
79
82
80
-
_SysIDE Editor_ includes the standard library from the [SysML-v2-Release](https://github.com/Systems-Modeling/SysML-v2-Release/tree/2024-09/sysml.library) repository. The library is licenced under the LGPL v3.0, see [LICENSE](https://github.com/Systems-Modeling/SysML-v2-Release/tree/2024-09/LICENSE).
83
+
_SysIDE Editor_ includes the standard library from the [SysML-v2-Release](https://github.com/Systems-Modeling/SysML-v2-Release/tree/2024-11/sysml.library) repository. The library is licenced under the LGPL v3.0, see [LICENSE](https://github.com/Systems-Modeling/SysML-v2-Release/tree/2024-11/LICENSE).
81
84
82
85
If you wish to use a different version of the standard library you can go to the _SysIDE Editor_ settings and enter the path to the directory with your preferred library.
83
86
@@ -94,7 +97,6 @@ The extension provides basic features to support SysML v2 document editing:
94
97

95
98
<br> <br>
96
99
97
-
98
100
-**Semantic highlighting** increases readability and allows to distinguish different parts of the code quickly.
0 commit comments