Skip to content

Commit 508520a

Browse files
committed
Write a blog post about Windows on ARM support
1 parent a561842 commit 508520a

File tree

16 files changed

+310
-50
lines changed

16 files changed

+310
-50
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Official Support for Windows on ARM Begins
3+
author: SeongTae Jeong
4+
date: '2026-04-06'
5+
slug: official-support-for-windows-on-arm-begins
6+
categories:
7+
- db4s
8+
tags: 3.13.x
9+
---
10+
11+
Hello Community,
12+
We have some exciting news to share today.
13+
14+
Our project has officially begun supporting Windows on ARM.
15+
Those interested in this ARM64 native build can download it following: https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.1
16+
```
17+
- DB.Browser.for.SQLite-v3.13.1-arm64.msi
18+
- DB.Browser.for.SQLite-v3.13.1-arm64.zip
19+
```
20+
21+
Please note that since we are using Qt6-rather than Qt5-as the underlying framework to support ARM64 native builds,
22+
there may be potential issues that have not yet been identified. We therefore ask for your continued feedback. :)
23+
24+
Thank you.

docs/blog/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@
6363

6464

6565

66+
<h2 class="archive-title">2026</h2>
67+
68+
<article class="archive-item">
69+
<a href="/blog/official-support-for-windows-on-arm-begins/" class="archive-item-link">Official Support for Windows on ARM Begins</a>
70+
<span class="archive-item-date">
71+
2026-04-06
72+
</span>
73+
</article>
74+
75+
6676
<h2 class="archive-title">2025</h2>
6777

6878
<article class="archive-item">

docs/blog/index.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@
66
<description>Recent content in Blogs on DB Browser for SQLite</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Mon, 03 Feb 2025 00:00:00 +0000</lastBuildDate><atom:link href="/blog/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Mon, 06 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="/blog/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>Official Support for Windows on ARM Begins</title>
12+
<link>/blog/official-support-for-windows-on-arm-begins/</link>
13+
<pubDate>Mon, 06 Apr 2026 00:00:00 +0000</pubDate>
14+
15+
<guid>/blog/official-support-for-windows-on-arm-begins/</guid>
16+
<description>Hello Community, We have some exciting news to share today.
17+
Our project has officially begun supporting Windows on ARM. Those interested in this ARM64 native build can download it following: https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.1
18+
- DB.Browser.for.SQLite-v3.13.1-arm64.msi - DB.Browser.for.SQLite-v3.13.1-arm64.zip Please note that since we are using Qt6-rather than Qt5-as the underlying framework to support ARM64 native builds, there may be potential issues that have not yet been identified. We therefore ask for your continued feedback.</description>
19+
</item>
20+
1021
<item>
1122
<title>DBHub.io Shutdown</title>
1223
<link>/blog/dbhub-shutdown/</link>
Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="generator" content="Hugo 0.111.3">
7+
8+
9+
<title>Official Support for Windows on ARM Begins - DB Browser for SQLite</title>
10+
<meta property="og:title" content="Official Support for Windows on ARM Begins - DB Browser for SQLite">
11+
12+
13+
<link href='/favicon.ico' rel='icon' type='image/x-icon'/>
14+
15+
16+
17+
18+
19+
20+
21+
22+
<link href="https://sqlitebrowser.org/index.xml" rel="alternate" type="application/rss+xml" title="DB Browser for SQLite" />
23+
24+
25+
26+
27+
<link href='//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css' rel='stylesheet' type='text/css' />
28+
29+
30+
31+
<link rel="stylesheet" href="/css/fonts.css" media="all">
32+
33+
<link rel="stylesheet" href="/css/main.css" media="all">
34+
35+
36+
37+
38+
39+
</head>
40+
<body>
41+
<div class="wrapper">
42+
<header class="header">
43+
<nav class="nav">
44+
<a href="/" class="nav-logo">
45+
<img src="/images/sqlitebrowser.svg"
46+
width="50"
47+
height="50"
48+
alt="DB Browser for SQLite logo">
49+
</a>
50+
<ul class="nav-links">
51+
<li><a href="/about/">About</a></li>
52+
<li><a href="/dl/"><b>Download</b></a></li>
53+
<li><a href="/blog/">Blog</a></li>
54+
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/wiki">Docs</a></li>
55+
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser">GitHub</a></li>
56+
<li><a href="https://gitter.im/sqlitebrowser/sqlitebrowser">Gitter</a></li>
57+
<li><a href="https://www.patreon.com/db4s">Patreon</a></li>
58+
</ul>
59+
</nav>
60+
61+
</header>
62+
63+
64+
<main class="content" role="main">
65+
66+
<article class="article">
67+
68+
<span class="article-duration">1 min read</span>
69+
70+
71+
<h1 class="article-title">Official Support for Windows on ARM Begins</h1>
72+
73+
74+
<span class="article-date">2026-04-06</span>
75+
76+
77+
<div class="article-content">
78+
<p>Hello Community,
79+
We have some exciting news to share today.</p>
80+
<p>Our project has officially begun supporting Windows on ARM.
81+
Those interested in this ARM64 native build can download it following: <a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.1">https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.1</a></p>
82+
<pre tabindex="0"><code>- DB.Browser.for.SQLite-v3.13.1-arm64.msi
83+
- DB.Browser.for.SQLite-v3.13.1-arm64.zip
84+
</code></pre><p>Please note that since we are using Qt6-rather than Qt5-as the underlying framework to support ARM64 native builds,
85+
there may be potential issues that have not yet been identified. We therefore ask for your continued feedback. :)</p>
86+
<p>Thank you.</p>
87+
88+
</div>
89+
</article>
90+
91+
92+
93+
94+
</main>
95+
96+
<footer class="footer">
97+
<ul class="footer-links">
98+
<li>
99+
<a href="https://sqlitebrowser.org/index.xml" type="application/rss+xml" target="_blank">RSS feed</a>
100+
</li>
101+
<li>
102+
<a href="https://twitter.com/sqlitebrowser" target="_blank">Twitter</a>
103+
</li>
104+
<li>
105+
<a href="/privacy-policy">Privacy policy</a>
106+
</li>
107+
</ul>
108+
<br />
109+
</footer>
110+
</div>
111+
112+
113+
114+
115+
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
116+
117+
118+
119+
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/r.min.js"></script>
120+
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/yaml.min.js"></script>
121+
<script>hljs.configure({languages: []}); hljs.initHighlightingOnLoad();</script>
122+
123+
124+
125+
126+
127+
128+
129+
<script src="https://utteranc.es/client.js"
130+
repo="sqlitebrowser/website"
131+
issue-term="pathname"
132+
label="utterances"
133+
theme="github-light"
134+
crossorigin="anonymous"
135+
async>
136+
</script>
137+
138+
139+
</body>
140+
</html>
141+

docs/categories/db4s/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@
6363

6464

6565

66+
<h2 class="archive-title">2026</h2>
67+
68+
<article class="archive-item">
69+
<a href="/blog/official-support-for-windows-on-arm-begins/" class="archive-item-link">Official Support for Windows on ARM Begins</a>
70+
<span class="archive-item-date">
71+
2026-04-06
72+
</span>
73+
</article>
74+
75+
6676
<h2 class="archive-title">2024</h2>
6777

6878
<article class="archive-item">

docs/categories/db4s/index.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@
66
<description>Recent content in db4s on DB Browser for SQLite</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Fri, 08 Nov 2024 00:00:00 +0000</lastBuildDate><atom:link href="/categories/db4s/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Mon, 06 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="/categories/db4s/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>Official Support for Windows on ARM Begins</title>
12+
<link>/blog/official-support-for-windows-on-arm-begins/</link>
13+
<pubDate>Mon, 06 Apr 2026 00:00:00 +0000</pubDate>
14+
15+
<guid>/blog/official-support-for-windows-on-arm-begins/</guid>
16+
<description>Hello Community, We have some exciting news to share today.
17+
Our project has officially begun supporting Windows on ARM. Those interested in this ARM64 native build can download it following: https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.1
18+
- DB.Browser.for.SQLite-v3.13.1-arm64.msi - DB.Browser.for.SQLite-v3.13.1-arm64.zip Please note that since we are using Qt6-rather than Qt5-as the underlying framework to support ARM64 native builds, there may be potential issues that have not yet been identified. We therefore ask for your continued feedback.</description>
19+
</item>
20+
1021
<item>
1122
<title>Signing Windows executables - Our journey with SignPath</title>
1223
<link>/blog/signing-windows-executables-our-journey-with-signpath/</link>

docs/categories/index.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,25 +63,28 @@
6363

6464

6565

66-
<h2 class="archive-title">2025</h2>
66+
<h2 class="archive-title">2026</h2>
6767

6868
<article class="archive-item">
69-
<a href="/categories/dbhub.io/" class="archive-item-link">dbhub.io</a>
69+
<a href="/categories/db4s/" class="archive-item-link">db4s</a>
7070
<span class="archive-item-date">
71-
2025-02-03
71+
2026-04-06
7272
</span>
7373
</article>
7474

7575

76-
<h2 class="archive-title">2024</h2>
76+
<h2 class="archive-title">2025</h2>
7777

7878
<article class="archive-item">
79-
<a href="/categories/db4s/" class="archive-item-link">db4s</a>
79+
<a href="/categories/dbhub.io/" class="archive-item-link">dbhub.io</a>
8080
<span class="archive-item-date">
81-
2024-11-08
81+
2025-02-03
8282
</span>
8383
</article>
8484

85+
86+
<h2 class="archive-title">2024</h2>
87+
8588
<article class="archive-item">
8689
<a href="/categories/privacy/" class="archive-item-link">privacy</a>
8790
<span class="archive-item-date">

docs/categories/index.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
<description>Recent content in Categories on DB Browser for SQLite</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Mon, 03 Feb 2025 00:00:00 +0000</lastBuildDate><atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Mon, 06 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
1010
<item>
11-
<title>dbhub.io</title>
12-
<link>/categories/dbhub.io/</link>
13-
<pubDate>Mon, 03 Feb 2025 00:00:00 +0000</pubDate>
11+
<title>db4s</title>
12+
<link>/categories/db4s/</link>
13+
<pubDate>Mon, 06 Apr 2026 00:00:00 +0000</pubDate>
1414

15-
<guid>/categories/dbhub.io/</guid>
15+
<guid>/categories/db4s/</guid>
1616
<description></description>
1717
</item>
1818

1919
<item>
20-
<title>db4s</title>
21-
<link>/categories/db4s/</link>
22-
<pubDate>Fri, 08 Nov 2024 00:00:00 +0000</pubDate>
20+
<title>dbhub.io</title>
21+
<link>/categories/dbhub.io/</link>
22+
<pubDate>Mon, 03 Feb 2025 00:00:00 +0000</pubDate>
2323

24-
<guid>/categories/db4s/</guid>
24+
<guid>/categories/dbhub.io/</guid>
2525
<description></description>
2626
</item>
2727

docs/dl/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ <h2 id="windows">Windows</h2>
7979
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.13.1/DB.Browser.for.SQLite-v3.13.1-win32.zip">DB Browser for SQLite - .zip (no installer) for 32-bit Windows</a></li>
8080
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.13.1/DB.Browser.for.SQLite-v3.13.1-win64.msi">DB Browser for SQLite - Standard installer for 64-bit Windows</a></li>
8181
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.13.1/DB.Browser.for.SQLite-v3.13.1-win64.zip">DB Browser for SQLite - .zip (no installer) for 64-bit Windows</a></li>
82+
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.13.1/DB.Browser.for.SQLite-v3.13.1-arm64.msi">DB Browser for SQLite - Standard installer for ARM64 Windows</a></li>
83+
<li><a href="https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.13.1/DB.Browser.for.SQLite-v3.13.1-arm64.zip">DB Browser for SQLite - .zip (no installer) for ARM64 Windows</a></li>
8284
</ul>
8385
<p><em>Free code signing provided by <a href="https://signpath.io/">SignPath.io</a>, certificate by <a href="https://signpath.org/">SignPath Foundation</a>.</em></p>
8486
<h3 id="windows-portableapp">Windows PortableApp</h3>
@@ -88,6 +90,7 @@ <h3 id="windows-portableapp">Windows PortableApp</h3>
8890
</ul>
8991
<p><strong>Note</strong> - If for any reason the standard Windows release does not work
9092
(e.g. gives an error), try a nightly build (<a href="#nightly-builds">below</a>).</p>
93+
<p><strong>Note</strong> - There is no portable version for ARM64 Windows.</p>
9194
<p>Nightly builds often fix bugs reported after the last release. 😄</p>
9295
<h2 id="macos">macOS</h2>
9396
<p>Our latest release (3.13.1) for macOS:</p>

docs/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,16 @@ <h2 id="windows-code-signing-policy">Windows Code-Signing Policy</h2>
116116

117117

118118

119+
<h2 class="archive-title">2026</h2>
120+
121+
<article class="archive-item">
122+
<a href="/blog/official-support-for-windows-on-arm-begins/" class="archive-item-link">Official Support for Windows on ARM Begins</a>
123+
<span class="archive-item-date">
124+
2026-04-06
125+
</span>
126+
</article>
127+
128+
119129
<h2 class="archive-title">2025</h2>
120130

121131
<article class="archive-item">

0 commit comments

Comments
 (0)