<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Temple Enterprise LLC</title>
    <description>The latest articles on DEV Community by Temple Enterprise LLC (@templeenterprise).</description>
    <link>https://dev.to/templeenterprise</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F12490%2Fd61af8bf-fe86-4f2e-9b98-4dd56addcd73.jpg</url>
      <title>DEV Community: Temple Enterprise LLC</title>
      <link>https://dev.to/templeenterprise</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/templeenterprise"/>
    <language>en</language>
    <item>
      <title>Axiowisp 0.3.5 Is Out — Split Editor and AI Slash Commands</title>
      <dc:creator>Philip Seifert</dc:creator>
      <pubDate>Sun, 22 Mar 2026 08:13:39 +0000</pubDate>
      <link>https://dev.to/templeenterprise/axiowisp-035-is-out-split-editor-and-ai-slash-commands-3bao</link>
      <guid>https://dev.to/templeenterprise/axiowisp-035-is-out-split-editor-and-ai-slash-commands-3bao</guid>
      <description>&lt;p&gt;It's a focused release. Two features, both significant. If 0.3.4 was about expanding what the editor can do, 0.3.5 is about how you interact with it — how you navigate multiple files at once, and how you talk to the AI.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Split Editor&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can now open two files side by side in the same window.&lt;/p&gt;

&lt;p&gt;Click the &lt;strong&gt;split icon&lt;/strong&gt; at the left of the tab bar to enable it. The editor divides into two independent panes. The left pane tracks your normal active tab as always. The right pane has its own tab strip — click any open file to load it there.&lt;/p&gt;

&lt;p&gt;Prefer the faster approach? &lt;strong&gt;Right-click any tab → Open in Split.&lt;/strong&gt; It opens directly in the right pane and enables the split in one action.&lt;/p&gt;

&lt;p&gt;The divider between the two panes is &lt;strong&gt;draggable&lt;/strong&gt; — pull it left or right to give more space to whichever side you need. Close the split with the X on the right pane header when you're done.&lt;/p&gt;

&lt;p&gt;The use cases are obvious once you have it: comparing two files, writing a function while reading its tests, editing a component while referencing its CSS, copying between files without losing your place. It's one of those features that changes how you actually work, not just what you can technically do.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr0n3d9j52hbk10avpfam.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr0n3d9j52hbk10avpfam.png" alt=" " width="800" height="515"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;AI Slash Commands&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The AI chat panel now has a command system.&lt;/p&gt;

&lt;p&gt;Type &lt;strong&gt;/&lt;/strong&gt; in the chat input and a menu appears above it with six commands:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;/explain&lt;/strong&gt; — walk through what the current file does, step by step&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;/fix&lt;/strong&gt; — find and fix bugs, with an explanation of what was wrong&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;/test&lt;/strong&gt; — write unit tests for the current file&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;/docs&lt;/strong&gt; — add JSDoc or docstring documentation to the code&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;/refactor&lt;/strong&gt; — rewrite for clarity, performance, and maintainability&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;/review&lt;/strong&gt; — audit for security vulnerabilities and code quality issues, categorized by severity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Navigate with &lt;strong&gt;arrow keys&lt;/strong&gt;, press &lt;strong&gt;Enter&lt;/strong&gt; to select, or just click. Selecting fills the input with the full prompt — you can edit it before sending if you want to narrow the scope.&lt;/p&gt;

&lt;p&gt;All six commands automatically use your currently open file as context. No pasting code, no specifying a file. Open it, type the command, send.&lt;/p&gt;

&lt;p&gt;The most useful one in practice is &lt;strong&gt;/review&lt;/strong&gt; — it gives you a structured breakdown with severity levels (Critical, High, Medium, Low) without you having to describe what to look for. &lt;strong&gt;/fix&lt;/strong&gt; is a close second for quick bug hunts on files you haven't touched in a while.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff6ylnkyy9wsh0ws69pyo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff6ylnkyy9wsh0ws69pyo.png" alt=" " width="800" height="515"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Bug Fixes&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HTML Preview&lt;/strong&gt; was showing a blank white pane. Blob URLs created via &lt;code&gt;URL.createObjectURL&lt;/code&gt; don't load reliably inside Electron iframes — switched to &lt;code&gt;srcdoc&lt;/code&gt;, which injects HTML content directly. Fixed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HTML editor pane&lt;/strong&gt; wasn't rendering at all when preview was enabled. A missing &lt;code&gt;height: 100%&lt;/code&gt; on the editor container meant Monaco had no height to fill. One line of CSS.&lt;/p&gt;




&lt;p&gt;Download at &lt;strong&gt;&lt;a href="https://axiowisp.com/download" rel="noopener noreferrer"&gt;https://axiowisp.com/download&lt;/a&gt;&lt;/strong&gt; — Windows installer or portable build, free as always.&lt;/p&gt;

&lt;p&gt;Source on GitHub: &lt;strong&gt;&lt;a href="https://github.com/Temple-Enterprise/Axiowisp" rel="noopener noreferrer"&gt;https://github.com/Temple-Enterprise/Axiowisp&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Built by Temple Enterprise LLC. Free, open-source, always.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>electron</category>
      <category>axiowisp</category>
    </item>
    <item>
      <title>Axiowisp 0.3.4 Is Out — 16 New Features Including Zen Mode, Markdown Preview, Bookmarks, and an Expanded Command Palette</title>
      <dc:creator>Philip Seifert</dc:creator>
      <pubDate>Mon, 09 Mar 2026 16:21:34 +0000</pubDate>
      <link>https://dev.to/templeenterprise/axiowisp-034-is-out-16-new-features-including-zen-mode-markdown-preview-bookmarks-and-an-59oi</link>
      <guid>https://dev.to/templeenterprise/axiowisp-034-is-out-16-new-features-including-zen-mode-markdown-preview-bookmarks-and-an-59oi</guid>
      <description>&lt;p&gt;It's been a productive sprint. Axiowisp 0.3.4 just dropped, and it's the biggest editor-focused release yet. While 0.3.3 was all about the API client and Git panel, this release turns its attention inward — the editing experience itself. Sixteen new features land today, ranging from distraction-free writing to smarter navigation and a command palette that's grown into something genuinely useful.&lt;/p&gt;

&lt;p&gt;If you're new here: &lt;a href="https://axiowisp.com" rel="noopener noreferrer"&gt;Axiowisp&lt;/a&gt; is a free, open-source, AI-powered desktop IDE for Windows built on Monaco. No subscription. No telemetry. Just a fast, capable editor that gets out of your way.&lt;/p&gt;

&lt;p&gt;Let's dig in.&lt;/p&gt;




&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsdi5b8snyhyjw3l0chk3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsdi5b8snyhyjw3l0chk3.png" alt=" " width="800" height="476"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Zen Mode
&lt;/h2&gt;

&lt;p&gt;The single most-requested feature since launch. One keybind, and everything disappears — sidebar, tabs, status bar, title bar. Just you and the file.&lt;/p&gt;

&lt;p&gt;Zen Mode hides all chrome and centers the editor in a clean, padded column. Press the same shortcut to exit. That's it. No configuration required, no distractions.&lt;/p&gt;




&lt;h2&gt;
  
  
  Sticky Scroll
&lt;/h2&gt;

&lt;p&gt;If you've spent time inside a 300-line function trying to remember which class you're in, this one's for you. Sticky Scroll pins the current scope context — class name, function signature, block header — to the top of the editor as you scroll through it.&lt;/p&gt;

&lt;p&gt;It's a small UI change with an outsized effect on orientation in large files.&lt;/p&gt;




&lt;h2&gt;
  
  
  Markdown Preview
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;.md&lt;/code&gt; files now open with a live preview option. Split the editor 50/50 and the right pane renders your Markdown in real time as you type. Headers, code blocks, tables, inline formatting — all rendered correctly.&lt;/p&gt;

&lt;p&gt;No external tool. No browser. Just write.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcxnweqjpd2jqzvvgazyn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcxnweqjpd2jqzvvgazyn.png" alt=" " width="800" height="476"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Bookmarks
&lt;/h2&gt;

&lt;p&gt;Mark any line with a bookmark. Jump between bookmarks with a shortcut. That's the feature.&lt;/p&gt;

&lt;p&gt;It's useful in more situations than you'd expect: holding your place while you investigate a bug elsewhere, marking the three files you're actively switching between, or flagging lines for a future refactor. Bookmarks persist for the session and show as gutter icons.&lt;/p&gt;




&lt;h2&gt;
  
  
  Go to Definition &amp;amp; Peek Definition
&lt;/h2&gt;

&lt;p&gt;Both are now wired up. &lt;code&gt;Go to Definition&lt;/code&gt; jumps the cursor to where a symbol is defined. &lt;code&gt;Peek Definition&lt;/code&gt; opens an inline widget so you can read the definition without leaving your current position.&lt;/p&gt;

&lt;p&gt;This works for any language Monaco has symbol support for — TypeScript, JavaScript, Python, and more.&lt;/p&gt;




&lt;h2&gt;
  
  
  Bracket Jump
&lt;/h2&gt;

&lt;p&gt;Press the shortcut on any bracket, brace, or parenthesis and the cursor jumps to its matching pair. Useful in deeply nested code where visually tracing the match is error-prone.&lt;/p&gt;




&lt;h2&gt;
  
  
  Text Transforms
&lt;/h2&gt;

&lt;p&gt;Right-click any selection and you'll find a new &lt;strong&gt;Text Transforms&lt;/strong&gt; submenu:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;UPPERCASE&lt;/li&gt;
&lt;li&gt;lowercase&lt;/li&gt;
&lt;li&gt;Title Case&lt;/li&gt;
&lt;li&gt;camelCase&lt;/li&gt;
&lt;li&gt;snake_case&lt;/li&gt;
&lt;li&gt;kebab-case&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No more manually retyping variable names or installing an extension just to convert case.&lt;/p&gt;




&lt;h2&gt;
  
  
  Sort Lines
&lt;/h2&gt;

&lt;p&gt;Select a block of lines and sort them alphabetically in one action. Useful for import blocks, enum values, CSS properties — anywhere order is arbitrary and consistency matters.&lt;/p&gt;




&lt;h2&gt;
  
  
  Trim Whitespace
&lt;/h2&gt;

&lt;p&gt;Strips trailing spaces from every line in the current file. Runs on demand, not automatically, so it doesn't interfere with your workflow mid-edit.&lt;/p&gt;




&lt;h2&gt;
  
  
  Join Lines
&lt;/h2&gt;

&lt;p&gt;Select multiple lines and collapse them into one. The lines are joined with a single space. Handy for collapsing wrapped strings, cleaning up manual line breaks, or reformatting copied content.&lt;/p&gt;




&lt;h2&gt;
  
  
  Pin Tabs
&lt;/h2&gt;

&lt;p&gt;Right-click any tab and pin it. Pinned tabs shrink to show only the file icon and move to the left side of the tab bar. They don't close when you use "Close Other Tabs" or similar actions.&lt;/p&gt;

&lt;p&gt;Good for keeping a config file, a constants module, or a test file permanently accessible while you work through the rest of the project.&lt;/p&gt;




&lt;h2&gt;
  
  
  Drag-and-Drop File Open
&lt;/h2&gt;

&lt;p&gt;You can now drag a file from Windows Explorer directly into the editor window to open it. It opens in a new tab, same as double-clicking in the sidebar. Simple, but it removes a friction point when you're working with files outside the current project folder.&lt;/p&gt;




&lt;h2&gt;
  
  
  Notifications Panel
&lt;/h2&gt;

&lt;p&gt;A centralized panel for alerts, system messages, and IDE events. Previously these were ephemeral toasts — visible for a few seconds and then gone. Now there's a persistent panel you can open to review anything you missed.&lt;/p&gt;




&lt;h2&gt;
  
  
  Font Family Setting
&lt;/h2&gt;

&lt;p&gt;Go to &lt;strong&gt;Settings → Editor → Font Family&lt;/strong&gt; and type any font name installed on your system. The editor updates immediately. Fira Code, JetBrains Mono, Cascadia Code — whatever you have installed, it works.&lt;/p&gt;




&lt;h2&gt;
  
  
  Emmet Toggle
&lt;/h2&gt;

&lt;p&gt;Emmet abbreviation expansion is now a toggle in Settings. It's on by default for HTML, CSS, and JSX files. Turn it off if it conflicts with your workflow or the language you're working in.&lt;/p&gt;




&lt;h2&gt;
  
  
  Expanded Command Palette
&lt;/h2&gt;

&lt;p&gt;The Command Palette has grown from a handful of actions to over 36. Everything added in this release is accessible from the palette — Zen Mode, Text Transforms, Sort Lines, Markdown Preview, Bookmark actions, and more.&lt;/p&gt;

&lt;p&gt;If you learn one habit from this release, make it opening the palette first. Most things are faster from there than from menus.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvlgd3sdv4haxwgp9w0z9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvlgd3sdv4haxwgp9w0z9.png" alt=" " width="800" height="515"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Download
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://axiowisp.com/download" rel="noopener noreferrer"&gt;axiowisp.com/download&lt;/a&gt; — Windows installer or portable build, free as always.&lt;/p&gt;

&lt;p&gt;Source on GitHub: &lt;a href="https://github.com/Temple-Enterprise/Axiowisp" rel="noopener noreferrer"&gt;github.com/Temple-Enterprise/Axiowisp&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built by &lt;a href="https://templeenterprise.com" rel="noopener noreferrer"&gt;Temple Enterprise LLC&lt;/a&gt;. Free, open-source, always.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>electron</category>
      <category>axiowisp</category>
    </item>
    <item>
      <title>Axiowisp 0.3.3 is out — 10 new features including WebSocket client, Snippet Library, and AI Commit Messages</title>
      <dc:creator>Philip Seifert</dc:creator>
      <pubDate>Mon, 02 Mar 2026 21:08:56 +0000</pubDate>
      <link>https://dev.to/templeenterprise/axiowisp-033-is-out-10-new-features-including-websocket-client-snippet-library-and-ai-commit-131b</link>
      <guid>https://dev.to/templeenterprise/axiowisp-033-is-out-10-new-features-including-websocket-client-snippet-library-and-ai-commit-131b</guid>
      <description>&lt;p&gt;We just shipped Axiowisp 0.3.3. This one is a big one — 10 new features across the API client, &lt;br&gt;
editor, Git panel, sidebar, and settings.&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="https://axiowisp.com" rel="noopener noreferrer"&gt;https://axiowisp.com&lt;/a&gt;&lt;br&gt;
GitHub: &lt;a href="https://github.com/Temple-Enterprise/Axiowisp" rel="noopener noreferrer"&gt;https://github.com/Temple-Enterprise/Axiowisp&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;What's new in 0.3.3&lt;/p&gt;

&lt;p&gt;This release expands the API client into a full-featured tool, adds AI commit message generation &lt;br&gt;
to Git, brings a Snippet Library to the sidebar, and rounds it out with a live HTML preview, &lt;br&gt;
activity timeline, and rebindable keyboard shortcuts.&lt;/p&gt;




&lt;p&gt;API Client: now a proper toolbox&lt;/p&gt;

&lt;p&gt;The API client got the most attention this release. Four additions:&lt;/p&gt;

&lt;p&gt;Request History&lt;br&gt;
Every request is logged automatically. Click any entry to restore the method and URL instantly — &lt;br&gt;
no retyping, no copy-paste.&lt;/p&gt;

&lt;p&gt;Environment Variables&lt;br&gt;
Define variables per environment (e.g. BASE_URL, TOKEN) and reference them in your URL, headers, &lt;br&gt;
or body as {{VAR}}. Switch environments from the URL bar dropdown.&lt;/p&gt;

&lt;p&gt;Saved Collections&lt;br&gt;
Save any request — method, URL, auth, params, headers, body — to a named collection. Click it &lt;br&gt;
later to restore everything in one shot.&lt;/p&gt;

&lt;p&gt;WebSocket Client&lt;br&gt;
Toggle the API client into WS mode. Connect to ws:// or wss:// endpoints, send messages, and &lt;br&gt;
watch the live message log. No extra tools required.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fafepqhxo4rblmee78b35.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fafepqhxo4rblmee78b35.png" alt=" " width="433" height="335"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Git panel upgrades&lt;/p&gt;

&lt;p&gt;AI Commit Messages&lt;br&gt;
There's now a sparkle button next to the commit input. Click it and Axiowisp pulls the staged &lt;br&gt;
diff, sends it to your active AI provider (OpenAI, Claude, or Gemini), and fills in a commit &lt;br&gt;
message. It uses the same provider and model you already have configured in Settings.&lt;/p&gt;

&lt;p&gt;Diff Viewer Tab&lt;br&gt;
Each changed file in the Git panel now has a diff icon. Clicking it opens a side-by-side Monaco &lt;br&gt;
diff tab showing HEAD vs. your current version — read-only, syntax highlighted, no extra setup.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffpv1ie7ute13oqof5wg3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffpv1ie7ute13oqof5wg3.png" alt=" " width="436" height="216"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Editor: Live HTML Preview&lt;/p&gt;

&lt;p&gt;When you have an HTML file open, an eye icon appears in the editor toolbar. Click it to split &lt;br&gt;
the editor 50/50 with a live iframe preview that updates as you type. Blob URLs are managed &lt;br&gt;
automatically so memory doesn't leak.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frzu4zr6q93jtlxkefiyk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frzu4zr6q93jtlxkefiyk.png" alt=" " width="800" height="499"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Snippet Library&lt;/p&gt;

&lt;p&gt;A new sidebar panel (book icon) lets you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create snippets from the current editor selection&lt;/li&gt;
&lt;li&gt;Search by name (fuzzy filter)&lt;/li&gt;
&lt;li&gt;Insert at cursor with one click&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It persists across sessions via localStorage.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F40wu1ezm5bt785vrjt2h.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F40wu1ezm5bt785vrjt2h.png" alt=" " width="432" height="320"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Dashboard: Activity Timeline&lt;/p&gt;

&lt;p&gt;The Project Health Dashboard now has a Recent Activity section at the bottom. It shows the last &lt;br&gt;
30 events with type icons and relative timestamps (e.g. "3m ago"):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;File opens / saves&lt;/li&gt;
&lt;li&gt;Git commits / pushes&lt;/li&gt;
&lt;li&gt;API requests&lt;/li&gt;
&lt;li&gt;AI chat messages&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdkg44a7grp9xxieep009.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdkg44a7grp9xxieep009.png" alt=" " width="800" height="516"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Custom Keybindings&lt;/p&gt;

&lt;p&gt;Settings now has a Keybindings section. Every shortcut shows as a chip — click it, press your &lt;br&gt;
new key combo, done. A reset button restores the default if you change your mind. All commands &lt;br&gt;
are supported: save, sidebar, bottom panel, command palette, dashboard, go to line, chat, font &lt;br&gt;
size, format.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F88fvw8n1hzihic0s4psx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F88fvw8n1hzihic0s4psx.png" alt=" " width="537" height="690"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Links&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="https://axiowisp.com" rel="noopener noreferrer"&gt;https://axiowisp.com&lt;/a&gt;&lt;br&gt;
GitHub: &lt;a href="https://github.com/Temple-Enterprise/Axiowisp" rel="noopener noreferrer"&gt;https://github.com/Temple-Enterprise/Axiowisp&lt;/a&gt;&lt;br&gt;
Download: &lt;a href="https://github.com/Temple-Enterprise/Axiowisp/releases/download/Release-0.3.3/Axiowisp.exe" rel="noopener noreferrer"&gt;https://github.com/Temple-Enterprise/Axiowisp/releases/download/Release-0.3.3/Axiowisp.exe&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you try 0.3.3, let us know what you think — what's working, what's missing, and what you &lt;br&gt;
want to see next.&lt;/p&gt;

</description>
      <category>news</category>
      <category>ai</category>
      <category>opensource</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Introducing Temple Enterprise LLC</title>
      <dc:creator>Philip Seifert</dc:creator>
      <pubDate>Mon, 02 Mar 2026 08:03:37 +0000</pubDate>
      <link>https://dev.to/templeenterprise/introducing-temple-enterprise-llc-2ngi</link>
      <guid>https://dev.to/templeenterprise/introducing-temple-enterprise-llc-2ngi</guid>
      <description>&lt;h1&gt;
  
  
  Introducing Temple Enterprise LLC
&lt;/h1&gt;

&lt;p&gt;Temple Enterprise LLC is a technology holding company focused on building and operating a portfolio of software platforms across security, developer tooling, research utilities, and consumer applications. Rather than operating as a single-product startup, Temple Enterprise manages multiple projects under a centralized engineering and governance structure.&lt;/p&gt;

&lt;h2&gt;
  
  
  What We Do
&lt;/h2&gt;

&lt;p&gt;Temple Enterprise develops and maintains software products with an emphasis on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Long-term maintainability&lt;/li&gt;
&lt;li&gt;Direct ownership of infrastructure and core technology&lt;/li&gt;
&lt;li&gt;Security-focused engineering practices&lt;/li&gt;
&lt;li&gt;Structured release and lifecycle management&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is not rapid iteration for short-term visibility, but steady development with clear standards and operational discipline across all projects.&lt;/p&gt;

&lt;h2&gt;
  
  
  Portfolio Overview
&lt;/h2&gt;

&lt;p&gt;Temple Enterprise oversees a range of products, each serving a specific audience:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Axiowisp&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A modern desktop IDE built with Electron, React, and TypeScript. It integrates AI-assisted development features while maintaining a controlled and structured architecture.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PrivacyGuard&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
An open-source browser privacy tool designed to give users clearer visibility and control over tracking and web-based data exposure.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;WinProcessInspector&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A Windows process and memory inspection utility intended for research, debugging, and low-level system analysis.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Securos&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A security-oriented platform focused on hardened tooling and infrastructure support.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Temple Cheats&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
A commercial gaming utility platform developed under internal quality and performance standards.&lt;/p&gt;

&lt;p&gt;Each product operates independently in its domain, but follows shared engineering principles and internal standards defined by Temple Enterprise.&lt;/p&gt;

&lt;h2&gt;
  
  
  Operating Philosophy
&lt;/h2&gt;

&lt;p&gt;Temple Enterprise prioritizes structured development practices and accountability. This includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Controlled deployment processes&lt;/li&gt;
&lt;li&gt;Clear ownership of systems and infrastructure&lt;/li&gt;
&lt;li&gt;Risk-aware engineering decisions&lt;/li&gt;
&lt;li&gt;Support for both open-source and commercial initiatives&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;By centralizing oversight while allowing product-level specialization, the company aims to maintain consistency across its portfolio without sacrificing technical depth.&lt;/p&gt;

&lt;h2&gt;
  
  
  Looking Ahead
&lt;/h2&gt;

&lt;p&gt;Temple Enterprise continues to expand and refine its software offerings. The focus remains on building tools that are maintainable, responsibly engineered, and aligned with long-term technical standards.&lt;/p&gt;

&lt;p&gt;For developers, researchers, and users interested in security-conscious and structured software development, Temple Enterprise represents a multi-project organization built around discipline rather than trend cycles.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>software</category>
      <category>security</category>
      <category>devtools</category>
    </item>
    <item>
      <title>Axiowisp 0.3.2 is out (and we launched our website)</title>
      <dc:creator>Philip Seifert</dc:creator>
      <pubDate>Sun, 01 Mar 2026 09:57:55 +0000</pubDate>
      <link>https://dev.to/templeenterprise/axiowisp-032-is-out-and-we-launched-our-website-51j0</link>
      <guid>https://dev.to/templeenterprise/axiowisp-032-is-out-and-we-launched-our-website-51j0</guid>
      <description>&lt;p&gt;We just shipped &lt;strong&gt;Axiowisp 0.3.2&lt;/strong&gt;, and it’s easily our biggest update yet. Alongside the release, we also launched our site: &lt;strong&gt;&lt;a href="https://axiowisp.com" rel="noopener noreferrer"&gt;https://axiowisp.com&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you want to check the repo: &lt;a href="https://github.com/Temple-Enterprise/Axiowisp" rel="noopener noreferrer"&gt;https://github.com/Temple-Enterprise/Axiowisp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkjir20uuiwjyiijt6wey.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkjir20uuiwjyiijt6wey.png" alt=" " width="800" height="512"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s new in 0.3.2
&lt;/h2&gt;

&lt;p&gt;This release focuses on three big areas: &lt;strong&gt;AI assistance&lt;/strong&gt;, &lt;strong&gt;project visibility&lt;/strong&gt;, and &lt;strong&gt;day-to-day workflow speed&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  AI features that stay out of your way
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;AI Code Review&lt;/strong&gt;&lt;br&gt;
You can right-click any file and run &lt;strong&gt;AI Review&lt;/strong&gt; to get categorized feedback (security, performance, bugs, style) with &lt;strong&gt;severity levels&lt;/strong&gt;. It’s meant to be quick to scan and easy to act on.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Inline AI Ghost Text&lt;/strong&gt;&lt;br&gt;
Copilot-style completions show up as dimmed text after an ~800ms pause while typing.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Tab&lt;/strong&gt; to accept&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Escape&lt;/strong&gt; to dismiss&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Multi-Provider AI Chat&lt;/strong&gt;&lt;br&gt;
You can use multiple providers (OpenAI, Claude, Gemini) with model selection, depending on what you prefer or what your team uses.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnut6nbgextqy1ei1khqi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnut6nbgextqy1ei1khqi.png" alt=" " width="800" height="503"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  A new Project Health Dashboard
&lt;/h2&gt;

&lt;p&gt;We added a &lt;strong&gt;Project Health Dashboard&lt;/strong&gt; that gives you quick context about a repo without extra tools:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;total files + lines of code&lt;/li&gt;
&lt;li&gt;language breakdown (with colored bars)&lt;/li&gt;
&lt;li&gt;largest files&lt;/li&gt;
&lt;li&gt;TODO/FIXME count&lt;/li&gt;
&lt;li&gt;dependency list&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s the kind of stuff you usually end up checking manually when you join a project or open an unfamiliar codebase.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fid81jki44oh4pc34pwjs.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fid81jki44oh4pc34pwjs.png" alt=" " width="800" height="512"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Git integration (in-app)
&lt;/h2&gt;

&lt;p&gt;Axiowisp now includes a &lt;strong&gt;Source Control&lt;/strong&gt; sidebar panel with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;current branch display&lt;/li&gt;
&lt;li&gt;staged / unstaged file lists&lt;/li&gt;
&lt;li&gt;stage / unstage buttons&lt;/li&gt;
&lt;li&gt;commit&lt;/li&gt;
&lt;li&gt;push / pull&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s not trying to replace full Git clients — the goal is to make the common actions fast while you’re already in the editor.&lt;/p&gt;

&lt;h2&gt;
  
  
  Productivity improvements (lots of them)
&lt;/h2&gt;

&lt;p&gt;A bunch of smaller upgrades landed in this release that add up:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Find &amp;amp; Replace in Files&lt;/strong&gt; (grouped results by file, per-file replace, replace-all)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Toast notifications&lt;/strong&gt; (save/errors/git ops, auto-dismiss)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Unsaved changes prompt&lt;/strong&gt; (Save / Don’t Save / Cancel)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tab drag reorder&lt;/strong&gt; + expanded tab context menu (Close to Right, Close Saved)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auto-save&lt;/strong&gt; toggle with delay control (500ms–5s)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Keyboard shortcuts&lt;/strong&gt; (Go to Line, Format, Dashboard, Zoom)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;File association support&lt;/strong&gt; (30+ file types, “Open With”, single-instance lock, argv parsing)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sidebar rewrite&lt;/strong&gt; (content search, Git panel improvements, replace input + Replace All)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Website: &lt;a href="https://axiowisp.com" rel="noopener noreferrer"&gt;https://axiowisp.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/Temple-Enterprise/Axiowisp" rel="noopener noreferrer"&gt;https://github.com/Temple-Enterprise/Axiowisp&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you try 0.3.2, We'd love to hear what feels good, what’s missing, and what you want next.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>news</category>
      <category>opensource</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Axiowisp v0.3.1 — File Explorer, Breadcrumbs, and a Proper IDE Feel</title>
      <dc:creator>Philip Seifert</dc:creator>
      <pubDate>Sat, 28 Feb 2026 10:08:22 +0000</pubDate>
      <link>https://dev.to/templeenterprise/axiowisp-v031-file-explorer-breadcrumbs-and-a-proper-ide-feel-3nk2</link>
      <guid>https://dev.to/templeenterprise/axiowisp-v031-file-explorer-breadcrumbs-and-a-proper-ide-feel-3nk2</guid>
      <description>&lt;p&gt;We just shipped &lt;strong&gt;v0.3.1&lt;/strong&gt; of &lt;a href="https://github.com/Temple-Enterprise/Axiowisp" rel="noopener noreferrer"&gt;Axiowisp&lt;/a&gt;, our open-source desktop IDE built with Electron, React, and Monaco Editor. This release focuses on closing the gap between Axiowisp and the file management experience you expect from a real code editor.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's new
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;File Explorer overhaul.&lt;/strong&gt; Right-click any file or folder in the explorer for a context menu with New File, New Folder, Rename, and Delete. The explorer header now has toolbar buttons for quick access to the same actions plus Refresh and Collapse All. All operations hit the filesystem directly through new IPC handlers and auto-refresh the tree.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Breadcrumb navigation.&lt;/strong&gt; The active file's path now renders as clickable segments above the editor, each with the appropriate file or folder icon.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Problems panel.&lt;/strong&gt; A new tab in the bottom panel filters output by severity and shows a live error/warning count as a badge. The Output tab now color-codes entries by severity (info, warn, error) with timestamps and clear functionality.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Terminal improvements.&lt;/strong&gt; New Terminal, Clear, and Kill buttons sit in the bottom panel header, giving you quick control over your shell session without keyboard shortcuts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Status bar.&lt;/strong&gt; Now displays cursor position (Ln/Col), selection count, indentation settings, EOL type (LF/CRLF), and encoding. Error and warning counts from the output stream appear on the left with their respective icons.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Welcome screen and Command Palette.&lt;/strong&gt; The welcome tab now shows six quick-action buttons and a keyboard shortcuts reference grid. The command palette gained several new commands — Save File, Close All Tabs, Show Problems, Refresh File Tree, Clear Output — each with inline shortcut badges.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Build script.&lt;/strong&gt; A new &lt;code&gt;build.py&lt;/code&gt; handles the full packaging pipeline: dependency install, TypeScript compilation, Vite build, and electron-builder NSIS installer output. One command, one installer.&lt;/p&gt;

&lt;h2&gt;
  
  
  Full changelog
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;[+] File Explorer Context Menu (New File, New Folder, Rename, Delete)
[+] Explorer Toolbar Actions (New File, New Folder, Refresh, Collapse All)
[+] Inline Rename &amp;amp; Create inputs in FileTree
[+] Breadcrumb Navigation with file/folder icons
[+] Problems Tab with severity filtering and badge count
[+] Output Severity Engine (timestamped info/warn/error coloring)
[+] Terminal Actions Bar (New, Clear, Kill)
[+] Cursor Position Tracking (Ln/Col in StatusBar)
[+] Selection Counter and EOL/Indentation Display
[+] Error/Warning Counters in StatusBar
[+] Keyboard Shortcuts Grid in WelcomeTab
[+] Extended Quick Actions in WelcomeTab
[+] Command Palette Expansion (12 commands + shortcut badges)
[+] Editor Store (cursor, selection, EOL tracking)
[+] Python Build Script (automated NSIS packaging)
[~] File Operations Backend (IPC handlers + preload bindings)
[~] Output Store Rewrite (severity parsing, clear action)
[~] Desktop Shortcut Icon Fix (explicit win.icon in builder config)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/Temple-Enterprise/Axiowisp" rel="noopener noreferrer"&gt;github.com/Temple-Enterprise/Axiowisp&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Download:&lt;/strong&gt; &lt;a href="https://github.com/Temple-Enterprise/Axiowisp/releases" rel="noopener noreferrer"&gt;Releases page&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Website:&lt;/strong&gt; &lt;a href="https://templeenterprise.com" rel="noopener noreferrer"&gt;templeenterprise.com&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're building something with Electron and want to see how we handle Monaco integration, terminal emulation, or file system IPC — the repo is open. Feedback and contributions are welcome.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fder1knny5hfst9b36s1v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fder1knny5hfst9b36s1v.png" alt=" " width="800" height="515"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>electron</category>
      <category>typescript</category>
    </item>
    <item>
      <title>We Built a Clean, Minimal Desktop IDE — Meet Axiowisp</title>
      <dc:creator>Philip Seifert</dc:creator>
      <pubDate>Thu, 19 Feb 2026 12:24:22 +0000</pubDate>
      <link>https://dev.to/templeenterprise/we-built-a-clean-minimal-desktop-ide-meet-axiowisp-e44</link>
      <guid>https://dev.to/templeenterprise/we-built-a-clean-minimal-desktop-ide-meet-axiowisp-e44</guid>
      <description>&lt;p&gt;Most modern code editors fall into one of two categories:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Extremely powerful, but bloated&lt;/li&gt;
&lt;li&gt;Lightweight, but missing critical features&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We wanted something different.&lt;/p&gt;

&lt;p&gt;So under &lt;strong&gt;Temple Enterprise&lt;/strong&gt;, we built &lt;strong&gt;Axiowisp&lt;/strong&gt; — a modern, minimal desktop IDE designed to feel fast, clean, and focused, without sacrificing real developer tooling.&lt;/p&gt;

&lt;p&gt;GitHub:&lt;br&gt;
👉 &lt;a href="https://github.com/Temple-Enterprise/Axiowisp" rel="noopener noreferrer"&gt;https://github.com/Temple-Enterprise/Axiowisp&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Why build another IDE?
&lt;/h2&gt;

&lt;p&gt;Because we wanted:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A real terminal (not a fake shell widget)&lt;/li&gt;
&lt;li&gt;A proper editor engine (not a textarea with syntax highlighting)&lt;/li&gt;
&lt;li&gt;Modern React UI&lt;/li&gt;
&lt;li&gt;A clean architecture&lt;/li&gt;
&lt;li&gt;Optional AI integration — without cloud-locking the entire app&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Axiowisp isn’t trying to replace VS Code.&lt;br&gt;
It’s built as a &lt;strong&gt;lean desktop development environment&lt;/strong&gt; with full control over the stack.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Core Philosophy
&lt;/h2&gt;

&lt;p&gt;Axiowisp is built around three principles:&lt;/p&gt;

&lt;h3&gt;
  
  
  1️⃣ Clean UI, Zero Clutter
&lt;/h3&gt;

&lt;p&gt;Minimal activity bar.&lt;br&gt;
Clear panels.&lt;br&gt;
Resizable layout.&lt;br&gt;
Dark theme that’s easy on the eyes.&lt;/p&gt;

&lt;h3&gt;
  
  
  2️⃣ Real Desktop Power
&lt;/h3&gt;

&lt;p&gt;Not a browser pretending to be an IDE.&lt;/p&gt;

&lt;p&gt;We use:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Electron for native desktop control&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;node-pty&lt;/code&gt; for a real shell&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;xterm.js&lt;/code&gt; for terminal rendering&lt;/li&gt;
&lt;li&gt;Monaco Editor (the same editor engine that powers VS Code)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So when you open a terminal — it’s actually your system shell.&lt;/p&gt;

&lt;h3&gt;
  
  
  3️⃣ AI Is Optional
&lt;/h3&gt;

&lt;p&gt;AI chat is built in — but it’s not forced.&lt;/p&gt;

&lt;p&gt;You provide your own API key.&lt;br&gt;
No tracking.&lt;br&gt;
No hidden cloud layer.&lt;/p&gt;

&lt;p&gt;If you don’t want AI? Don’t use it.&lt;/p&gt;




&lt;h2&gt;
  
  
  What’s Inside Axiowisp?
&lt;/h2&gt;

&lt;p&gt;Instead of listing features like a README, here’s how it actually feels to use:&lt;/p&gt;

&lt;h3&gt;
  
  
  📝 Editing
&lt;/h3&gt;

&lt;p&gt;You get Monaco — full IntelliSense, syntax highlighting, language support, theming.&lt;br&gt;
It behaves exactly how you'd expect from a modern editor.&lt;/p&gt;

&lt;h3&gt;
  
  
  🖥 Integrated Terminal
&lt;/h3&gt;

&lt;p&gt;You can run real PowerShell or Bash sessions inside the IDE.&lt;br&gt;
Commands stream live. No hacks. No simulated output.&lt;/p&gt;

&lt;h3&gt;
  
  
  🔎 Command Palette
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;Ctrl + P&lt;/code&gt; opens a quick action/search palette.&lt;br&gt;
Fast navigation without reaching for the mouse.&lt;/p&gt;

&lt;h3&gt;
  
  
  📂 Folder-Based Workspace
&lt;/h3&gt;

&lt;p&gt;Open a project folder and everything works around that context — explorer, runner, terminal.&lt;/p&gt;

&lt;h3&gt;
  
  
  ⚙ Settings Panel
&lt;/h3&gt;

&lt;p&gt;Editor config, theme config, terminal behavior, AI model selection — all persistent.&lt;/p&gt;




&lt;h2&gt;
  
  
  Architecture (Built Properly)
&lt;/h2&gt;

&lt;p&gt;We structured Axiowisp as a clean Electron multi-process application:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Main Process&lt;/strong&gt; → system-level operations, IPC, terminal control&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Renderer (React + Vite)&lt;/strong&gt; → UI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Preload bridge&lt;/strong&gt; → safe, typed IPC&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Shared types&lt;/strong&gt; → strict communication contracts&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Security matters.&lt;/p&gt;

&lt;p&gt;So we enabled:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Context isolation&lt;/li&gt;
&lt;li&gt;No node integration in renderer&lt;/li&gt;
&lt;li&gt;Strict CSP&lt;/li&gt;
&lt;li&gt;No remote content loading&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Electron apps don’t have to be insecure — you just have to build them correctly.&lt;/p&gt;




&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Electron 35&lt;/li&gt;
&lt;li&gt;React 19&lt;/li&gt;
&lt;li&gt;Vite 6&lt;/li&gt;
&lt;li&gt;TypeScript 5.7&lt;/li&gt;
&lt;li&gt;Monaco Editor&lt;/li&gt;
&lt;li&gt;node-pty&lt;/li&gt;
&lt;li&gt;xterm.js&lt;/li&gt;
&lt;li&gt;Zustand&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Everything is modern.&lt;br&gt;
Everything is typed.&lt;/p&gt;




&lt;h2&gt;
  
  
  Who Is This For?
&lt;/h2&gt;

&lt;p&gt;Axiowisp is ideal for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Developers who want a minimal local IDE&lt;/li&gt;
&lt;li&gt;Hackers and tinkerers who want full control over Electron&lt;/li&gt;
&lt;li&gt;People learning desktop app architecture&lt;/li&gt;
&lt;li&gt;Developers who want AI integrated without vendor lock-in&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s also a great reference project for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Secure Electron setup&lt;/li&gt;
&lt;li&gt;Typed IPC architecture&lt;/li&gt;
&lt;li&gt;Integrating a real terminal&lt;/li&gt;
&lt;li&gt;Using Monaco in a desktop environment&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Running It
&lt;/h2&gt;

&lt;p&gt;Clone it. Install dependencies. Run dev.&lt;/p&gt;

&lt;p&gt;It launches Electron with hot reload and a Vite dev server.&lt;/p&gt;

&lt;p&gt;We’ve already published an early release, and we’re iterating quickly.&lt;/p&gt;




&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fam6fn3ey0x24397am7rw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fam6fn3ey0x24397am7rw.png" alt=" " width="800" height="515"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s Next?
&lt;/h2&gt;

&lt;p&gt;Planned improvements include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Better workspace persistence&lt;/li&gt;
&lt;li&gt;File system performance improvements&lt;/li&gt;
&lt;li&gt;Plugin architecture exploration&lt;/li&gt;
&lt;li&gt;Cross-platform packaging refinement&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We’re building this openly.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Temple Enterprise Is Publishing It
&lt;/h2&gt;

&lt;p&gt;Temple Enterprise focuses on building high-performance software with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clean architecture&lt;/li&gt;
&lt;li&gt;Security-first design&lt;/li&gt;
&lt;li&gt;Performance awareness&lt;/li&gt;
&lt;li&gt;Minimal bloat&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Axiowisp reflects that philosophy.&lt;/p&gt;




&lt;h2&gt;
  
  
  Check It Out
&lt;/h2&gt;

&lt;p&gt;GitHub:&lt;br&gt;
&lt;a href="https://github.com/Temple-Enterprise/Axiowisp" rel="noopener noreferrer"&gt;https://github.com/Temple-Enterprise/Axiowisp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you’re interested in contributing, experimenting, or just seeing how a properly structured Electron app looks — give it a look.&lt;/p&gt;

</description>
      <category>electron</category>
      <category>react</category>
      <category>typescript</category>
      <category>ai</category>
    </item>
    <item>
      <title>Building a Windows Process Inspector in Modern C++</title>
      <dc:creator>Philip Seifert</dc:creator>
      <pubDate>Sun, 15 Feb 2026 16:14:27 +0000</pubDate>
      <link>https://dev.to/templeenterprise/building-a-windows-process-inspector-in-modern-c-3nl</link>
      <guid>https://dev.to/templeenterprise/building-a-windows-process-inspector-in-modern-c-3nl</guid>
      <description>&lt;h2&gt;
  
  
  Building a Windows Process Inspector in Modern C++
&lt;/h2&gt;

&lt;p&gt;Modern Windows systems expose extensive runtime information — processes, threads, memory regions, modules, and security tokens.&lt;br&gt;&lt;br&gt;
We built &lt;strong&gt;WinProcessInspector&lt;/strong&gt; to explore and understand these internals through a clean, layered C++ architecture.&lt;/p&gt;

&lt;p&gt;Repository:&lt;br&gt;
&lt;a href="https://github.com/Temple-Enterprise/WinProcessInspector" rel="noopener noreferrer"&gt;https://github.com/Temple-Enterprise/WinProcessInspector&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Project Goal
&lt;/h2&gt;

&lt;p&gt;WinProcessInspector was designed to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Enumerate live processes and threads
&lt;/li&gt;
&lt;li&gt;Inspect virtual memory regions and protection flags
&lt;/li&gt;
&lt;li&gt;List loaded modules and base addresses
&lt;/li&gt;
&lt;li&gt;Analyze access tokens and integrity levels
&lt;/li&gt;
&lt;li&gt;Monitor CPU, memory, and I/O usage
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The objective was not to replicate existing tools, but to build a disciplined systems-level implementation from scratch.&lt;/p&gt;




</description>
      <category>cpp</category>
      <category>microsoft</category>
      <category>systems</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
