[Announcement] Ferrum Studio – A Native IDE Built Exclusively for Nim After months of development, I'm excited to share Ferrum Studio – a lightweight, native desktop IDE designed from the ground up for Nim developers. No Electron. No bundled Chromium. Just a fast, responsive IDE that starts in under a second and uses ~35 MB of RAM. Why Another IDE? Most editors treat Nim as an afterthought – a language server plugin bolted onto a tool built for other ecosystems. Ferrum Studio is different. Every feature, shortcut, and workflow is designed around the way Nim developers actually work. Features Editor Nim syntax highlighting with smart indentation (whitespace-aware) Auto-closing brackets and bracket matching IntelliSense for modules, procs, templates, and macros Snippets support and multi-tab editing Inline error hints and squiggles Nim Integration F5 – Run (nim c -r) F6 – Run with arguments F7 – Build F8 – Test Format via nim pretty Fast diagnostics via nim check (auto-runs after typing) Problems Panel Human-readable error explanations Click to jump to the exact line Fix suggestions for common mistakes Templates Quickly scaffold new projects: CLI App, Library, Web App, Async App, Metaprogramming examples Sidebar File explorer with Git status indicators Snippets browser Build shortcuts GitHub Repository: CzaxStudio/Ferrum-Studio Website: https://czaxstudio.github.io/Ferrum-Studio/ Important I used AI for JS, CSS and HTML development as I am not good at them. Before this IDE, I made another IDE for a community(I won't tell the community's name). The community was not happy with me. I heard Nim community is not very toxic. Here is an IDE. I'd love to hear your feedback, bug reports, and feature requests. Try it out and let me know what you think.