Open Source Windows Scientific/Engineering Software

Browse free open source Scientific/Engineering software and projects for Windows below. Use the toggles on the left to filter open source Scientific/Engineering software by OS, license, language, programming language, and project status.

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1

    L3-3 Test Card Generator

    Card generator for the russian L1-3/L3-3 tube tester.

    Card generator for the russian L1-3/L3-3 tube tester. WARNING: The software is still in alpha state, so there are definitely some bugs. If you want to use the created cards for real tests, check them manually with EXTREME care first .. else damage or destruction of your tester can easily occur. ESPECIALLY check if multiple conflicting functions are assigned to the same line (by looking on the universal card), which would lead to shorts. New release! Most of the old bugs should (still, no guarantees) be fixed by now and lots of functionality added. I created a good amount of cards for myself and they were all fine, so I deceided to make a public alpha release again. I also added a short manual (only German by now, translation soon follows) including a few examples. If anything gets wrong, please report to me. I need your reports to fix bugs. You can help move this to beta ;).
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    Libre Mechanics

    Libre Mechanics

    Open Knowledge on engineering development.

    Libre Mechanics it’s an Open Knowledge project created to offer a useful platform of information related with the development and research of Mechanical Engineering themes and similar fields, higly related with the use of Open Source and Software Libre tools. Here you will find a wide variety of projects, publications and scientific material available as references for developing their own projects, also guides and tutorials that allow you to take advantage of free software tools available today. The four principal lines of work are: Design Analysis and Simulation Automation and Robotics Development
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3

    Shawn's AutoCAD Publisher

    Publishing DWG to PDF made simple

    Users of AutoCAD are familiar with the "publish" command used to plot multiple drawings to PDF. The purpose of my program is to simplify publishing by doing the publishing with the AutoCAD Core Console (accoreconsole.exe), add automatic date stamps to the output file names, and allowing the user to publish multiple sets in series or in parallel. The console is significantly faster than using regular AutoCAD, and publishing through the console doesn't tie up AutoCAD. One can publish drawings in the background while still using AutoCAD. The ability to queue publishing jobs also means one doesn't need to babysit the computer while publishing. Queue up 20 sets, hit Publish, and walk away from the computer. All of the PDF files will be waiting for you when you come back. The ability to publish multiple jobs in parallel can dramatically speed up the publishing process, but a solid state hard drive is strongly recommended.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4

    Patient Monitor

    Patient monitor showing actual and simulated data

    In intensive care units (ICU) patients vital signs are monitored. This is an attempt to build an interface which can show external and simulated medical data, to mimic these patient monitors. The motivation for this project are my experiments with building medical devices.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    openbu

    openbu

    Lightweight L5e vehicle with freely accessible engineering documents

    WE ASSUME NO LIABILITY FOR ANY SAFETY ISSUES OR DESIGN FLAWS! --> STILL IN PROGRESS !!!! This Project includes the engineering documents of a three wheeled sigle seated electric lightweight L5e-A vehicle. The vehicle is designed to be build with "simple" Tools and machines in an individual production or very small batches. All documents in this product are accessible with open source or freeware Software. Used Software: - LibreOffice - Free CAD + FEM Workbench + CFD OpenFoam Workbench - Z88 Arion (topology optimization, Freeware) - KiCAD - Gimp - Arduino IDE - CooCox To make the descissions in this project as transparent as possible, all big engineering descissions are evaluated with the following criteria: - efficency - simplicity - safety - maintenance - manufacturability - failure probability - clean and good looking design
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6

    ControlLab

    Simulator for dynamical systems

    Simulator for dynamical systems Performs the simulation of systems built in interface, allowing the extraction of its transfer function as well as the graphs of its behavior. Initial Development: Maycon Gasoto Oriented by: Rogério Bastos Quirino Depends: wxWidgets mathomatic odeint
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Jljp

    Jljp

    Calculates the voltage across a liquid junction between two solutions

    An analogous project written in C# can be found here: https://github.com/swharden/JLJP Liquid junction potential calculator. It's a tool for scientists and engineers who have to do with electrochemistry and electrokinetics. When two solutions containing ions are put into contact, possibly through a porous diaphragm, a voltage develops across them. The calculation of the voltage is not trivial. The program is written in Java. Includes classes that can be included in other programs, together with graphical interfaces (also as an applet).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    Shawn's AutoCAD Scripter

    AutoCAD batch scripting

    This is an AutoCAD scripting tool I made because I wasn't satisfied with the functionality of EZscript or ScriptPro. Some features that I've added: -Simple drag and drop support for .dwg and .scr files. -The window can be resized so full paths can be read (EZscript doesn't do this) -A radio button can switch between using full blown AutoCAD to run scripts and using the console to run scripts. The console is much faster, and it works for most scripts. -Batch scripting with the console can be done in parallel, so multiple drawings are being scripted at the same time. This feature is limited to splitting jobs based on directory, so scripting drawings in 5 directories would run 5 console instances.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    XOR encrypt v2.0

    XOR encrypt v2.0

    Encrypt Your Text documents with XOR encryption

    This software provides an easy graphical way to encrypt your text documents from source code , text files ,scripts even jpeg files .It is a enhanced version of my earlier project https://sourceforge.net/p/xorencrypt which used win32 GUI . This is a demonstration of working of XOR encryption which was used by Germans in World War II (http://en.wikipedia.org/wiki/Lorenz_cipher) . Besides from XOR'ing the message with password after every encryption the key changes pseudorandomly. The password you provide is hashed ( SHA256 ) and saved into the encrypted file to check if the password provided is correct.This algorithm has limitations in general more the numbers of relative characters in the password to plaintext more secure will be the encryption. XOR encrypt has a 3.5 of 5 editors rating from softpedia http://www.softpedia.com/get/Security/Encrypting/XOR-Encrypt.shtml
    Downloads: 2 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10

    korpus

    Corpus Linguistics Software

    Some software for Corpus Linguistics, which includes Corpus Text Editor, Web-based search, etc. This project created for Belarusian Corpus, but can be used for other languages with some adaption.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Bot simulation main purpose is to help real bot developer to test their bot behaviors thanks to an openGL simulation with collision detection and a scriptable behavior in LUA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    AD Group Recopier

    Copy users and groups to another AD form a group

    With AD Group Recopier you can : - Copy Users and Groups from a source AD to a destination AD and select a OU for Groups and Users. - Map AD attribut to Destination
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Automatic Compound Processing (AuCoPro)

    Automatic compound splitting and semantic analysis of compounds

    The central problem to be addressed in this project concerns a multidisciplinary (linguistics and computational linguistics) investigation into sharing of knowledge and resources between closely-related languages, specifically relating to the automatic processing of compounds. Specifically, we will explore the possibility to create new knowledge about closely-related languages, and efficiently develop additional, more advanced resources for (a) compound segmentation; and (b) the semantic analysis of compounds; as such, the project will be divided into two interrelated subprojects, to be executed simultaneously. The focus in this project will be on Afrikaans (with Dutch as the closely-related, well-sourced language), which will lay grounds for future work on other closely-related language pairs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    BibleNLP

    Natural Language Processing using The Holy Bible

    This project attempts to develop natural language processing routines as applied to a Bible text domain. Many common technologies (e.g., tokenization, Brill POS tagger) are used in conjunction with theoretical paradigms (e.g., hierarchical word definition trees, phrasal concordance).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Burris Numerical System

    Burris Numerical System

    A Numerical System controlled by algorithms.

    BNS - Burris Numerical System was written to store the last digit of a number in 3 dimensional space but store the rest of the number mathematically in the 4th dimension of space. The result is that no matter how long the number is you can write it down on a piece of paper and put it in your pocket. The software can be used to retrieve the number. This can be used to save computer files. The only limit with BNS is how much time the user has. The software nor the numerical system has no limits. The book on BNS is here https://www.createspace.com/4404221 The inventors websight is here: http://timetravelinstitute.biz
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CSV Transformer

    CSV Transformer

    transforms xml to csv

    The CSV Transformer is a data processing tool which transforms .xml-Files to comma separated values. The CSV Transformer was created in a load and performance testing project, the use case was to be able to transform 2800 configuration files of a big banking application to a single .csv-File. With this single file it was possible to compare the whole configuration between two releases with the already available tool CSV Comparator. This enabled the team to verify if there were any changes that could have a potential performance impact.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CalcuFp

    CalcuFp

    Programmable Calculator (IP functions, create user functions)

    New version: CalcuFP program is a calculator software (beta version), has a wide range of mathematical functions, specific functions for different subjects (ex.- IPv4 functions), Apart from being able to have on hand an wide range of functions, allows to use different numbering systems WITHOUT CHANGING MODES. We can sum operations decimal, binary and hexadecimal mixed. Example. - 25 + BIN ('111 ') + HEX (' FF ') -> this is equivalent to adding the integer 25 +7 (binary) +255 (hexadecimal) = 287. Allows use of predefined variables and constants. Creating user functions. It has a programming section through type pascal scripts (still in testing), It has a multimedia viewer to store documentation that we have on hand for our daily tasks. Aside calculators comes with color coded for resistors, inductors and capacitors. Support matrix calculation. Solving systems of n equations. Periodic table of elements. QR code generator Create new User functions with pascal script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Cell decomposition is one of the first applicable solution for path planning - robot path planning. The algorithm aims to find free areas (cells not occupied by obstacles) in the configuration space, and build a graph of adjacency for these cells.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Congenito

    Enfermedad de Chagas

    Seguimiento de pacientes y detección de chagas congenito
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    DiagramaBarra

    DiagramaBarra

    Graphical interface to create and simulate OpenDSS projects

    C# graphical interface for power distribution simulation. Based on OpenDSSDirect library. Project founded by UDESC to improve education and learning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Digital Forecaster

    Digital Forecaster

    A weather forecasting tool

    This product allows meteorologists and weather forecasters to view the latest weather maps, models and weather conditions. It also allows the user to convert a variety of units and solve several meteorological equations. Features currently in development: - Ability to create your own PDF 48 hour forecast for distribution using Excel and MOS data. - Switch back and forth between the same forecast hour in both GFS and NAM models to compare. - Key controls to stop an animation at either the very first or last frame rather than step through all frames to get there. - More meteorological equations to work with. - Adding commas to long strings of digits for easier readability. - More current weather maps to choose from. - Ability to switch from metric to English units in the Current Weather window. - Wind gusts to be displayed if present in the Current Weather window. - Return/Enter key updates station ID in Current Weather window without having to manually click the button.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DobHelper

    DobHelper

    Make star maps for anywhere at anytime

    Generate star maps for anywhere at anytime. Choose from a database of thousands of deep sky objects, including all Messier, Caldwell, and NGC objects. Also allows recording of notes on viewed objects, and configuration of user-generated observation lists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    EV3-JavaBrick

    ROS node to control LEGO MINDSTORMS EV3

    - Java SE 1.7 compatible - Can be run on both Windows/Linux PC - Can be run on Android devices(Tested on ASUS fonetab7, ASUS zenfone4, Samsung Galaxy S4) - Can be run on reflashed ARM-based AndroidTV sticks (Tested on MK808) - No custom firmware for EV3 brick - Supports about 15 EV3/NXT/HT sensors - Supports EV3 & NXT motors - Supports Android camera
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB