Showing 180 open source projects for "watch"

View related business solutions
  • 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
  • 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
  • 1
    Watchman

    Watchman

    A file watching service that records when files change

    ...Since all of the options are understood by the same executable we’ve broken those out into sections of their own to make it clearer when they apply. Watchman is conservative, preferring to err on the side of caution; it considers files to be freshly changed when you start to watch them or when it is unsure.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 2
    Xremap

    Xremap

    Key remapper for X11 and Wayland

    xremap is a key remapper for Linux. Unlike xmodmap, it supports app-specific remapping and Wayland.
    Downloads: 29 This Week
    Last Update:
    See Project
  • 3
    SyncTrayzor

    SyncTrayzor

    Windows tray utility / filesystem watcher / launcher for Syncthing

    SyncTrayzor is a little tray utility for Syncthing on Windows. It has a built-in web browser and several other great features. It works by hosting and wrapping Syncthing, making it behave more like a native Windows application and less like a command-line utility with a web browser interface.
    Downloads: 56 This Week
    Last Update:
    See Project
  • 4
    Rocket.Chat Desktop App

    Rocket.Chat Desktop App

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

    ...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 and improved business outcomes. Create custom messaging experiences within your app or website by integrating and white labeling Rocket.Chat components and enterprise features. ...
    Downloads: 72 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
  • 5
    Metro

    Metro

    The JavaScript bundler for React Native

    Metro aims for sub-second reload cycles, fast startup and quick bundling speeds. Works with thousands of modules in a single application. Supports every React Native project out of the box. Instead of creating the full server, create a Connect middleware that answers to bundle requests. This middleware can then be plugged into your own servers. The port parameter is optional and only used for logging purposes. The onBundleBuilt function is optional, is passed the bundle name, and is called...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 6
    Home Assistant

    Home Assistant

    Open source home automation that puts local control and privacy first

    ...It can be set up to automatically control devices, so whether you want to be alerted when the lights turn on when you’re not at home, or want the lights to automatically dim when you start to watch a movie on Chromecast, Home Assistant can do it for you. See more examples on the official website: https://www.home-assistant.io/
    Downloads: 39 This Week
    Last Update:
    See Project
  • 7
    wavemon

    wavemon

    Ncurses-based monitoring application for wireless network devices

    wavemon is a wireless device monitoring application that allows you to watch signal and noise levels, packet statistics, device configuration and network parameters of your wireless network hardware. It should work (though with varying features) with all devices supported by the Linux kernel. Apart from debian/ubuntu packages and slackbuild scripts for wavemon, this repository contains the full source code.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    cypress

    cypress

    Fast, easy and reliable testing for anything that runs in a browser

    ...Fast, easy and reliable testing for anything that runs in a browser. Installing Cypress is simple. No dependencies, extra downloads, or changes to your code required. Write tests easily and quickly, and watch them execute in real time as you build your web application. Debugging your tests in CI is as easy as running tests locally. With built in parallelization and load balancing. Record CI test results, screenshots and video, and view aggregated, next-level insights in your dashboard. Build up a suite of CI tests, record their results and gain powerful insights. ...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 9
    Sonarr

    Sonarr

    Smart PVR for newsgroup and bittorrent users

    ...Support for major platforms: Windows, Linux, macOS, Raspberry Pi, etc. Automatically detects new episodes. Can scan your existing library and download any missing episodes. Can watch for better quality of the episodes you already have and do an automatic upgrade. eg. from DVD to Blu-Ray.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 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
  • 10
    fish

    fish

    The user-friendly command line shell

    Finally, a command line shell for the 90s. fish is a smart and user-friendly command line shell for Linux, macOS, and the rest of the family. fish suggests commands as you type based on history and completions, just like a web browser. Watch out, Netscape Navigator 4.0! fish supports 24 bit true color, the state of the art in terminal technology. Behold the monospaced rainbow. fish is fully scriptable, and its syntax is simple, clean, and consistent. You'll never write esac again. For those lucky few with a graphical computer, you can set your colors and view functions, variables, and history all from a web page. ...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 11
    Pearcleaner

    Pearcleaner

    A free, source-available and fair-code licensed mac app cleaner

    Pearcleaner is a small, native macOS utility that helps you fully remove applications by finding and deleting the leftover files they scatter across your system. After you drag an app into Pearcleaner (or select it from a list), it scans common Library locations for related caches, logs, preferences, containers, launch agents, and support files. Results are presented with clear paths and sizes so you can deselect anything you want to keep before sending items to the Trash. The tool favors...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 12
    File system notifications for Go

    File system notifications for Go

    Cross-platform file system notifications for Go

    fsnotify utilizes golang.org/x/sys rather than syscall from the standard library. Ensure you have the latest version installed. fsnotify is a fork of howeyc/fsnotify with a new API as of v1.0. The API is based on this design document. All releases are tagged based on Semantic Versioning. Further API changes are planned, and will be tagged with a new major revision number. Go 1.6 supports dependencies located in the vendor/ folder. Unless you are creating a library, it is recommended that you...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13
    ExTiX - The Ultimate Linux System

    ExTiX - The Ultimate Linux System

    ExTiX with Deepin/LXQt/GNOME/WayDroid and kernel 7.0.0-rc6-amd64-exton

    Version 26.4, 26.1, 25.12-2 and 25.12 (four versions - Build 260410, 260123, 251205, and 251201 ) of ExTiX 64 bit are based on Debian/Ubuntu. In ExTiX I have installed the GNOME 50 Desktop (for Waydroid), Deepin Desktop 25.0.10 respectively LXQt 2.2/LXDE. PROGRAM content etc Among many other programs GParted, SMPlayer, Gimp and Kodi. In addition Java and all necessary additions in order to install programs from source. PASSWORDS The password for root is root. The password for...
    Leader badge
    Downloads: 702 This Week
    Last Update:
    See Project
  • 14
    KB1OIQ - Andy's Ham Radio Linux

    KB1OIQ - Andy's Ham Radio Linux

    Install ham radio software on Debian Live, RPi OS, or Ubuntu Linux

    ...An installation script does all of the work. Please download and READ the installation instructions: https://sourceforge.net/projects/kb1oiq-andysham/files/v26e/GETTING_STARTED Watch a video of Andy (KB1OIQ) as he talks about AHRL during a ham radio convention in MA in the summer of 2025: https://www.youtube.com/watch?v=hwuKZK1dKcU&t=2086s Several videos of Andy's complete AHRL presentation can be found on YouTube. Here is one made in March 2026: https://youtu.be/xv9YnREmeAA?si=yMTX8yJsQFyeJG0i
    Leader badge
    Downloads: 552 This Week
    Last Update:
    See Project
  • 15
    multiclicker

    multiclicker

    Application designed to automate mouse clicks

    MultiClicker is an advanced Python program that allows you to run up to 4 independent mouse click bots simultaneously. Each bot can be configured individually with its own settings and hotkeys. Features 4 independent bots - Each with individual settings Customizable hotkeys - Start/stop hotkeys for each bot + global stop all Various click settings: Left/right/middle mouse clicks Single/double clicks Custom click intervals Random intervals between clicks Location...
    Leader badge
    Downloads: 1,462 This Week
    Last Update:
    See Project
  • 16
    RaspEX

    RaspEX

    RaspEX is a perfect Linux ARM system for Raspberry Pi 5 and 4

    ABOUT RaspEX Build 260114 is a full Linux Desktop System with LXQt and many other useful programs pre-installed. Firefox is used as Web Browser and Synaptic as Package Manager. You can use Synaptic to install any extra packages you may need. RaspEX uses Ubuntu's 26.04 LTS software repositories so you can install thousands of extra packages if you want. NEWS 260114 This RaspEX 64 bit Build for Rpi5/Rpi4 uses kernel 6.17.0-1003-raspi and Ubuntu 26.04 "Resolute Raccoon" repositories. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17
    PimersusOS

    PimersusOS

    PimersusOS: Lightweight, fast and flexible Linux based on Debian 13.

    ...Keeping the system updated is easy with `sudo apt update` and `sudo apt upgrade`. The ISO (~4.5 GB) serves as a reference and testing environment for the browser. Password: ams ⚠️ It is recommended to watch the entire video before installing. Install at your own risk.
    Downloads: 59 This Week
    Last Update:
    See Project
  • 18
    PingInfoView

    PingInfoView

    Ping monitor utility

    PingInfoView is a small utility that allows you to easily ping multiple host names and IP addresses, and watch the result in one table. It automatically ping to all hosts every number of seconds that you specify, and displays the number of succeed and failed pings, as well as the average ping time. You can also save the ping result into text/html/xml file, or copy it to the clipboard. PingInfoView supports both ICMP pings and TCP pings.
    Downloads: 385 This Week
    Last Update:
    See Project
  • 19
    AgarimOS

    AgarimOS

    AgarimOS is a respin of Void Linux

    ...Like in the official Void Linux ISO, there are two users: anon root In both cases, the password is voidlinux Installation: Like a regular Void Linux install, type sudo void-installer in a terminal. Demonstration: https://www.youtube.com/watch?v=aKdHNavm40I (AgarimOS) Groups selection matters!! So please choose the groups you will need!! For more details: https://linktr.ee/agarimos Licensing: According to every single license (in some cases unset) from every single component used. All the license files remain unmodified.
    Leader badge
    Downloads: 1,247 This Week
    Last Update:
    See Project
  • 20
    RichARCH

    RichARCH

    Your concierge creating a Rich experience to Arch

    ...GUIs: Budgie/Cinnamon/Cosmic/Enlightenment/Gnome/Hyprland/KDE/Labwc/LXDE/LXQT/Mate/Niri/River/Sway/XFCE Kernels: linux/linux-cachyos/linux-hardened/linux-lqx/linux-lts/linux-nitrous/linux-tachyon/linux-zen/linux-znver2/linux-znver3/linux-znver4/linux-znver5 Profiles: SecOps/Server/Omarchy/DonArch/HyprVibe/KoolsDots/SaatvikDots/ShellNinja/VaelixdDots More info at: https://download.sourceforge.net/richarch/InstallAndInfo.pdf https://sourceforge.net/projects/richarch/files/README.md/download https://www.youtube.com/watch?v=hjK67kdHkGU&t=6s
    Leader badge
    Downloads: 1,329 This Week
    Last Update:
    See Project
  • 21
    Windows Install

    Windows Install

    Installing Windows from macOS. Suitable for Hackintosh and Macintosh

    The Windows Install.app program allows you to install Windows directly from the Mac OS system. There is no need to create an installation flash drive. Suitable for Hackintosh and Macintosh (install drivers yourself). Possibility to make a backup. There is a drag and drop support function. Compatible with Mac OS X 10.13 and up. The utilities used are wimlib and ntfs-3g and others.
 Disk access must be granted (shown in the screenshot) The user must be an administrator and the...
    Leader badge
    Downloads: 870 This Week
    Last Update:
    See Project
  • 22
    MeX Linux

    MeX Linux

    MeX 64 bit with the GNOME 50 Desktop and Kodi 21.1 Omega

    MeX 64 bit Linux is based on Debian "Sid" and upcoming Ubuntu 26.04 LTS. FEATURES MeX uses the GNOME 50 Desktop, Kodi 21.1 and kernel 7.0.0-rc5-amd64-exton. INSTALL TO HARD DRIVE/USB PEN DRIVE MeX Linux can easily be installed to hard drive and/or to a USB pen drive. RUNS IN RAM Another big improvement is that MeX now can run from RAM. When the system has booted up you can enjoy a really fast system! You’ll need at least 6 GB RAM to run MeX that way. I.e. super fast!...
    Leader badge
    Downloads: 89 This Week
    Last Update:
    See Project
  • 23
    LFA (Linux For ALL)

    LFA (Linux For ALL)

    LFA (Linux for all) 64 bit with Budgie 10.9.1 and Refracta Snaphot

    LFA (Linux for all) is based on Ubuntu 24.04.2 LTS ("Noble Numbat") and Debian. Ubuntu 24.04 will be supported until August 2029. REFRACTA SNAPSHOT Create you own Linux For All/Ubuntu 24.04.2 LTS system with Refracta Snapshot. Pre-installed in LFA Build 250417. The system language is ENGLISH. DESKTOP LFA Build 250417 uses Budgie 10.9.1 as DE. The Budgie Desktop is a "feature-rich, modern desktop designed to keep out the way of the user". KERNEL My special kernel...
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 24
    Cyrethium

    Cyrethium

    Cyrethium GNU/Linux Debian Based Privacy and Security Focused OS

    ARCHIVAL NOTICE: Cyrethium Project This project has been long discontinued and is no longer being maintained by the developer. Please note that: Status: This distribution was officially abandoned some time ago. There are no plans for future updates, security patches, or support. Liability Disclaimer: The developer accepts no responsibility for any damages, security vulnerabilities, or data loss resulting from the use of this outdated software. Use it strictly at your own...
    Leader badge
    Downloads: 130 This Week
    Last Update:
    See Project
  • 25
    ArchEX Linux Live System

    ArchEX Linux Live System

    ArchEX is a new (260108/260106) Linux Live System based on Arch Linux.

    ...Slideshow: https://archex.exton.se/calamares-slideshow-new.gif USB INSTALLATION Install ArchEX to a USB Pen Drive with persistence: https://archex.exton.se/install-usb/ BENEFITS of ArchEX/Arch Linux "Cutting Edge"-software and speed. Run the latest kernel. Always. Default locale/language: English A YouTube video about ArchEX: https://www.youtube.com/watch?v=YPlHLEr6Ld0&feature=youtu.be READ MORE: https://archex.exton.se - three (3) versions
    Leader badge
    Downloads: 62 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB