Showing 35 open source projects for "keep%20alive"

View related business solutions
  • $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
  • 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
  • 1
    Multi-Account Containers

    Multi-Account Containers

    Keep parts of your online life separated into color-coded tabs

    Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs. Cookies are separated by container, allowing you to use the web with multiple accounts and integrate Mozilla VPN for an extra layer of privacy. Under the hood, it separates website storage into tab-specific Containers. Cookies downloaded by one Container are not available to other Containers.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    CustomCSSforFx

    CustomCSSforFx

    Custom CSS tweaks for Firefox

    The only way to modify ui is by adding custom CSS code to userChrome.css and userContent.css files inside the browser's profile folder. The only way to modify UI is by adding custom CSS code to userChrome.css and userContent.css files inside the browser's profile folder. Keep in mind that CSS code can not create entirely new items, buttons, or toolbars. It only can modify already present UI items. Keep in mind CSS code can not create entirely new items, buttons, or toolbars. It only can modify already present UI items. Edit userChrome.css and userContent.css with any text editor (Notepad++ recommended on Windows) and enable or disable any feature you like by modifying, removing, or out-commenting available import strings. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    Betterfox

    Betterfox

    Firefox user.js for optimal privacy and security

    ...The project focuses on a minimal-impact, maximum-effect approach, removing unnecessary background services, reducing fingerprinting, and tightening security defaults while trying to keep sites usable. Betterfox recommends pairing these settings with essential extensions like ad blockers and DNS-level protections to achieve a well-rounded browsing experience. Because the preferences are text-based and version controlled, users can review and customize them to meet their own balance of privacy and convenience.
    Downloads: 53 This Week
    Last Update:
    See Project
  • 4
    Adguard Browser Extension

    Adguard Browser Extension

    AdGuard browser extension

    ...AdGuard does not collect any information about you, and does not participate in any acceptable ads program. The only source of income we have is selling premium versions of our software, and we intend to keep it that way. AdGuard for Windows is not just another ad blocker, it is a multipurpose tool that combines all necessary features for the best web experience. It blocks ads and dangerous websites, speeds up page loading, etc.
    Downloads: 43 This Week
    Last Update:
    See Project
  • 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
  • 5
    Web-Maker

    Web-Maker

    A blazing fast & offline frontend playground

    ...Supports Preprocessors: HTML (Pug & Markdown), CSS (SCSS, LESS & Stylus, Atomic CSS) & JavaScript (ES6, TypeScript & CoffeeScript). Hi! I am Kushagra Gour. Web Maker is a free and open-source project. To keep me motivated for working on such open-source and free side projects, I have launched a Patreon campaign. Your pledge, no matter how small, will act as an appreciation towards my work and keep me going forward making Web Maker more awesome. Very easily accessible. Simply open a new tab in Chrome! (in chrome extension only). Capture preview screenshot (in Chrome extension only). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Dev Browser

    Dev Browser

    A Claude Skill to give your agent the ability to use a web browser

    ...Its purpose is to close the gap between “code was written” and “the UI actually works,” by letting the agent navigate, interact with pages, and validate behavior in a live environment. A key idea is persistence: the browser can keep pages open so the agent can navigate once and then perform multiple interactions across scripts without losing state each time. It supports flexible execution modes, allowing full-script runs when tasks are straightforward and step-by-step exploration when the agent needs to inspect or iterate carefully. To make automation more reliable for language models, it provides LLM-friendly DOM snapshots that structure the page in a way that is easier for an agent to interpret than raw HTML dumps.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 7
    Authenticator

    Authenticator

    Authenticator generates 2-Step Verification codes in your browser

    Authenticator generates two-factor authentication (2FA) codes in your browser. Use it to add an extra layer of security to your online accounts. Always keep a backup of your secrets in a safe location. Encrypting your secrets is strongly recommended, especially if you are logged into a Google account. Back up your secrets to a file, Google Drive, Microsoft OneDrive, or Dropbox. Sync your secrets with your Google Account. Available for Chrome, Firefox, and Microsoft Edge. Import data from Google Authenticator's official mobile App.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Floccus

    Floccus

    Sync your bookmarks privately across browsers and devices

    ....; Safari not yet) Install the floccus Android app to access your bookmarks on your phone. Create as many sync profiles as you need. Control sync strategy (i.e. uni- or bidirectional), sync interval and synced folder. Easily export your configuration. Keep your credentials secure with an encryption passphrase. Sync your bookmarks privately across browsers an devices.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Extism

    Extism

    The Universal Plug-in System. Extend anything with WebAssembly

    ...You decide where this logic runs, and your users decide what the plug-in does. Many engineering teams face an ever-growing list of feature requests, often exceeding their bandwidth several times over. How can you ever keep up? Making your product extensible by its end-users is a great way to move some of those features outside the core, and empower customers to make your software more useful for them.
    Downloads: 3 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
  • 10
    gradle-maven-publish-plugin

    gradle-maven-publish-plugin

    A Gradle plugin that publishes your Android and Kotlin libraries

    ...Gradle plugin that creates a publish task to automatically upload all of your Java, Kotlin or Android libraries to any Maven instance. This plugin is based on Chris Banes initial implementation and has been enhanced to add Kotlin support and keep up with the latest changes. No need to know how publishing works for different project types. AGP provides an API to configure publishing, java-library too, Kotlin Multiplatform does most things automatically but not everything. This plugin configures as much as possible on its own. An unified approach for all kinds of projects. Some parts require manual configuration and for those we provide an API that works regardless of whether this is a Gradle plugin, an Android library or a Kotlin Multiplatform project. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Discovery-Browser

    Discovery-Browser

    An open-source desktop browser with a unique card-based browsing inter

    ...This approach allows users to visually organize multiple websites and multitask more efficiently. Cards can also switch between different viewing modes, including Normal View, Wide View, and Full Screen, depending on the browsing experience needed. To keep the workspace organized, cards can be minimized into bubble indicators for quick access without cluttering the screen. Discovery Browser also includes built-in download management, customizable header themes, and automatic handling of external links opened from other applications. The project aims to explore new ideas in browser interface design while providing a flexible and visually organized browsing experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Asil Web Browser

    Asil Web Browser

    DISCOVER The Halal Internet Shariah Compliant. Muslim Friendly.

    Asil provides Safe, Secure, and Halal browsing for Muslims. Start exploring the halal web and browse the internet without worrying about haram content. Our halal browser filters out any haram results, ensuring that users only receive halal content.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Cookie AutoDelete

    Cookie AutoDelete

    Firefox and Chrome WebExtension that deletes cookies

    ...When a tab closes, any cookies not being used are automatically deleted. Prevent tracking by other cookies and add only the ones you trust. Easily import and export your cookie whitelist. Add the sites you want to keep cookies for to the whitelist (permanently) or greylist (until browser restart) Enable "Automatic Cleaning" in settings or "Auto-Clean" in popup. Watch those unused cookies disappear. Please keep in mind that at this time only Mozilla Firefox and Google Chrome (as well as its development branches e.g. Developer Edition, Canary) will be supported. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14
    TPM (Tmux Plugin Manager)

    TPM (Tmux Plugin Manager)

    Tmux Plugin Manager

    ...You declare plugins in your .tmux.conf, add TPM itself, then use intuitive key bindings to install or update everything—no manual cloning or script wrangling. It supports plugins hosted on GitHub or elsewhere, handles version updates, and can remove unused plugins to keep your environment tidy. TPM runs entirely inside tmux sessions and doesn’t require root privileges, which makes it safe to use on shared systems or remote servers. The ecosystem around TPM includes popular plugins for sensible defaults, session resurrection, copy/paste enhancements, and status line customization. Because configuration remains just text in your dotfiles, it’s easy to reproduce the same tmux setup across machines with dotfile managers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    nightTab

    nightTab

    A neutral new tab page accented with a chosen colour

    ...This means nightTab will not request browser permissions. Aim to make everything on the user interface, within reason, customizable. Aim to make the user experience easy while supporting the above. Keep nightTab open source. Sharing the look and feel of one Bookmark to another can be achieved when editing a single Bookmark. The Bookmark edit modal has three options to copy settings to other Bookmarks. These checkboxes can be found at the bottom of the Visual & Name, Layout and Theme tab. Development and testing is only conducted on Chrome and Firefox. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Sass

    Sass

    An extension of CSS, adding nested rules, variables, mixins and more

    ...We take this compatibility seriously, so that you can seamlessly use any available CSS libraries. Sass boasts more features and abilities than any other CSS extension language out there. The Sass Core Team has worked endlessly to not only keep up, but stay ahead. Sass has been actively supported for over 14 years by its loving Core Team. Over and over again, the industry is choosing Sass as the premier CSS extension language. Sass is actively supported and developed by a consortium of several tech companies and hundreds of developers. There are an endless number of frameworks built with Sass. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    QA Wolf

    QA Wolf

    Create browser tests 10x faster

    ...We built QA Wolf for developers like us who want to spend less time testing and more time shipping. QA Wolf is zero-effort automated QA. We get you to 80% coverage in four months, and keep you there, so your team can stay focused on shipping. 2/3 of tech companies have less than 50% test coverage. Why? Traditional QA strategies pit coverage against velocity. The more testing you do, the slower you ship. QA Wolf is different. By combining the best parts of in-house QA & test platforms, we deliver ultra-high end-to-end test coverage that never slows you down. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Universal Bypass
    ...Universal Bypass circumvents annoying link shorteners. Universal Bypass bypasses templates that are used on thousands of domains and it would be impossible for me to keep a complete list of domains that are bypassed. You would have to get a new Universal Bypass version and accept its new permissions for each new bypass. Custom Bypasses would be pretty pointless if you could only create them for sites that are already bypassed. Also known in the options as "Give and take the destinations of unbypassable shorteners.", this feature exists to bypass a respectable amount of link shorteners using CAPTCHAs and other forms of backend validation to make sure you've actually waited before you can proceed to the target link, to share this target with other Universal Bypass users, who come across the same link in the future, so they can proceed to the target immediately.
    Downloads: 44 This Week
    Last Update:
    See Project
  • 19
    BetterOneTab

    BetterOneTab

    A better OneTab for Chrome

    ...Better Onetab still provides the ability to store all tabs, store left or right tabs, and any others. And you can also use it from the context menu. Samely, you can also use "pin list" to keep a list that will not be removed, set the title of a list or drag to change the order of tabs. Even you can set the color of a list in the new version. You can change the "Behavior when icon is clicked" in the options page and enable or disable "simple popup list".
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    StackEdit

    StackEdit

    In-browser Markdown editor

    ...Whether you write, you review, you comment… StackEdit's layout provides you with the flexibility you need, without sacrifice. StackEdit’s Scroll Sync feature accurately binds the scrollbars of the editor panel and the preview panel to ensure that you always keep an eye on the output while writing. StackEdit can sync your files with Google Drive, Dropbox and GitHub. It can also publish them as blog posts to Blogger, WordPress and Zendesk. You can choose whether to upload in Markdown format, HTML, or to format the output using the Handlebars template engine.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 21
    Fire RSS Reader

    Fire RSS Reader

    RSS Reader Firefox addon extension

    Your Reader of RSS feeds for browser Firefox Get it - https://addons.mozilla.org/en-US/firefox/addon/fire-rss-reader/ How it works - https://www.youtube.com/watch?v=0bx-gqBJ7uo To run and build browser extension from cmd or terminal type: - npm install --global web-ext - cd my/path/folder/FireRSS - web-ext run - web-ext build
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GitHunt

    GitHunt

    Hunt the most starred projects on any date on GitHub

    ...You can look through the repositories for any technology of your liking and for any period of time. By default it shows the trending repositories (most starred repositories created in the given period of time) for the last week and as you keep scrolling, you will be presented with the popular repositories of the consecutive past weeks. All you have to do is select how you would like to see the repositories (monthly, weekly or yearly) and the language, it will remember your choice and will show you the trending repositories in that category whenever you will open the new tab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    gulp-babel

    gulp-babel

    Gulp plugin for Babel

    ...Install gulp-babel if you want to get the pre-release of the next version of gulp-babel. See the Babel options, except for sourceMaps and filename which are handled for you. Also, keep in mind that options will be loaded from config files that apply to each file. Files in the stream are annotated with a babel property, which contains the metadata from babel.transform(). If you're attempting to use features such as generators, you'll need to add transform-runtime as a plugin, to include the Babel runtime. Otherwise, you'll receive an error. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Mist Browser

    Mist Browser

    Mist. Browse and use Ðapps on the Ethereum network.

    ...If you want to install the app from a pre-built version on the release page, you can simply run the executable after download. For updating, simply download the new version and copy it over the old one (keep a backup of the old one if you want to be sure). In order to install from .zip files, please install libgconf2-4 first. Once a Mist version is released the Meteor frontend part is bundled using the meteor-build-client npm package to create pure static files. For development we start the interface with a Meteor server for auto-reload etc. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    No Coin

    No Coin

    No Coin is a tiny browser extension aiming to block coin miners

    ...Or you might just want to keep ads blocked entirely and just enable the coin mining script.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next