Get the Latest Version of SciDAVis

Download the official, stable release of SciDAVis for your operating system. Free, open-source, and verified for secure research environments.

Current Version: v2.8 (Stable)

Windows

scidavis-2.8-win-dist.msi Windows Installer Package • 97.8 MB
Download for Windows

macOS

scidavis-2.8-mac-dist.dmg Apple Disk Image • 106.0 MB
Download for macOS

Source Code

scidavis-2.8.tar.gz Source Archive (Linux/Unix) • 12.8 MB
Get Source Code

Compatibility & Requirements

Ensure your environment meets the following specifications for an optimal SciDAVis experience.

💻 Hardware

  • Processor: 1 GHz Dual-core or higher.
  • RAM: 1 GB minimum (4 GB recommended for large data sets).
  • Disk Space: At least 250 MB for installation and temporary files.
  • Display: 1024×768 resolution minimum.

⚙️ Software

  • Windows: 7, 8, 10, and 11 (32/64-bit).
  • macOS: 10.15 (Catalina) up to macOS 15 (Sequoia).
  • Python Support: Optional Python 2.7/3.x for scripting features.
  • Dependencies: All core libraries (GSL, MuParser) are bundled in the MSI/DMG.
💡
Pro Tip for Research Integrity: We recommend documenting your SciDAVis version (v2.8) and your operating system in the “Materials and Methods” section of your publications to ensure research reproducibility.

Quick Installation Steps

1

Download: Select the MSI (Windows) or DMG (macOS) package from the section above.

2

Run Installer: Double-click the downloaded file. On Windows, follow the Setup Wizard. On macOS, drag the SciDAVis icon into your Applications folder.

3

First Launch: Open SciDAVis. If prompted by Windows Defender or macOS Gatekeeper, select “More Info” and “Run Anyway” (as an open-source tool, it may not be signed by a commercial certificate).

4

Configure (Optional): Go to Edit -> Preferences to set up your default Python interpreter for advanced scripting.

Download FAQ

Is this the official SciDAVis website? +

Yes, scidavis.org is the primary hub for the SciDAVis project, providing links to our official SourceForge repository and GitHub source code.

The installer says “Publisher Unknown”. Is it safe? +

SciDAVis is a community-developed open-source tool. We do not use expensive commercial signing certificates. As long as you download from scidavis.org, the software is safe and virus-free.

Can I install v2.8 alongside older versions? +

Yes. On Windows, you can choose a different installation directory. On macOS, you can rename the app to “SciDAVis 2.8” before moving it to Applications.

Looking for Older Versions?

Access our complete archive of legacy releases and development source code.

SourceForge Archive

Our primary file host since the project’s inception. Contains every stable release from v0.1 to v2.8.

Browse File Cloud →

GitHub Source

For developers and power users. Clone the repo, report bugs, or contribute to the next major release.

View Repository →

SciDAVis is a fork of QtiPlot. If you are looking for specific legacy documentation, please refer to our Manuals Section.

What’s New in Version 2.8

Explore the latest enhancements in performance, stability, and data visualization tools.

Improved Python 3 Integration

Enhanced scripting engine support for the latest Python distributions, allowing for more robust automation of complex data fitting and analysis workflows.

High-DPI Display Support

Better scaling for 4K and Retina displays. The user interface now remains crisp and clear on high-resolution monitors across Windows and macOS.

Updated GSL Libraries

Integrated with the latest GNU Scientific Library (GSL) for more accurate numerical computations, matrix operations, and non-linear fitting.

Full v2.8 Changelog (Technical Details)
  • – Fix: Memory leak during large dataset imports.
  • – Add: Support for muParser 2.3.2.
  • – Update: Translation files for German, French, and Chinese.
  • – Improvement: SVG export rendering for LaTeX symbols.
  • – Fix: Stability issues on macOS Monterey/Ventura.

New to SciDAVis? Start Here.

Bridge the gap from installation to your first publication-quality plot with these curated resources.

📚

User Manual (PDF/HTML)

The comprehensive guide covering everything from basic data entry to advanced script-based analysis. Essential for power users.

Read Documentation
🎬

Video Quick-Start

Watch a 5-minute walkthrough showing how to import CSV data, perform a linear fit, and export as a high-resolution SVG.

Watch on YouTube
💬

Community Support

Having trouble with a specific dataset? Join the discussion on SourceForge and GitHub to get help from experienced users.

Get Help

Unlock the Power of Python

Did you know SciDAVis can be fully automated? Check out our Python Scripting Repository for ready-to-use analysis snippets.

Explore Scripts

Why Researchers Choose SciDAVis

A powerful, cross-platform software designed for complex data analysis.

Feature SciDAVis (v2.8) Commercial Tools
License Cost $0 (Free Forever) $500 – $1000+ / Year
Cross-Platform Win, macOS, Linux Often Windows only
Scripting Python 3.x Support Proprietary Languages
Open Source Yes (GPL) No (Black Box)
#Physics Data Plotting #Chemical Kinetics Analysis #Biostatistics Visualization #Engineering Curves #Academic Research Tool

Cite SciDAVis in Your Research

If you use SciDAVis to analyze data or create figures for your peer-reviewed publications, please cite the project to support its continued development.

This helps us demonstrate the software’s impact to the scientific community and secure future updates.

Reference Format APA / BibTeX

APA Style

SciDAVis Development Team. (2022). SciDAVis (Version 2.8) [Computer software]. Retrieved from https://scidavis.org

BibTeX

@manual{scidavis2022,
  title = {SciDAVis (Version 2.8)},
  author = {{SciDAVis Development Team}},
  year = {2022},
  url = {https://scidavis.org}
}
🛡️

Secure & Transparent

NO TELEMETRY NO CLOUD SYNC 100% OFFLINE

Your Research Data Stays Yours

Unlike subscription-based alternatives, SciDAVis is truly open-source. We believe that scientific tools should be as transparent as the research they produce.

  • Full Privacy: No tracking.
  • Perpetual License: Free forever.
  • GPL Compliance: Open source code.
  • No Vendor Lock-in: Open formats.

“The ability to audit the source code ensures that the mathematical algorithms used in your analysis are correct and unbiased.”

Meet High-Impact Journal Standards

SciDAVis v2.8 is engineered to produce figures that meet the strict technical requirements of leading scientific publishers.

📐

1200 DPI Rendering

Export raster images (TIFF, PNG) at ultra-high resolutions required for print by Nature and Science.

🖋️

Lossless Vector Output

Native support for PDF, EPS, and SVG formats, ensuring your plots remain sharp at any zoom level in LaTeX or Word.

🎨

CMYK Color Support

Prepare your data visualization for physical journals with compatible color profiles for professional printing.

μ

LaTeX Integration

Easily insert Greek letters, mathematical symbols, and sub/superscripts using standard LaTeX syntax.

Compatible with figure guidelines from

ELSEVIERSPRINGERIEEEACSWILEY

Trusted by the Global Scientific Community

SciDAVis has become a staple tool in laboratories and universities worldwide, providing a reliable alternative to expensive proprietary software for over a decade.

1.5M+
Total Downloads
150+
Countries Active

User Demographics

Academic Research 65%
Industrial Engineering 20%
Higher Education 15%

*Statistics based on official SourceForge metrics and community survey data.

import
scidavis
t = scidavis.table(“Table1”)
# Automate data fitting
f = scidavis.fit(t, “Col2”)
f.setFunction(“a*x + b”)
f.fit()
print(“Process Complete”)
Advanced Automation

Extend SciDAVis with Python

Take full control of your workflow. SciDAVis v2.8 features a built-in Python 3.x scripting window, allowing you to automate repetitive tasks and create custom analysis tools.

  • Batch process hundreds of CSV/ASCII files.
  • Access NumPy and SciPy libraries within plots.
Browse our Script Snippets Library →

Ready to Transform Your Data?

Join thousands of scientists, engineers, and students who trust SciDAVis for their daily research and publication needs. No strings attached.

Support the Project

SciDAVis is maintained by volunteers. Your bug reports, documentation edits, and code contributions keep the project alive.

Mailing List

Stay updated on new releases and security patches. Join our community discussion on SourceForge.

Legacy Access

Need v1.x or v2.3? Visit our archive for specific build requirements and older OS support.

SCIDAVIS.ORG • THE OPEN SOURCE SCIENTIFIC STANDARD