v26.2.0 · released 2026-07-14 · free (FUTC)
Download Oracle SQL Developer 26.2.0 — free, direct from Oracle’s servers
Oracle SQL Developer is Oracle’s free desktop IDE for working with Oracle Database, and this page lets you download SQL Developer 26.2.0 for Windows, macOS, and Linux with no Oracle account — every link below points directly at download.oracle.com.
- No Oracle account needed
- Sizes & SHA-1 verified 2026-08-04
- We host no files
- No cookies or trackers
What you’re downloading
SQL Developer’s worksheet: connections on the left, SQL on top, results below. The query in this mock-up is real — those are the four official 26.2.0 archives with the sizes we measured.
Install SQL Developer for Windows in four steps
When you download SQL Developer for Windows there is no installer to run — it is a portable app you extract and start, which is why the whole setup takes about two minutes on a typical connection. These steps use the 64-bit archive with JDK 17 included, the right choice for nearly everyone on Windows 10 or 11.
Download SQL Developer for Windows (64-bit) Click the Windows 10 / 11 download card above. The 475.1 MB zip comes straight from download.oracle.com and includes JDK 17 — no separate Java install is needed.
Verify the checksum (optional but recommended) Open PowerShell in your Downloads folder and run: certutil -hashfile sqldeveloper-26.2.0.186.2220-x64.zip SHA1 — the output must equal 6a1bca6cd756b821c11e92b821db73a6aeb67d02.
Extract the zip to a permanent folder Right-click the zip and choose “Extract All…” into a folder you control, for example C:\Tools\sqldeveloper. Avoid extracting into Program Files — SQL Developer is portable and needs no installer or admin rights.
Run sqldeveloper.exe and connect Open the extracted folder and double-click sqldeveloper.exe. On first launch, decline importing old settings unless you have them, then create a connection with your database host, port (default 1521), service name, and credentials.
Installing on another platform? See the dedicated guide to SQL Developer for Mac
(Apple Silicon), or use the Linux RPM card above with
rpm -Uhv sqldeveloper-26.2.0-186.2220.noarch.rpm and a JDK 17+ already installed.
Verify your SQL Developer download
Checksums are the difference between “probably fine” and verified. Oracle publishes an SHA-1 for every 26.2.0 archive; the values below were cross-checked against Oracle’s download page on 2026-08-04. After downloading, compute the hash locally and compare:
# Windows (PowerShell)
certutil -hashfile sqldeveloper-26.2.0.186.2220-x64.zip SHA1
# macOS / Linux
shasum sqldeveloper-26.2.0.186.2220-macos-aarch64.app.zip
| Archive | Bytes | SHA-1 |
|---|---|---|
| sqldeveloper-26.2.0.186.2220-x64.zip | 498,131,216 | 6a1bca6cd756b821c11e92b821db73a6aeb67d02 |
| sqldeveloper-26.2.0.186.2220-no-jre.zip | 509,841,799 | 0a4747da61135400bdbfa2b6a5ad8469a3c7e85e |
| sqldeveloper-26.2.0.186.2220-macos-aarch64.app.zip | 444,837,765 | 12c2fc29eb6fe44c5567a183001d7d8fafdd5f42 |
| sqldeveloper-26.2.0-186.2220.noarch.rpm | 420,134,798 | 80dfe33e032c043fc890e86366d62d6a0552f2b2 |
The output must match the SHA-1 character-for-character. A mismatch means a corrupted or tampered file — delete it and download SQL Developer again from the cards above, which always point at Oracle’s server, never a mirror.
System requirements and JDK for SQL Developer 26.2.0
SQL Developer is a Java application, so the only requirement that regularly trips people up is the JDK. Version 26.2.0 requires JDK 17 — bundled in the Windows x64 and macOS archives, but not in the “no JDK” Windows archive or the Linux RPM (Oracle’s installation guides document this per version).
| Requirement | Minimum | Notes |
|---|---|---|
| Operating system | Windows 10/11 (64-bit), macOS on Apple Silicon, Linux | No Intel Mac build in 26.2.0 — see the Mac guide |
| Java | JDK 17 | Bundled in the 475.1 MB Windows x64 and 424.2 MB macOS archives |
| Memory | 4 GB RAM | 8 GB recommended for large schemas, per Oracle’s system recommendations |
| Disk | ~475.1 MB for the archive | Plus space to extract; SQL Developer runs from any folder |
One measured oddity worth knowing: the “no JDK” archive is 11.2 MB larger than the JDK-included one (486.2 MB vs 475.1 MB — we measured both on 2026-08-04). Choosing it saves you nothing unless you specifically need to run your own JDK. If Java problems do strike, the fix guide for the “Unable to find a Java Virtual Machine” error covers every cause we know of.
SQL Developer vs DBeaver vs the VS Code extension
SQL Developer is the right download if Oracle Database is your daily driver: it is free, made by Oracle, and covers DBA work, PL/SQL debugging, and data modeling in one tool. It is not the only option, and the honest comparison depends on what you connect to:
| Tool | Price | Best for | Measured download |
|---|---|---|---|
| Oracle SQL Developer 26.2.0 | Free (FUTC) | Oracle-first work: PL/SQL, DBA views, migrations | 475.1 MB (JDK included) |
| DBeaver Community 26.1.2 | Free (Apache 2.0) | Working across many database engines daily | 111.4 MB |
| SQL Developer Extension for VS Code | Free | Developers already living in VS Code | Marketplace install |
The size gap is real — DBeaver’s installer is about 4.3× smaller because it does not carry a full JDK plus Oracle’s modeling and migration tooling. Both comparisons deserve their own page: SQL Developer vs DBeaver, measured, and SQL Developer vs the VS Code extension in 2026.
Guides for every SQL Developer question
- SQL Developer for MacNative Apple Silicon build, Gatekeeper first launch, and what Intel Macs should do.
- Versions & JDK historyEvery release from 4.0 to 26.2.0 with dates, JDK requirements, and safe old-version downloads.
- Fix the JVM error“Unable to find a Java Virtual Machine” — the product.conf fix plus the MSVCR100.dll gotcha.
- VS Code extensionIs classic SQL Developer discontinued? The dated timeline and how to choose in 2026.
- vs DBeaverFree vs free: measured sizes, database support, and PL/SQL tooling compared honestly.
What’s new — SQL Developer release notes in brief
- 2026-07-14 SQL Developer 26.2.0 (build 26.2.0.186.2220) released for Windows x64, macOS ARM64, and Linux — JDK 17 baseline, free FUTC license, no Oracle account required. Release notes at oracle.com.
- 2026-02 Oracle extended support for the 24.3 line to April 2027, making 24.3.1 the long-support choice for teams that upgrade slowly.
- 2024-11 24.3.1 shipped as the first FUTC-licensed maintenance release — the point where Oracle-account-free downloads became standard.
- 2024-01 Oracle launched the SQL Developer Extension for VS Code, the stated home for new feature development going forward.
Site data last verified against Oracle’s download page on 2026-08-04. This page rebuilds automatically when Oracle publishes a new version.
Frequently asked questions
Is SQL Developer free?
Yes. Oracle SQL Developer is completely free under the Oracle Free Use Terms and Conditions (FUTC) license. There is no trial period, no paid tier, and no license key — the full IDE costs nothing for personal and commercial use.
Do I need an Oracle account to download SQL Developer?
No. Since the license moved to FUTC with version 24.3, the SQL Developer download starts immediately from download.oracle.com with no Oracle account, no sign-in, and no click-through form. Every link on this page goes to that same server.
Is this the official SQL Developer website?
No. This is an independent download guide with no affiliation to Oracle Corporation. The official product page is oracle.com/database/sqldeveloper. All download buttons here point at the identical files Oracle hosts on download.oracle.com — we host no installers ourselves.
What Java version does SQL Developer 26.2.0 require?
SQL Developer 26.2.0 requires JDK 17. The Windows 64-bit and macOS ARM64 archives already include JDK 17, so nothing extra is needed. Only the “no JDK” Windows archive and the Linux RPM expect a JDK 17 (or newer) already installed.
How big is the SQL Developer download?
We measured the 26.2.0 archives on 2026-08-04: 475.1 MB for Windows 64-bit with JDK included, 486.2 MB for the no-JDK Windows archive, 424.2 MB for macOS Apple Silicon, and 400.7 MB for the Linux RPM.
Why is the “no JDK” archive bigger than the one with JDK included?
Counterintuitively, the no-JDK Windows archive is about 11.2 MB larger than the JDK-included one (486.2 MB vs 475.1 MB, measured 2026-08-04). It carries launcher support for both 32- and 64-bit JDKs, so choosing it does not save bandwidth — pick it only if you must run a specific JDK you already have.
How do I download SQL Developer for Windows 11?
Use the Windows 10 / 11 card at the top of this page — the same x64 download of SQL Developer 26.2.0 runs on both Windows 11 and Windows 10 (64-bit) and includes JDK 17. Extract the zip to any folder and run sqldeveloper.exe — no installer or admin rights are required.
Is there a SQL Developer version for Mac?
Yes. Version 26.2.0 ships a native macOS build for Apple Silicon (M1–M4) as a 424.2 MB .app archive with JDK 17 bundled. There is no Intel Mac build of 26.2.0 — see our Mac guide for Intel options.
Is SQL Developer discontinued?
No. Oracle shipped SQL Developer 26.2.0 on 2026-07-14, and support for the 24.3 line runs to April 2027. New feature work is focused on the SQL Developer Extension for VS Code, but the classic desktop app is still released and maintained.
Can SQL Developer connect to MySQL or other databases?
Partly. SQL Developer is built for Oracle Database first; with third-party JDBC drivers it can also connect to MySQL and several other databases, mainly for browsing and migration to Oracle. If you work across many database engines daily, a multi-engine tool such as DBeaver may fit better.
Is SQL Developer safe to download?
Yes, when you download SQL Developer from download.oracle.com — which is where every link on this page goes. After downloading, verify the SHA-1 checksum against Oracle’s published value; the full checksums for 26.2.0 are listed in our verification section.
Does SQL Developer need to be installed?
No. SQL Developer is a portable application: extract the archive to any folder and run the executable. Uninstalling is deleting the folder. Settings live in your user profile directory, so upgrades are extract-and-run too.