<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Notepad.exe - News &amp; Updates</title>
    <link>https://notepadexe.com/news/</link>
    <description>Latest news and updates for Notepad.exe - your developer's playground for Swift and Python</description>
    <language>en-us</language>
    <lastBuildDate>Thu, 11 Dec 2025 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://notepadexe.com/news/feed.xml" rel="self" type="application/rss+xml" />
    <generator>Notepad.exe News</generator>
    <webMaster>marcin@notepadexe.com (Marcin Krzyzanowski)</webMaster>
    <managingEditor>marcin@notepadexe.com (Marcin Krzyzanowski)</managingEditor>
    <image>
      <url>https://notepadexe.com/img/icon_128x128.png</url>
      <title>Notepad.exe - News &amp; Updates</title>
      <link>https://notepadexe.com/news/</link>
      <width>128</width>
      <height>128</height>
    </image>

    <item>
      <title>JavaScript Support is Here</title>
      <link>https://notepadexe.com/news/#javascript-support</link>
      <description><![CDATA[
        <p>You asked for it. <strong>JavaScript is now a first-class citizen in Notepad.exe.</strong> Write JS, run JS. Powered by Bun, which means it's fast.</p>

        <h3>What You Get</h3>
        <ul>
          <li>Full syntax highlighting via Tree-sitter</li>
          <li>Code completion and error detection through typescript-language-server</li>
          <li>Run your code instantly - Bun handles execution</li>
          <li>Works on macOS and Linux (yes, your JS runs in Linux containers too)</li>
          <li>Automatic Bun installation - if you don't have it, Notepad.exe sets it up for you</li>
        </ul>

        <h3>Why Bun?</h3>
        <p>Bun is ridiculously fast. It handles syntax checking during builds, runs your code in the terminal, and works seamlessly with the TypeScript language server for intelligent code features. No Node.js configuration headaches, no npm setup dance.</p>

        <h3>Same Philosophy</h3>
        <p>Just like Swift and Python before it - zero setup. Open a note, write JavaScript, hit run. That's it. The toolchain downloads automatically if needed. You don't have to think about any of it.</p>

        <p>Now you've got Swift, Python, and JavaScript all in one lightweight editor. Pick your poison.</p>

        <p>/Marcin</p>
      ]]></description>
      <pubDate>Thu, 11 Dec 2025 00:00:00 GMT</pubDate>
      <guid isPermaLink="true">https://notepadexe.com/news/#javascript-support</guid>
      <category>Feature</category>
      <category>JavaScript</category>
      <category>Bun</category>
    </item>

    <item>
      <title>Notepad.exe 1.4: Linux Support</title>
      <link>https://notepadexe.com/news/#notepad-14-linux-support</link>
      <description><![CDATA[
        <p>Version 1.4 is here, and it's big. <strong>Full Linux support</strong> is now built into Notepad.exe. Write Swift code on your Mac, run it on Linux. Everything handled automatically, transparently. It just works.</p>

        <h3>Why This Matters</h3>
        <p>Developing for Linux on a Mac has always been... let's call it "not fun." You either SSH into a Linux box, manually manage VMs, or give up and use a separate Linux machine for testing. This applies whether you're writing Swift for server-side development or Python scripts for Linux deployment.</p>

        <p>Not anymore. Now you write your Swift or Python code in Notepad.exe and hit run. Behind the scenes, everything is handled automatically - cross-compilation for Swift, virtual machine management, Linux execution. You don't see any of it - you just see your code running on Linux.</p>

        <h3>What Actually Works</h3>
        <ul>
          <li><strong>Cross-compilation</strong> - Build Swift projects targeting Linux right from macOS</li>
          <li><strong>Automatic setup</strong> - Swift toolchains and Linux SDKs download and install when needed</li>
          <li><strong>Real Linux execution</strong> - Your code runs in actual Linux environments with smart caching</li>
          <li><strong>Python on Linux</strong> - Not just Swift - Python scripts can run on Linux too</li>
          <li><strong>Full code intelligence</strong> - Code completion and error detection work for Linux projects</li>
        </ul>

        <h3>Platform Awareness</h3>
        <p>The notes library now shows which platform each note targets. There's a new platform column with icons for macOS, iOS, and Linux. You can filter, sort, and manage your notes by platform. The SDK browser lets you manage Linux SDKs alongside your macOS and iOS toolchains.</p>

        <p>It's the little things. When you're juggling code across three platforms, you need to know at a glance what's what.</p>

        <h3>What This Enables</h3>
        <p>Server-side Swift development without leaving macOS. Python scripting for Linux deployment. Cross-platform testing without maintaining multiple machines. Prototyping Linux deployment while working in your comfortable Mac environment. Learning platform differences by running the same code on macOS and Linux side-by-side.</p>

        <p>It's what I always wanted cross-platform development to feel like - whether you're writing Swift or Python.</p>

        <p><a href="https://notepadexe.com/">Version 1.4 is available now.</a> If you've been waiting for proper Linux support, this is it.</p>

        <p>/Marcin</p>
      ]]></description>
      <pubDate>Sat, 19 Oct 2025 00:00:00 GMT</pubDate>
      <guid isPermaLink="true">https://notepadexe.com/news/#notepad-14-linux-support</guid>
      <category>Release</category>
      <category>Linux</category>
      <category>Swift</category>
      <category>Python</category>
      <category>Cross-platform</category>
    </item>

    <item>
      <title>Notepad.exe 1.3: Coding Intelligence</title>
      <link>https://notepadexe.com/news/#notepad-13-coding-intelligence</link>
      <description><![CDATA[
        <p>The headline is <strong>Coding Intelligence</strong> - AI built right into the editor. It doesn't just autocomplete; it understands the flow of your code so you can move faster and spend less time thinking about syntax.</p>

        <p>Another big step in 1.3 is <strong>App Distribution</strong>. For the first time, you can export a fully functional macOS application right from Notepad.exe. It's the first version of this feature, and already powerful enough to package up your work into something you can run and share on your own machine.</p>

        <p>I also improved support for Swift and Python. You can open, edit, and highlight those files with better clarity, and even update packages without leaving the app.</p>

        <p>On the personal side, themes got an upgrade. You can choose from more built-in styles or load your own. And if you like to tweak every detail, you can even swap the app icon right from settings.</p>

        <p>The rest of 1.3 is all about polish: a cleaner interface, smarter text handling, better troubleshooting tools, and a long list of fixes for little annoyances.</p>

        <p>For me, this release marks a shift: Notepad.exe is starting to feel less like just an editor and more like a coding companion - one that can now even build apps for you.</p>

        <p>Grab it now at <a href="https://notepadexe.com/">notepadexe.com</a>. And if you've got feedback, drop it on the <a href="https://github.com/notepadhq/notepadexe-public/issues">public issue tracker</a> - I'd love to hear from you.</p>

        <p>/Marcin</p>
      ]]></description>
      <pubDate>Sun, 21 Sep 2025 00:00:00 GMT</pubDate>
      <guid isPermaLink="true">https://notepadexe.com/news/#notepad-13-coding-intelligence</guid>
      <category>Release</category>
      <category>AI</category>
      <category>Swift</category>
      <category>Python</category>
      <category>macOS</category>
    </item>

    <item>
      <title>Notepad.exe 1.2: Python Support (Finally)</title>
      <link>https://notepadexe.com/news/#notepad-12-python-support</link>
      <description><![CDATA[
        <p>OK so funny story. I kept getting emails. "When Python?" "Add Python!" "I'll pay double for Python support." Every. Single. Day.</p>
        
        <p>Fine. You win. 🐍</p>
        
        <h3>What's New</h3>
        <ul>
          <li>Write Python. Run Python. That's it.</li>
          <li>pip stuff works (numpy, pandas, whatever you need)</li>
          <li>Output shows up instantly, like it should</li>
          <li>No virtual environments to mess with</li>
        </ul>
        
        <p>Look, I get it. Sometimes you need to quickly parse some JSON. Or maybe you're prototyping that data thing before building the real version in Swift. Or you just like snakes. Whatever. Now you can do it without opening another tool.</p>
        
        <h3>But Why Though</h3>
        <p>I was debugging some server logs last week. Needed a quick Python script to parse them. Opened PyCharm. Waited. Created a project. Set up the interpreter. Configured the... you know what? Screw it. I added Python to Notepad.exe instead.</p>
        
        <p>Took me three weeks of coffee-fueled coding sessions. Worth it? When I can switch between Swift and Python in the same window without any setup BS? Yeah, actually.</p>
        
        <h3>Swift Still Lives Here</h3>
        <p>Before anyone panics - Swift is still the main thing. iOS simulators, SwiftUI, all that good stuff. Python just moved into the spare room. They seem to get along fine.</p>
      ]]></description>
      <pubDate>Tue, 25 Jun 2025 00:00:00 GMT</pubDate>
      <guid isPermaLink="true">https://notepadexe.com/news/#notepad-12-python-support</guid>
      <category>Release</category>
      <category>Python</category>
      <category>Swift</category>
      <category>Multi-language</category>
    </item>
    
    <item>
      <title>Notepad.exe 1.1: iOS Runtime is Here (Timing Couldn't Be Better)</title>
      <link>https://notepadexe.com/news/#notepad-11-ios-runtime</link>
      <description><![CDATA[
        <p>Alright, so version 1.1 is live and iOS runtime finally works. You can now run iOS playgrounds with their own simulators. Each note gets its own little sandbox to play in.</p>
        
        <h3>What Actually Works Now</h3>
        <p>You can build SwiftUI stuff (with improved SwiftUI support), mess with UIKit, or try whatever iOS API you're curious about. Same zero-setup philosophy as always - just write code and hit run.</p>
        
        <p>The simulator spins up automatically. No configuration, no project setup, no wondering if you forgot to check some box in Xcode. It just works.</p>
        
        <h3>About Tomorrow...</h3>
        <p><a href="https://developer.apple.com/wwdc25/">WWDC25</a> starts tomorrow. Not gonna lie, the timing worked out pretty well.</p>
        
        <p>While everyone else is creating new Xcode projects and fighting with build settings to try the new APIs, you can literally just open a note and start experimenting. That's... actually kind of nice.</p>
        
        <h3>Quick Thanks</h3>
        <p>Before I forget - thank you for the ongoing support since the first launch. Your feedback has been incredibly helpful, and I've been squashing bugs based on what you've reported. Keep it coming - it's making Notepad.exe better for everyone.</p>
        
        <h3>So Many Fixes and Improvements</h3>
        <p>Honestly, there are so many bug fixes and improvements in 1.1 that I can't list them all. The AI integration got better, <a href="https://www.swift.org/package-manager/">SwiftPM</a> support is more solid, and a bunch of other stuff too. If you tried Notepad.exe before and it wasn't quite right for you, maybe give 1.1 another shot.</p>
        
        <p>iOS runtime was the most requested feature by far. If you've been holding off because "macOS only" wasn't enough, well... now it's not macOS only.</p>
      ]]></description>
      <pubDate>Sun, 08 Jun 2025 00:00:00 GMT</pubDate>
      <guid isPermaLink="true">https://notepadexe.com/news/#notepad-11-ios-runtime</guid>
      <category>Release</category>
      <category>iOS</category>
      <category>Swift</category>
      <category>WWDC</category>
    </item>
    
    <item>
      <title>Introducing Notepad.exe 1.0</title>
      <link>https://notepadexe.com/news/#notepad-10-introduction</link>
      <description><![CDATA[
        <p>After months of late nights, countless cups of coffee, and more debugging sessions than I care to admit, I'm thrilled to finally share Notepad.exe 1.0 with all of you! This project has been a labor of love, born from a frustration I've faced daily as a Swift developer.</p>
        
        <p>Have you ever wanted to quickly test a Swift idea without firing up Xcode and creating an entire project? Or found yourself needing a lightweight environment to experiment with code snippets that you could organize and reference later? That's exactly why I built Notepad.exe - to bridge the gap between heavyweight IDEs and basic text editors.</p>
        
        <h3>What Makes Notepad.exe Special?</h3>
        <ul>
          <li><strong>Swift-First Approach:</strong> Everything is optimized for Swift, from code completion to syntax highlighting</li>
          <li><strong>Library-Based Organization:</strong> Your snippets live in a searchable, taggable library that makes finding past work a breeze</li>
          <li><strong>Floating Notes:</strong> Pop out your notes to hover above other apps - perfect for referencing code while working elsewhere</li>
          <li><strong>Swift Package Manager Integration:</strong> Import and use external packages directly in your snippets</li>
          <li><strong>Local AI Assistance:</strong> Get helpful code suggestions while keeping your code private - all processing happens on your Mac</li>
          <li><strong>Tear-off Sticky Notes:</strong> Create quick throwaway notes that stay out of your library when you need them</li>
        </ul>
        
        <p><strong>Big news!</strong> We've collaborated with AlexSideBar to develop a seamless integration that supercharges your AI workflow! This joint effort elevates your coding experience with instant AI-assisted code access across apps. All purchases include a 25% discount on AlexSideBar subscriptions!</p>
      ]]></description>
      <pubDate>Thu, 22 May 2025 00:00:00 GMT</pubDate>
      <guid isPermaLink="true">https://notepadexe.com/news/#notepad-10-introduction</guid>
      <category>Release</category>
      <category>Swift</category>
      <category>macOS</category>
    </item>
    
  </channel>
</rss>