Showing 3323 open source projects for "space"

View related business solutions
  • 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
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    Pioneer Space Simulator

    Pioneer Space Simulator

    Pioneer is a open source space adventure game

    Inspired by Frontier: Elite 2, Pioneer Space Simulator is an open source space combat and trading simulator.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Mix Space Core

    Mix Space Core

    The next generation of RESTful API service

    MX-Space Core is a content management platform designed for blogging and personal websites, with a focus on customization and user experience.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    ts-blank-space

    ts-blank-space

    A small, fast, pure JavaScript type-stripper

    ts-blank-space is a fast type-stripping compiler that converts TypeScript to JavaScript. It supports a modern subset of TypeScript by erasing the types and replacing them with whitespace. That's it. It is not a type checker and does not perform any other code transformations. The underlying technique can improve build performance and simplify development.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Windows Cleaner Utility

    Windows Cleaner Utility

    A windows batch script that cleans your PC from temporary files

    A Windows batch script that cleans your PC from temporary files. If you've been a Windows user for a long time without cleaning it up, or you don't know how to clean it, you will be amazed of how much space this tool can free for you! Just download "WindowsCleanerUtility.bat" or "WindowsCleanerUtility-x86_64.exe" from Releases and right click on it and select run as administrator. Choose any option from the meun provided.
    Downloads: 29 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    macFuse

    macFuse

    FUSE extends macOS by adding support for user space file systems

    ...Legacy MacFUSE file systems are supported through the optional MacFUSE compatibility layer. As a developer, you can use the FUSE SDK to write numerous types of new file systems as regular user space programs. The content of these file systems can come from anywhere: from the local disk, from across the network, from memory, or any other combination of sources. Writing a file system using FUSE is orders of magnitude easier and quicker than the traditional approach of writing in-kernel file systems. Since FUSE file systems are regular applications (as opposed to kernel extensions), you have just as much flexibility and choice in programming tools, debuggers, and libraries as you have if you were developing standard macOS applications.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 6
    QDirStat

    QDirStat

    Qt-based directory statistics

    Qt-based directory statistics: KDirStat without any KDE -- from the author of the original KDirStat. QDirStat is a graphical application to shows where your disk space has gone and to help you to clean it up. This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on Linux, BSD and other Unix-like systems and of course in a Docker container.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 7
    yabai

    yabai

    A tiling window manager for macOS based on binary space partitioning

    yabai is a tiling window manager for macOS that extends the native windowing system with fully scriptable command-line control. It uses a binary space partitioning algorithm to auto-tile windows, supports extensive keyboard shortcut mapping (via skhd), and enhances productivity for power users.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    ZMap

    ZMap

    ZMap is a fast single packet network scanner for network surveys

    ZMap is a fast single packet network scanner designed for Internet-wide network surveys. On a typical desktop computer with a gigabit Ethernet connection, ZMap is capable scanning the entire public IPv4 address space in under 45 minutes. With a 10gigE connection and PF_RING, ZMap can scan the IPv4 address space in under 5 minutes. ZMap operates on GNU/Linux, Mac OS, and BSD. ZMap currently has fully implemented probe modules for TCP SYN scans, ICMP, DNS queries, UPnP, BACNET, and can send a large number of UDP probes. If you are looking to do more involved scans, e.g., banner grab or TLS handshake, take a look at ZGrab 2, ZMap's sister project that performs stateful application-layer handshakes. ...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 9
    Spacemesh

    Spacemesh

    Go Implementation of the Spacemesh protocol full node

    Go-Spacemesh is the official Go implementation of the Spacemesh protocol, a novel blockchain based on Proof of Space-Time (PoST) designed for fair mining and energy efficiency. Unlike Proof of Work, PoST leverages unused hard drive space to secure the network, enabling anyone with a computer to participate without specialized hardware. Spacemesh introduces a mesh-based block DAG (Directed Acyclic Graph) structure for scalable and parallel consensus.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Celestia

    Celestia

    Real-time 3D visualization of space

    Celestia is a real-time 3D visualization of space, allowing users to explore the universe in three dimensions. It functions as an interactive planetarium, providing expandable content and the ability to create custom worlds.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 11
    Agents.jl

    Agents.jl

    Agent-based modeling framework in Julia

    Agents.jl is a pure Julia framework for agent-based modeling (ABM): a computational simulation methodology where autonomous agents react to their environment (including other agents) given a predefined set of rules. The simplicity of Agents.jl is due to the intuitive space-agnostic modeling approach we have implemented: agent actions are specified using generically named functions (such as "move agent" or "find nearby agents") that do not depend on the actual space the agents exist in, nor on the properties of the agents themselves. Overall this leads to ultra-fast model prototyping where even changing the space the agents live in is a matter of only a couple of lines of code.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    BleachBit

    BleachBit

    BleachBit system cleaner for Windows and Linux

    ...Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    ControlSystems.jl

    ControlSystems.jl

    A Control Systems Toolbox for Julia

    ControlSystems.jl is a Julia toolbox for control systems design and analysis, offering models in transfer-function and state-space representations, enabling construction of complex systems, simulation in time and frequency domains, and performance/stability evaluation. This toolbox works similar to that of other major computer-aided control systems design (CACSD) toolboxes. Systems can be created in either a transfer function or a state space representation.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    Duplicati

    Duplicati

    Store securely encrypted backups in the cloud!

    ...Unlike many other backup solutions, Duplicati ensures that your data is stored securely far away and updated regularly. Incremental updates means it saves on bandwidth and storage space, with a scheduler that automatically keeps your backups up to date.
    Downloads: 213 This Week
    Last Update:
    See Project
  • 15
    dive

    dive

    A tool for exploring each layer in a docker image

    ...This can be adjusted to show changes for a specific layer, or aggregated changes up to this layer. The lower left pane shows basic layer info and an experimental metric that will guess how much wasted space your image contains. This might be from duplicating files across layers, moving files across layers, or not fully removing files. Both a percentage "score" and total wasted file space is provided. You can build a Docker image and do an immediate analysis with one command: dive build -t some-tag .
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    NAEV

    NAEV

    Naev is a 2d action/rpg space game, action, rpg and simulation

    Naev is a game about space exploration, trade, and combat. Players travel the galaxy and earn money by trading, fighting and performing missions. You pilot a space ship from a top-down perspective and are more or less free to do what you want. As the genre name implies, you’re able to trade and engage in combat at will. Beyond that, there’s an ever-growing number of storyline missions, equipment, and ships; Even the galaxy itself grows larger with each release.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    Intel(R) RDT Software Package

    Intel(R) RDT Software Package

    User space software for Intel(R) Resource Director Technology

    Intel CMT CAT is a user-space software package providing support for Intel's Resource Director Technology (RDT). It offers tools and libraries to monitor and control cache allocation and memory bandwidth.​
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    whisper.cpp

    whisper.cpp

    Port of OpenAI's Whisper model in C/C++

    ...The command downloads the base.en model converted to custom ggml format and runs the inference on all .wav samples in the folder samples. whisper.cpp supports integer quantization of the Whisper ggml models. Quantized models require less memory and disk space and depending on the hardware can be processed more efficiently.
    Downloads: 382 This Week
    Last Update:
    See Project
  • 19
    BasicBSpline.jl

    BasicBSpline.jl

    Basic (mathematical) operations for B-spline functions

    Basic (mathematical) operations for B-spline functions and related things with Julia.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    pnpm

    pnpm

    Fast, disk space efficient package manager

    Fast, disk space efficient package manager. pnpm uses a content-addressable filesystem to store all files from all module directories on a disk. When using npm, if you have 100 projects using lodash, you will have 100 copies of lodash on disk. With pnpm, lodash will be stored in a content-addressable storage. Files inside node_modules are cloned or hard-linked from a single content-addressable storage. pnpm has built-in support for multiple packages in a repository. pnpm creates a non-flat node_modules by default, so code has no access to arbitrary packages.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    ImageBind

    ImageBind

    ImageBind One Embedding Space to Bind Them All

    ImageBind is a multimodal embedding framework that learns a shared representation space across six modalities—images, text, audio, depth, thermal, and IMU (inertial motion) data—without requiring explicit pairwise training for every modality combination. Instead of aligning each pair independently, ImageBind uses image data as the central binding modality, aligning all other modalities to it so they can interoperate zero-shot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NPKILL

    NPKILL

    List any node_modules directories in your system

    ...Simply go from the terminal to the directory from which you want to search and type npkill. This will start the search and will show the node_modules directories next to their size. You can use the cursor arrows to move up or down. Pressing the Space key will erase the directory in which the cursor is located, freeing up that valuable space. This tool allows you to list any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space. Yay! Say goodbye to lengthy commands. Using npkill is as simple as reading a list of your node_modules, and pressing Del to get rid of them. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Back In Time

    Back In Time

    An easy-to-use backup tool for GNU Linux using rsync in the back

    ...It uses rsync to take manual or scheduled snapshots and stores them locally or remotely through SSH. Each snapshot is in its own folder with copies of the original files, but unchanged files are hard-linked between snapshots to save storage space. It was inspired by FlyBack.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 24
    OOO Extras

    OOO Extras

    Extra tools for OpenOffice under weak copyleft or other licenses

    A space to store classic OOo dependencies that cannot be easily redistributed in Apache OpenOffice's Source tree. Initially this was meant for copyleft tarballs only but it is also pretty handy to mirror other file dependencies.
    Downloads: 80 This Week
    Last Update:
    See Project
  • 25
    Librelancer

    Librelancer

    A re-implementation of Freelancer

    Librelancer is an open-source reimplementation of the engine behind Freelancer, the iconic 2003 space trading and combat simulation game by Microsoft. Written in C# and powered by OpenGL and modern game development practices, Librelancer faithfully replicates the original gameplay while providing a flexible codebase for modding, analysis, and future enhancements. It supports original assets and is designed to be both a preservation project and a foundation for new space simulation games inspired by Freelancer’s legacy.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next