Showing 47 open source projects for "the long drive"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 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
  • 1
    Auto Claude

    Auto Claude

    Autonomous multi-session AI coding

    Auto-Claude is an autonomous, multi-agent coding framework that organizes software work into a structured workflow where agents plan, build, and validate code with minimal manual micromanagement. Instead of relying on a single chat thread to do everything, it uses coordinated agents and a task-driven approach so multiple steps—like investigation, implementation, and testing—can be executed systematically. The project aims to make “agentic software engineering” feel like running a small...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    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. The project aims to build a decentralized,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Rocket.Chat Desktop App

    Rocket.Chat Desktop App

    OSX, Windows, and Linux Desktop Clients for Rocket.Chat

    Secure and compliant communications platform. We use communication platforms on a daily basis to collaborate with colleagues, other companies, customers, and communities. Most of them give you very little in terms of control and customizations; except Rocket.Chat. Bring together messages, projects, and tasks in one place and watch your team’s productivity rise to new heights. Engage in contextual interactions with customers irrespective of how they contact you. Ensure long-term relationships...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 4
    Rocket.Chat Mobile

    Rocket.Chat Mobile

    Rocket.Chat mobile clients

    A secure and compliant collaboration platform. Own your data, customize anything, and integrate everything. We use communication platforms on a daily basis to collaborate with colleagues, other companies, customers and communities. Most of them give you very little in terms of control and customizations; except Rocket.Chat. Bring together messages, projects, and tasks into one place and watch your team’s productivity rise to new heights. Engage in contextual interactions with customers...
    Downloads: 5 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
    GPSLogger

    GPSLogger

    Lightweight GPS Logging Application For Android

    GPSLogger is an Android app that logs GPS information to various formats (GPX, KML, CSV, NMEA, Custom URL) and has options for uploading (SFTP, OpenStreetMap, Google Drive, Dropbox, Email). This app aims to be as battery efficient as possible. GPSLogger uses the GPS capabilities of your Android phone to log coordinates to GPS format files at regular intervals. This can be particularly useful if you want to geotag your photos after a day out or share your travel route with someone. The purpose of this application is to be battery efficient to save you battery power when abroad and last as long as possible.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    EGO

    EGO

    A simple and component-based microservice kit for go

    EGO is a microservice-oriented governance framework implemented by golang, which integrates various engineering practices. Through the component-based design pattern, it is guaranteed that the business development can use various components in a unified way. For us engineers to improve component proficiency, we must first read a lot of open-source component documentation and code, and then insist on using it for a long time in order to form muscle memory and improve our speed of doing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Fish Speech

    Fish Speech

    SOTA Open Source TTS

    ...The models are evaluated with Seed TTS metrics and achieve exceptionally low word and character error rates, indicating strong intelligibility and alignment between text and audio. Fish Speech emphasizes expressive and controllable voices: it supports a long list of emotion tags, tone markers, and special audio effect markers that can be embedded in the text to drive prosody and vocal style, from basic emotions to nuanced states like sarcastic, conciliative, or hysterical. The system is multilingual and cross-lingual, handling multiple languages in a single input without explicit phoneme markup, and is trained on large-scale datasets.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Griptape

    Griptape

    Python framework for AI workflows and pipelines with chain of thought

    The Griptape framework provides developers with the ability to create AI systems that operate across two dimensions: predictability and creativity. For predictability, Griptape enforces structures like sequential pipelines, DAG-based workflows, and long-term memory. To facilitate creativity, Griptape safely prompts LLMs with tools (keeping output data off prompt by using short-term memory), which connects them to external APIs and data stores. The framework allows developers to transition...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Tracking Any Point (TAP)

    Tracking Any Point (TAP)

    DeepMind model for tracking arbitrary points across videos & robotics

    TAPNet is the official Google DeepMind repository for Tracking Any Point (TAP), bundling datasets, models, benchmarks, and demos for precise point tracking in videos. The project includes the TAP-Vid and TAPVid-3D benchmarks, which evaluate long-range tracking of arbitrary points in 2D and 3D across diverse real and synthetic videos. Its flagship models—TAPIR, BootsTAPIR, and the latest TAPNext—use matching plus temporal refinement or next-token style propagation to achieve state-of-the-art accuracy and speed on TAP-Vid. RoboTAP demonstrates how TAPIR-style tracks can drive real-world robot manipulation via efficient imitation, and ships with a dataset of annotated robotics videos. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10

    etherdfs

    an ethernet-based file system for DOS

    EtherDFS is an 'installable filesystem' TSR for DOS. It maps a drive from a remote computer (typically Linux-based) to a local drive letter, using raw ethernet frames to communicate. For years, I was using LapLink to transfer files between my various "retro" computers. It works, yes, but it's also annoyingly slow and requires constant attention. One day I thought, "Wouldn't it be amazing if all my PCs could share a common network drive, similarly to how NFS operates in the *nix world?". ...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 11
    BitComet

    BitComet

    Free and powerful BitTorret client

    BitComet is a free and powerful BitTorrent client that allows users to download and share large files over the peer-to-peer (P2P) network. Known for its efficiency and ease of use, BitComet supports not only torrent files but also HTTP and FTP downloads, offering versatility for different download needs. Its intelligent file-sharing algorithms optimize bandwidth usage and improve download speeds, making it a popular choice for downloading large files like videos, software, and games....
    Downloads: 84 This Week
    Last Update:
    See Project
  • 12

    ProxyCrypt

    Encrypted volumes through command line

    ProxyCrypt is a command line tool that creates encrypted volumes within a file or a hard drive. Encryption and decryption are made on the fly, allowing you to use encrypted volumes like normal ones. Designed for paranoids and advanced users, it is also fast, very lightweight, open source and easy to recompile. See the features below. It works as a "proxy" for the AIM driver or the ImDisk driver. AIM driver is included in the full package. See the documentation for more informations...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    mozillux

    mozillux

    Linux distribution to promote Mozilla

    Mozillux is your own personal digital wallet for everything computer related. Secure, stand-alone, customizable, translated to all languages with full localization and internationalization. Mozillux is a free Linux distribution with a goal to promote Mozilla softwares embedded in a full desktop suite ready to use for everyone. It is an active project, made by fans, with love. Mozillux is built from scratch using a server edition and rely on excellent repositories, with strong...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Cerberus Content Management System 6

    Cerberus Content Management System 6

    Cerberus Content Management System

    Cerberus Content Management System is a dynamic, secure and infinitely expandable CMS designed after a Unix-Like model complete with a Unix-Like Kernel File named: Cerberus. It is a custom written Web Application Framework ( W.A.F. ) with a consistent and custom written Pre-Hyper-Text-Post-Processor Programming Code Framework ( P.C.F. ). This Web Application Software Project' aim is to be the fastest and most secure Web Application Framework, Web Application Programming Code Framework, Text,...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    LocationSimulator

    LocationSimulator

    MacOS application to spoof / fake / mock your iOS / iPadOS or iPhone

    LocationSimulator is a macOS app (10.15.x and later) that allows spoofing the location of an iOS or iPhoneSimulator device. The target audience of this project is developers who want to test their location service-based application. I do not encourage the use of this application to cheat in iOS games and I do not provide support for these games. If you use this application for any purpose outside of the intended, you are on your own.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    my PhotoDiary

    my PhotoDiary

    A Web application to publish, sort and comment your pictures.

    If you have lots of pictures stored on your computer drive and you want to sort, comment and publish them easily, my PhotoDiary will help you. My PhotoDiary is a Web application which allows to publish and securely share your pictures with your relatives and friends. It is multilingual and currently translated into English, Spanish and French. Your pictures and comments will be your family diary: you want to keep them safely for tens of years and even more: my PhotoDiary only uses sustainable IT technologies because we want our digital souvenirs to be long lasting and easy to migrate when IT technologies evolve. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    MFJ-993b Web Remote

    Arduino Mega 2560 + Ethernet Shield to Drive 8 Relays for MFJ-993b

    Arduino Mega 2560 Code to that supports a standard Ethernet Shield . i.e. Drive Relays hence outputs to MFJ-993b. Supports Up and Down for manual L and C Tuning, Autotune On/Off, Antenna Selection 1/2 and 100ms Short /1000ms Long for Tune. Op Note 1: You may need additional power for the 5V relay board; sometimes you can power the 5V relay board from the Mega 2560 - but reset/start the device first and then connect power to the relay board.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Glados-18.04-x86_64

    Glados-18.04-x86_64

    Linux OS Science project running in RAM with persistence of datas

    Glados is a science project aiming to run a full Linux operating system in RAM able to save persistent datas to disk. Glados provides latest LXDE desktop environment using Ubuntu LTS 64bits repositories. Depending on user choice at boot sequence, the operating system can be set to full load in RAM, or not. When running fully loaded in RAM, Glados expands to a genetic lifeform able to operate devices. User can install any software package from Ubuntu LTS repositories using apt...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    ECG Logger Viewer

    ECG Logger Viewer

    ECG Logger Viewer is the application software for ECG Logger device.

    NEW VERSION 3.2.1.5 - MARS 2022 ECG Logger is a Wearable Cardio Monitor for Long-Term (up to 24h) ECG Data Acquisition and Analysis (aka Holter) with an ECG live (real-time) mode. The ECG Logger project is aimed for providing a very low-cost open-source "Hardware and Software" for a Cardiac Rhythmic Holter. The hardware has been made very simple and is based on an Arduino Nano micro-controller with two companion boards for the SD card mass-storage and the instrumentation differential...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 20
    Ultimate Mint Live 20 XFCE Edition

    Ultimate Mint Live 20 XFCE Edition

    Unofficial "ultimate edition" of linux Mint 20 Ulyssa XFCE LTS 64-bit

    ...This release is based on linux Mint 20.1 Ulyssa 64-bit LTS XFCE edition, but bundled with extra software that doesn't come in an official linux Mint distro. Ultimate Mint Live 20 is a long term support release which will be supported until 2025. You can carry it on a USB flash drive and use it on most desktop computers or laptops. If you like it- you can perform installation on your hard drive, and all preinstalled software packages from Live edition will be transferred to your hard drive too. Detailed instruction about burning this .ISO on USB flash drive and installation info can be found in provided README.txt file. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    Ultimate Mint Live 20

    Ultimate Mint Live 20

    Unofficial "ultimate edition" of linux Mint 20 Ulyssa LTS 64-bit

    ...This release is based on linux Mint 20.1 Ulyssa 64-bit LTS Cinnamon edition, but bundled with extra software that doesn't come in an official linux Mint distro. Ultimate Mint Live 20 is a long term support release which will be supported until 2025. You can carry it on a USB flash drive and use it on most desktop computers or laptops. If you like it- you can perform installation on your hard drive, and all preinstalled software packages from Live edition will be transferred to your hard drive too. Detailed instruction about burning this .ISO on USB flash drive and installation info can be found in provided README.txt file. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 22

    pwc-lxled

    PWC driver modded for Long Exposure and Led control support

    This driver is derived from the PWC driver found in the Linux kernel. It adds V4L2 controls (`V4L2_CID_FLASH_STROBE/STROBE_STOP`) to drive the led present on some cameras. It also synchronously sets the video mode when power_save is off. This driver may be used to control long exposure modded webcams (SPC900, TouCam,..) when the led is used to trigger long exposure (this avoids the use of an additional serial port).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is an enhanced edition of DOSBox based on its SVN version that adds features like Windows-style Long File Name (LFN) and mouse copy/paste support. With this both the DOSBox shell commands and many native LFN-aware DOS programs should now be able to use LFN in DOSBox, and users can also use the right mouse button to select, copy and paste text from and to DOSBox (when the mouse is not locked). It also includes features such as an improved command shell, automatic drive mounting, APM power off, direct parallel port passthrough used for printing, DOS APIs that communicate with the Windows clipboard, and DBCS support for displaying CJK (East Asian) characters. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 24
    Citadex
    What is Citadex ? Citadex is a drive space where we upload course materials regarding out university courses and others. It is hosted on a central Google Drive which is accessed by the students of our classes through Departmental Email and other emails also. We named the drive Citadex to make it feel like our own. This is a simple Desktop Application made using JavaFX to access the files more easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    FreeFileSync

    FreeFileSync

    Free data backup software to synchronize files and folders

    FreeFileSync is a free Open Source software that helps you synchronize files and synchronize folders for Windows, Linux and macOS. It is designed to save your time setting up and running data backups while having nice visual feedback along the way. _______________________________________________________________ DOWNLOAD LINKS (official homepage): https://freefilesync.org/
    Downloads: 62 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB