Independent guide — not affiliated with Oracle. Every download goes straight to download.oracle.com.

sqldeveloper.download

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.

Windows platform illustration: four green window panes

Windows 10 / 11 (64-bit)

JDK 17 included · sqldeveloper-26.2.0.186.2220-x64.zip
sha1 6a1bca6cd756…

475.1MB

Download for Windows
macOS platform illustration: apple silhouette

macOS Apple Silicon (ARM64)

JDK 17 included · sqldeveloper-26.2.0.186.2220-macos-aarch64.app.zip
sha1 12c2fc29eb6f…

424.2MB

Download for Mac
Linux platform illustration: penguin

Linux (RPM, noarch)

needs JDK 17+ · sqldeveloper-26.2.0-186.2220.noarch.rpm
sha1 80dfe33e032c…

400.7MB

Download for Linux
Coffee-cup illustration labeled 17, for the bring-your-own-JDK build

Windows, no JDK (32/64-bit)

needs JDK 17+ · sqldeveloper-26.2.0.186.2220-no-jre.zip
sha1 0a4747da6113…

486.2MB

Download no-JDK build
  • 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.

Illustration of the Oracle SQL Developer 26.2.0 worksheet: a connections tree, a SQL query selecting the downloads, and a results grid listing the four archives with sizes and checksums
The SQL Developer worksheet (illustrative mock-up in this site’s style, not a real screenshot).

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.

  1. 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.
  2. 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.
  3. 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.
  4. 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

Full SHA-1 checksums as published by Oracle; byte sizes measured by this site on 2026-08-04.
ArchiveBytesSHA-1
sqldeveloper-26.2.0.186.2220-x64.zip498,131,2166a1bca6cd756b821c11e92b821db73a6aeb67d02
sqldeveloper-26.2.0.186.2220-no-jre.zip509,841,7990a4747da61135400bdbfa2b6a5ad8469a3c7e85e
sqldeveloper-26.2.0.186.2220-macos-aarch64.app.zip444,837,76512c2fc29eb6fe44c5567a183001d7d8fafdd5f42
sqldeveloper-26.2.0-186.2220.noarch.rpm420,134,79880dfe33e032c043fc890e86366d62d6a0552f2b2

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).

RequirementMinimumNotes
Operating systemWindows 10/11 (64-bit), macOS on Apple Silicon, LinuxNo Intel Mac build in 26.2.0 — see the Mac guide
JavaJDK 17Bundled in the 475.1 MB Windows x64 and 424.2 MB macOS archives
Memory4 GB RAM8 GB recommended for large schemas, per Oracle’s system recommendations
Disk~475.1 MB for the archivePlus 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:

Windows installer sizes measured by this site on 2026-08-04; prices checked the same day.
ToolPriceBest forMeasured download
Oracle SQL Developer 26.2.0Free (FUTC)Oracle-first work: PL/SQL, DBA views, migrations475.1 MB (JDK included)
DBeaver Community 26.1.2Free (Apache 2.0)Working across many database engines daily111.4 MB
SQL Developer Extension for VS CodeFreeDevelopers already living in VS CodeMarketplace install
Bar chart comparing SQL Developer download sizes — Windows no-JDK 486.2 MB, Windows x64 475.1 MB, macOS ARM64 424.2 MB, Linux RPM 400.7 MB — against DBeaver CE at 111.4 MB
Installer sizes in MB, measured 2026-08-04. Green: SQL Developer 26.2.0 archives · amber: DBeaver CE.

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.

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.
Timeline from January 2024 to 2026-07-14: VS Code extension announced, 24.3.1 first no-account release, 24.3 support extended to 2027, and 26.2.0 shipping
The dated record: classic SQL Developer is still shipping — 26.2.0 landed 2026-07-14.

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.