-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Pterocos - Free browser-based C# editor (runs .NET code client-side via WebAssembly) #129364
Unanswered
aminkheddache-dotcom
asked this question in
Show and tell
-
Hi .NET community,
I built Pterocos (https://pterocos.eu.org) - a free online editor that runs C# and .NET code entirely in your browser. No installation, no account required.
What it supports:
- C# (.NET via Mono)
- Rust
- Python
- Ruby
- SQL (SQLite and DuckDB)
- Lua
Why it's useful for .NET developers:
- Quickly test C# snippets without opening Visual Studio
- Prototype algorithms on any device
- Share runnable examples in documentation or with learners
The editor runs entirely client-side - your code never leaves your browser.
Try it: https://pterocos.eu.org
Would love feedback from the .NET community!
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
Replies: 1 comment
-
Roger Acosta page
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment