Showing 1177 open source projects for "linux on windows"

View related business solutions
  • 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
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | 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
  • 1
    vport is a universal hardware interface for education and development. It supports all important microcontroller intefaces such as I2C, SPI, JTAG, RS232, IO-Ports, 1-Wire, CAN, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    View, track, filter, archive, alert, group, rotate logs through a GUI, CLI, or WebUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This library and tools help you to keep tags for files in an external database. As few external dependencies as possible are needed, making it a lightweight file tagging solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Mutant is a multi-threaded command line monitoring tool, written in Python, using the ncurses library. With it, you can watch the output from multiple commands in a single terminal. Each command has a specific interval and color.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    a distributed engine for abstract neural network development via natural-language programming
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Copy/move folders and files between different storage medias, with full-control over the copying/moving process by pause, resume, restart and cancel features, with detailed informations about copy/move process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    An innovative software environment that support application building, deployment, and execution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Graphystat is a server showing graph datas like cpu, memory, ... on a web interface. Datas are collected on each client and stored in rrdtool bases. Server retrieves datas locally or throw network. Graphystat is based on rrdtool and python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Local Content Server transforms Plone into a robust Learning Object Repository. It supports IMS content package transport, content preview, and object identification and registration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    Git-based multi-project software development, testing, release, and distribution
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is a XML RPC server that could be used to manage your server, provide website hosting, manage your accounts and do various other tasks. XML RPC can be accessed from web interfaces, jscript and CLI/GUI Applications in a multitude of programming langs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Freenomalism is a free, community based fork of the Enomalism web-based virtual infrastructure/cloud computing platform. The dashboard can help with issues including deployment planning, load balancing, migration, configuration management, and capacity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The Open Distributed Framework project is aimed at developing an open-source, cross-platform framework for distributed, high-performance physical modelling and simulation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ezUnison automates synchronizing files between sets of computers connected through SSH or Gaim, monitoring the filesystem in real-time, and notifying the user of conflicts by modifying the filenames of conflicting files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    File-Organizer

    File-Organizer

    A simple Python script that allows users to organize their files

    # File Organizer A simple Python script that allows users to organize their files by creating folders and renaming them based on custom rules. ## Features ### Organize Files into Directories * Create new folders with specified names (e.g., "Documents", "Images") * Rename files within each folder using a bulk rename pattern * Move files older than 30 days to an archive directory
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    magicsearch

    magicsearch

    Search and restore files on broken filesystems

    Search a data block for magic MIME identifiers and try to recover the found data using file type specific header information. Currently recovers audio and video files best, but also recognizes PDFs and other file types. New recipes for even more filetypes as well as contributors are welcome ! Logo: Derivative work of http://commons.wikimedia.org/wiki/File:Pied_Avocet_chick.jpg (CC-BY-SA)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PyGSI Online

    PyGSI Online

    Python interface for Leica GSI Online TPS and DNA

    This python framework implements an interface for communication with Leica TPS and DNA surveying instruments for advanced online surveying. Original Leica GSI Online documentation can be downloaded on the Leica Geosystems website: http://www.leica-geosystems.com/ Note that this original documentation (revision May 2008) is incomplete and many GSI codes for different instruments are missing. This documentation issues where encountered using a Leica TCR407power instrument as verification device.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Plug 'n Auth

    The project is being migrated to http://code.google.com/p/ciform...

    IMPORTANT : The project is now being hosted at http://code.google.com/p/ciform Plug'n Auth is an API providing easy integration of different authentication mechanisms into web applications. Within a few steps web admins will be able to change both the authentication backend and the logon frontend at any time with no further effort
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    File transfer using shared Folders in a local network with automatic synchronization. Also P2P-Folders will be implemented in the 2nd stage. Take advantage of Mesh-Network technologies for LAN operation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Firefly's Clean Lzo

    A human-readable ISC-Licensed implementation of the LZO1X algorithm.

    LZO is a compression library which is widely used around the world. The main problem with LZO is that it is absolutely not human readable. People have done crazy stuff to get LZO to run in their language. Usually it implies inline assembly or trying to execute data which actually contains machine code. This is sick. Whoever is responsible for this sorry situation ought to be ashamed. So I'm going to deobfuscate LZO and provide a ISC implementation of this algorithm in Python and C. In...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Ice Coral - TimeSpan

    Ice Coral - TimeSpan

    Scheduled task and device event evidence

    This is a part of the Ice Coral project. The TimeSpan is focused on event evidence, for example scheduled tasks (Windows Task Scheduler, crond). For more info visit Ice Coral - TimeSpan Web Site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    sectest

    Security & Penetration Testing Suite

    Open source Penetration Testing Suite for IT professionals and penetration testers. SecTest automates the boring repetitive procedures of penetration testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Ice Coral - WorkLog

    Ice Coral - WorkLog

    Work diary to make an evidence of device servicing

    This is a part of the Ice Coral project. The WorkLog is focused on evidence of device servicing. It's good for service teams to share information about done work. For more information visit Ice Coral - WorkLog Web Site link below.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Ice Coral (project)

    Ice Coral (project)

    Information system for network infrastructure

    Ice Coral is intended to take place as Information System for InfraStructure (ISIS). This project should be central information evidence about your network infrastructure. It's planned as modular system, so you can use only one part of this system (eg. WorkLog), if you want. For more info visit Ice Coral (project) Web Site link below.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A semantic memory software tool “reflects” one's “imagination”. In it, arbitrary concepts may be described, stored, arranged, transformed, and shared. One may verbalize thoughts as they arise in the mind to externalize and digitize “mental obj
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB