You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,8 @@ It runs on your machine. There is no MyDevTools server, no account and no sync.
106
106
| Platform | How |
107
107
|---|---|
108
108
|**macOS** (Apple Silicon + Intel) |[Download the latest `.dmg`](https://github.com/mydevtools-tech/mydevtools/releases/latest) — universal build, signed and notarized, updates itself in-app |
109
-
|**Windows / Linux**| Not published yet. The Tauri shell builds on both — see [Building from source](#%EF%B8%8F-building-from-source) and the [roadmap](ROADMAP.md). Testing on these platforms is a great first contribution |
109
+
|**Linux** (x86_64) |[Download the `.deb`](https://github.com/mydevtools-tech/mydevtools/releases/latest/download/MyDevTools-amd64.deb) (Debian / Ubuntu 22.04+) or the [AppImage](https://github.com/mydevtools-tech/mydevtools/releases/latest/download/MyDevTools-x86_64.AppImage) (runs anywhere, no install) — same release and version as macOS. No in-app updater yet; see the [Linux install guide](https://mydevtools.tech/linux-builds)|
110
+
|**Windows**| No build for now. The Tauri shell compiles on Windows — see [Building from source](#%EF%B8%8F-building-from-source) and the [roadmap](ROADMAP.md)|
110
111
111
112
Open it and start working: no sign-up, no configuration, no API keys.
@@ -79,6 +76,9 @@ Ideas we like, with nothing committed. Feedback genuinely decides these.
79
76
generation and certificate tooling.
80
77
-**Local automation**: chaining tools together for repeated workflows, on-device.
81
78
-**A public tool API** so the desktop app's logic can be scripted locally.
79
+
-**A Windows build.** Not planned for now. The Tauri shell compiles on Windows,
80
+
but a published build needs CI minutes, a code-signing certificate and regular
81
+
testing we do not have yet. Linux shipped in 0.1.15.
82
82
83
83
## Not planned
84
84
@@ -104,7 +104,7 @@ The fastest way to move something up this list:
104
104
-**Open an issue** describing the problem, not just the fix you have in mind.
105
105
-**Pick up a [good first issue](https://github.com/mydevtools-tech/mydevtools/labels/good%20first%20issue)** — see [`docs/GOOD_FIRST_ISSUES.md`](docs/GOOD_FIRST_ISSUES.md) for scoped starter work.
106
106
-**Improve a translation** — 27 locales, and native speakers always beat a sync script.
107
-
-**Test on Windows or Linux** and report what breaks. That is the concrete work
108
-
standing between those builds and a release.
107
+
-**Test on Linux** and report what breaks. The Linux build is new as of 0.1.15
108
+
and has seen far less use than macOS.
109
109
110
110
See [CONTRIBUTING.md](CONTRIBUTING.md) to get set up.
Copy file name to clipboardExpand all lines: apps/web/public/funding.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
{
15
15
"guid": "mydevtools",
16
16
"name": "MyDevTools",
17
-
"description": "An all-in-one, offline-first developer toolkit desktop app with 80+ tools: formatters, converters, encoders, security and crypto utilities, generators, an API client with mock server and SQL/gRPC support, a data explorer, plus notes, bookmarks and tasks. Fully local: no accounts, no sign-in, no cloud sync, no telemetry beyond an opt-in anonymous ping. Data is stored on-device in an encrypted SQLCipher database. Free and open source under AGPL-3.0, shipped as a signedmacOS build (Windows and Linux build from source).",
17
+
"description": "An all-in-one, offline-first developer toolkit desktop app with 80+ tools: formatters, converters, encoders, security and crypto utilities, generators, an API client with mock server and SQL/gRPC support, a data explorer, plus notes, bookmarks and tasks. Fully local: no accounts, no sign-in, no cloud sync, no telemetry beyond an opt-in anonymous ping. Data is stored on-device in an encrypted SQLCipher database. Free and open source under AGPL-3.0, shipped as a signed, notarized macOS build and Linux .deb/AppImage packages (no Windows build for now).",
'DevUtils.app is a native Mac app for offline developer utilities. MyDevTools is a cross-platform desktop app that runs offline on macOS, Windows, and Linux, with 80+ tools plus SQL, MongoDB, and Redis database clients.',
843
+
'DevUtils.app is a native Mac app for offline developer utilities. MyDevTools is a cross-platform desktop app that runs offline on macOS and Linux, with 80+ tools plus SQL, MongoDB, and Redis database clients.',
'Compare MyDevTools with DevToys: a similar offline all-in-one developer toolkit, with a macOS desktop app, database clients and an API client included.',
1118
1118
eyebrow: 'Alternative',
1119
-
heading: 'DevToys alternative for macOS, with database and API clients built in',
1119
+
heading: 'DevToys alternative for macOS and Linux, with database and API clients built in',
1120
1120
intro:
1121
-
'DevToys is a well-liked offline developer toolbox that started on Windows. MyDevTools takes the same local-first idea — one app, many everyday utilities, nothing uploaded — and ships a macOS desktop app that also includes an API client and SQL, MongoDB, Redis and S3 clients.',
1121
+
'DevToys is a well-liked offline developer toolbox that started on Windows. MyDevTools takes the same local-first idea — one app, many everyday utilities, nothing uploaded — and ships a macOS and Linux desktop app that also includes an API client and SQL, MongoDB, Redis and S3 clients.',
1122
1122
competitor: 'DevToys',
1123
1123
primaryCta: {href: '/tools',label: 'Browse all tools'},
q: 'Is MyDevTools available on Windows or Linux?',
1159
-
a: 'Not as a published build yet. macOS builds are released today as a signed, notarized universal app. The Tauri shell can be built from source on Windows and Linux, but those builds are untested — see the roadmap.',
1159
+
a: 'Linux, yes: every release ships a .deb and an AppImage (x86_64) alongside the signed, notarized universal macOS app. Windows, not for now — the Tauri shell can be built from source on Windows, but that build is untested and unsupported. See the roadmap.',
0 commit comments