Open Source Server Operating Systems Mathematics Software

Mathematics Software for Server Operating Systems

Browse free open source Mathematics software and projects for Server Operating Systems below. Use the toggles on the left to filter open source Mathematics software by OS, license, language, programming language, and project status.

  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    gnuplot

    gnuplot

    A portable, multi-platform, command-line driven graphing utility

    A famous scientific plotting package, features include 2D and 3D plotting, a huge number of output formats, interactive input or script-driven options, and a large set of scripted examples.
    Leader badge
    Downloads: 4,773 This Week
    Last Update:
    See Project
  • 2

    Arabeyes

    A project to increase free Arabic fonts on Unix/Linux

    Arabeyes is a Meta project that is aimed at fully supporting the Arabic language in the Unix/Linux environment. It is designed to be a central location to standardize the Arabization process. Arabeyes relies on voluntary contributions.
    Leader badge
    Downloads: 167 This Week
    Last Update:
    See Project
  • 3
    System Stability Tester
    System Stability Tester is a multi platform open source clone of SuperPI and comes with a GUI and a CLI. It can be used for CPU and RAM burning, stressing and benchmarking.
    Downloads: 42 This Week
    Last Update:
    See Project
  • 4
    Organization for Free Software in Education and Teaching. Our goal is to develop free software for education with knowledge sharing as our main concern. We already have developed software as DrGeo, GCompris, DrGenius and the live CD freeduc.
    Downloads: 14 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    This material enables IBM SPSS Statistics users to run code written in the R language inside Statistics. Additional free items for R in Statistics and other materials are available from the SPSS Community at www.ibm.com/developerworks/spssdevcentral
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Bandicoot

    Bandicoot

    fast C++ library for GPU linear algebra & scientific computing

    * Fast GPU linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use * Provides high-level syntax and functionality deliberately similar to Matlab * Provides an API that is aiming to be compatible with Armadillo for easy transition between CPU and GPU linear algebra code * Useful for algorithm development directly in C++, or quick conversion of research code into production environments * Distributed under the permissive Apache 2.0 license, useful for both open-source and proprietary (closed-source) software * Can be used for machine learning, pattern recognition, computer vision, signal processing, bioinformatics, statistics, finance, etc * Downloads: http://coot.sourceforge.io/download.html * Documentation: http://coot.sourceforge.io/docs.html * Bug reports: http://coot.sourceforge.io/faq.html * Git repo: https://gitlab.com/conradsnicta/bandicoot-code
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    OpenAPL is an open-source APL (A Programming Language) implementation. APL's strength is in the ease with which a programmer can manipulate arrays of numbers or characters.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    QwtPlot3D is a graphics extension to the Qt GUI application framework. It provides a 3D plotting widget for scientific data and mathematical expressions. It compares to the existing Qwt Project.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    BlowfishVHDL - free fully synthesizable Blowfish encryption algorithm hardware implementation.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    LiteOS is our attempt to write a free OS for calculators known as "TI-68k". TI naturally stands for Texas Instuments while 68k designs the Motorola 68000, in other words the processor running such calculators.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    The Optimized Sparse Kernel Interface (OSKI) Library provides automatically tuned sparse matrix kernels, for use by solver libraries and applications. OSKI is part of the BeBOP project on performance tuning and analysis at U.C. Berkeley. (Go Bears!)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    PsiLAB is an environment for scientific research, numerical calculations and generic data analysis. It's written in the functional language O'CaML.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    TI-83 Programs contains programs that run on the TI-83 Graphing Calculator. You can download these programs to the calculator with the TI-Graph Link.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Vortex Based Mathematics

    Vortex Based Mathematics

    Learn the language of nature.

    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Is a mathematics app. It could be useful for resolving equations (it'll come soon) and right now. It does solve numerical ones (no literals) right now. Gauss will have user interface through Qt in newer versions, but it is still a console app.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Framework for blockstructured adaptive finite volume methods. Provides MPI-parallelized variant of the Berger-Oliger AMR algorithm for Beowulf-clusters. Uses Clawpack. Visualization and conversion tools for HDF4 files included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ATMSP

    ATMSP - A Tiny Mathematical Speed Parser

    A Tiny Mathematical Speed Parser ATMSP is a portable C++ parser for mathematical expressions like "sin(x)+y^2" e.g. These may contain arbitrary numbers of functions, variables and constants. Major design goal was minimalistic size and maximum speed. Tiny 320 code-lines offer a parser plus bytecode-generator, 26 mathematical functions and 17 supported base-types including complex and arbitrary MPFR-multiprecision. Both parser and bytecode may run in threads. The usage of ATMSP is most simple - just include a single header in your own code and go. Reasonably experienced coders may implement other base-types like bool, SSE2, rationals or bigint's with a few changes. Have fun, Heinz van Saanen
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    BitInt is a multiprecision library for Contiki operating system. Tested on MSPsim for Tmote Sky platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A matrix (and vector) container class library for C++. The library is designed for ease of use and speed. The following is provided: simple I/O; remove/replace/insert; search/find; simple stats, common operator overloads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Cavalry
    Automatically copies files to and from a web server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Cooley Tukey Algorithm (FFT) implementation on Sony-Toshiba-IBM CELL Broadband Engine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    HP-11C and HP-16C emulation for the Nintendo DS Lite
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The DUNS (Diagonalized Upwind Navier-Stokes)code is a 2D/3D, structured, multi-block, multi-species,reacting, steady/unsteady, Navier Stokes fluid dynamics code with q-omega turbulence model. It currently uses a diagonalized ADI procedure with upwind diff
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Eigenmath DS is a free computer algebra system ported to Nintendo DS. The aim of this project is to have a free CAS comparable to commercial systems such as Texas Instruments or HP calculators. The GUI is made with woopsi 0.3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Generating combinatorial objects: exponents, all exponents, permutations, color permutations, arrangements, combinations for any numbers and words.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB