Search Results for "windows 11 with jarvis os"

Showing 87 open source projects for "windows 11 with jarvis os"

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
  • 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
  • 1
    Remove Windows Ai

    Remove Windows Ai

    Strip Windows 11 of built-in AI features for control and privacy

    RemoveWindowsAI is an open source PowerShell-based tool created to help users regain control over their Windows 11 experience by disabling or removing AI-related features that Microsoft has increasingly integrated into the OS. It’s designed to work with currently released, stable versions of Windows 11 and continuously updated to match newly added AI components, especially since the 25H2 major update. The script covers a wide variety of AI surfaces (from core features like Copilot and Recall to hidden system packages, registry keys, and ancillary services) and applies targeted removals or disablement in bulk or selectively based on user choice. ...
    Downloads: 80 This Week
    Last Update:
    See Project
  • 2
    UnattendedWinstall

    UnattendedWinstall

    Personalized Unattended Answer Files that helps debloat Windows 10

    UnattendedWinstall is a collection of Microsoft Unattend XML answer files designed for customized, unattended Windows installations. It automates OS deployment, debloating, and configuration changes (like disabling telemetry, removing default apps, registry tweaks) during initial setup. Designed to streamline clean installs of Windows 10/11 with preconfigured preferences and optimizations.
    Downloads: 33 This Week
    Last Update:
    See Project
  • 3
    Flash Linux 0.11 Talk

    Flash Linux 0.11 Talk

    Annotated Unix system source code

    flash-linux0.11-talk is an annotated walkthrough of the Linux 0.11 kernel that explains how a tiny Unix-like system boots, schedules, handles interrupts, and manages memory. The materials break down historically compact and dense code into digestible segments, with diagrams and call flows that trace execution from bootloader to user space. By focusing on a small, early kernel, the series reveals core OS concepts without the complexity of modern subsystems. It highlights how segmentation and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    CEF4Delphi

    CEF4Delphi

    CEF4Delphi is an open source project to embed Chromium-based browsers

    CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS. CEF4Delphi is based on DCEF3 and fpCEF3. The original license of those projects still applies to CEF4Delphi. Read the license terms in the LICENSE.md file. CEF4Delphi was developed and tested on Delphi 12.1 and it has been tested in Delphi 6, Delphi XE, Delphi 10, Delphi 11 and Lazarus 3.4/FPC 3.2.2. CEF4Delphi includes VCL, FireMonkey (FMX) and...
    Downloads: 7 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
    Winhance

    Winhance

    Application designed to optimize and enhance your Windows experience

    Winhance is a Windows enhancement utility designed to debloat, optimize, and customize Windows 10 and 11 systems. Built as a C# application, it provides a user-friendly interface that allows users to manage apps, adjust system settings, and apply performance improvements without requiring a fresh OS installation. Winhance includes tools for removing unwanted Windows apps, installing third-party software via WinGet, and configuring privacy, update, and power settings. ...
    Downloads: 152 This Week
    Last Update:
    See Project
  • 6
    RyTuneX

    RyTuneX

    RyTuneX is a cutting-edge optimizer built with the WinUI 3 framework

    RyTuneX is a comprehensive Windows-system optimization tool aimed at users who want to enhance performance, privacy and usability on systems running Windows 10 (20H1 +) and Windows 11. It is built using the WinUI 3 framework and .NET 8 to provide a modern, responsive interface and native Windows look and feel. The application lets users “debloat” their system by removing pre-installed apps and Windows features that may be unnecessary or resource-heavy, helping free up resources and storage. ...
    Downloads: 126 This Week
    Last Update:
    See Project
  • 7
    xManager

    xManager

    Ad-Free, New Features & Freedom

    xManager supports Android. Chrome OS and Windows 11 now have Android support so xManager technically works there (and any system that can emulate Android). There are no current plans to natively support Windows, MacOS, Linux, etc. Android devices have CPUs. Merged is a combination of Armeabi-v7a and Arm64-v8a architecture. Armeabi-v7a is the modern arch that supports floating point operations, and a multi-threading safe is used on multi-cpu devices.
    Downloads: 46 This Week
    Last Update:
    See Project
  • 8
    WindowTextExtractor

    WindowTextExtractor

    WindowTextExtractor allows you to get a text from any OS

    WindowTextExtractor allows you to get a text from any window of an operating system including asterisk passwords. Extract text from modal windows, buttons, textboxes, lists, etc. Show passwords stored behind asterisks (*****) from most of the windows apps. Show detailed window and process information. Show process environment variables. Show or hide almost any desktop window. Take a window screenshot. Record window stream in avi file. OCR support (including text, bar codes and QR codes) for...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Easy GPU PV

    Easy GPU PV

    A Project dedicated to making GPU Partitioning on Windows easier

    ...The README documents hardware and OS prerequisites (Windows 10 20H1+/Windows 11 Pro/Enterprise/Education, matched host/VM versions, virtualization and Hyper-V enabled, recent GPU drivers, and supported GPUs.
    Downloads: 7 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
    Marl

    Marl

    A hybrid thread / fiber task scheduler written in C++ 11

    marl is a lightweight C++ job system that schedules tasks on a pool of worker threads and runs them using cooperative fibers for high throughput. By decoupling “tasks” from OS threads, it minimizes context switches and lets workloads with fine-grained synchronization scale efficiently. The API is intentionally small—post tasks, wait on fences, and express dependencies—so you can retrofit it into existing engines without adopting a heavyweight framework. Under the hood, fibers allow tasks to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    WinDiskWriter

    WinDiskWriter

    🖥 A macOS app that creates bootable USB drives for Windows. 🛠

    ⭐️ WinDiskWriter — bootable disk creator with Windows for macOS. ⭐️ 🚨 Supports Windows 11 Secure Boot and TPM patching 🚨 - Runs on Mac OS X Snow Leopard 10.6 and up - Supports the following versions of Microsoft Windows 💿: — Windows 11, — Windows 10, — Windows 8.1, — Windows 8, — Windows 7, — Windows Vista [ Including Windows Server editions ] 🖥 WinDiskWriter offers a user-friendly graphical interface that simplifies the process and guides you through the steps. 🖥 WinDiskWriter is written in Objective-C, a programming language that ensures high compatibility with older versions of macOS. ...
    Leader badge
    Downloads: 149 This Week
    Last Update:
    See Project
  • 12
    PWin11 Tweaker

    PWin11 Tweaker

    Tweaker for Windows 11

    PWin11 Tweaker is a lightweight, open-source utility that allows you to tweak various aspects of Windows 11 without delving into complex system settings or third-party software. With a focus on performance optimization, system cleanup, privacy protection, and interface customization, this tool simplifies the process of tailoring your OS to your specific needs. The intuitive navigation and responsive design make it accessible to everyone, while advanced options cater to tech enthusiasts.
    Leader badge
    Downloads: 32 This Week
    Last Update:
    See Project
  • 13
    xeno-extractor

    xeno-extractor

    Xeno Injector: Keyless Roblox executor.

    ...Key Features & Installation: Free & Keyless System: No registration needed. Safety: Dynamic Anti-Ban Protection. Multi-Scripting: Run several scripts simultaneously. OS Support: Dedicated Windows 10/11 tool. Installation is simple: Download, extract, and Run as Administrator. Launch Roblox, join a game, and then open Xeno to "Inject Successfully." For best safety, always use a VPN and a secondary account.
    Downloads: 1,204 This Week
    Last Update:
    See Project
  • 14
    Safe Exam Browser
    Safe Exam Browser is a webbrowser-environment to carry out online-exams safely. The software changes any computer into a secure workstation. It regulates the access to any utilities and prevents students from using unauthorised resources.
    Leader badge
    Downloads: 137,430 This Week
    Last Update:
    See Project
  • 15
    GTA San Andreas modded online installer system requirements Windows 10 above (online installer does not work on windows 8 below) must have 4 GB ram must have 512 MB or higher graphics card processor Intel Pentium G3220 or Higher OS Windows 10 or Windows 11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
     EXTON Linux MultiBootCD 6-OS

    EXTON Linux MultiBootCD 6-OS

    A multiboot cd with six mini Linux Systems

    Version 230929 will be the last one. You can very easy create your own multibootcd/dvd with Ventoy - https://www.ventoy.net/en/index.html Today (250227) I have 13 Linux Systems on one USB stick of 32GB. Screenshot: https://multibootcd.exton.se/ventoy-250227.jpg From EXTON Linux MultiBootCD 6-OS you can boot and run the following six (6) mini Linux Systems: Porteus 5.0.1, PuppEX Jammy64, Tiny Core 14.0, GParted 1.5.0-6, 4MLinux 43.1 and SliTaz 5.0. You can very easy install EXTON...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 17
    Hurricane11

    Hurricane11

    Windows Subsystem for the HurricaneOS

    Windows 11 Subsystem for the Upcoming HurricaneOS Set to Release by 2025, Available as an ISO for Preview, Dedicated to increase gaming performance.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 18
    vvc converter

    vvc converter

    VVC Converter is real, the rest is fake.

    VVC Converter is real, the rest is fake. Download: https://vvec-converter.github.io OS: Windows 10/11 (x64) How it works: Converts video to RAW → from it to VVC (H.266) Requirements: Source video: 1080p, 30fps. A lot of free space (RAW files are large, your video is 100 MB = 5 GB RAW, calculate the free space). then raw (input.yuv) can be deleted. Instructions: Run the program. Select a file → Start conversion.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    oto the autoclicker

    oto the autoclicker

    The fastest auto clicker for windows

    ...Hotkeys work in the background for convenience. If someone finds an autoclicker they think is faster please let me know in the discussion window. Has currently only been tested on Windows 11, so if you experience any problems on other OS' please let me know. Might work on linux. It was made with C# .NET8 and WPF
    Leader badge
    Downloads: 835 This Week
    Last Update:
    See Project
  • 20
    LPrint

    LPrint

    A Label Printer Application

    ...Features include a single executable handles spooling, status, and server functionality. Multiple printer support. Each printer implements an IPP Everywhere™ print service and is compatible with the driverless printing support in Android™, Chrome OS™, iOS®, Linux®, macOS®, and Windows® 10/11 clients. Each printer can support options such as label modes, tear-off offsets, media tracking, media top offset, print darkness, resolution, roll selection, and speed. Each printer can directly print “raw”, Apple/PWG Raster, and/or PNG files. Each printer automatically recovers from out-of-media, power loss, and disconnected/bad cable issues. ...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 21
    WiFi Share

    WiFi Share

    WiFi Share provides the ease of sharing device WiFi connection.

    WiFi Share is a free and open source utility software application. It provides the ease of sharing computer's internet connection with other devices. It uses QR codes to share WiFi networks. Currently only windows 10 & 11 version are available. Support for other OS (Linux, macOS, and Android) are on the way!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Valorant Cheats Aimbot ESP No Recoil

    Valorant Cheats Aimbot ESP No Recoil

    Valorant Cheats: Aimbot + ESP + Wallhack + No Recoil

    ...This repository houses a comprehensive external cheat designed to enhance your Valorant gaming experience. Our cheat is carefully coded in C++ and offers a wide array of functions to give you the edge in the game. Recommended Requirements: OS: Windows 10 (Build 19041 or higher) 64-bit, or Windows 11 64-bit CPU: Intel i3-4150 or AMD Ryzen 3 1200 GPU: NVIDIA GeForce GT 730 or AMD Radeon R7 240 RAM: 4 GB VRAM: 1 GB (for dedicated/discrete graphics cards) Storage: 20 GB
    Leader badge
    Downloads: 451 This Week
    Last Update:
    See Project
  • 23
    PI-Based Image Encoder / Converter

    PI-Based Image Encoder / Converter

    Python code able to convert / compress image to PI (3.14, π) Indexes

    ...ZIP also include 16 MB file with 16,7 mil numbers of PI Benchmark(Single-Thread): Hardware & Environment Apple Silicon: Apple M2 (Mac mini/MacBook) x86_64 Platform: Intel Core Ultra 5 225F (Arrow Lake, 10 Cores) OS 1: Fedora 43 (GNOME) OS 2: Windows 11 Pro (23H2/24H2) Software: Python 3.14.3 + Numba JIT (latest) Results (Lower is better) Platform / OS CPU Time (Seconds) macOS (Native) Apple M2 52.151311 s (in default setup) Fedora Linux Intel Core Ultra 5 225F 58.536457 s (in default Power Management: Balanced) Windows 11 Intel Core Ultra 5 225F 59.681427 s (important! ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    LogAR

    LogAR

    HF+VHF Log for HAM Radio

    "LogAR" is a new brand of the "LogVHF+" project. It's HF+VHF Log for radio amateurs. OS Windows 7, 8, 10, 11.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25
    SIV (System Information Viewer)

    SIV (System Information Viewer)

    SIV displays useful Windows, network, and hardware info.

    SIV by Ray Hinchliffe. 'System Information Viewer' is a general Windows utility for displaying lots of useful Windows, Network and hardware info - CPU info, PCI info, PCMCIA info, USB info SMBus info, SPD info, ACPI methods, Machine info, Hardware Sensors, Networked computers, Operating System Information and more. SIV is designed for Windows 11, 10, 8, 7, Vista, XP, 2012, 2008, 2003, 2000 and NT4. Windows 95, 98 and Me are also supported. SIV can also be used to control AIO devices, such...
    Downloads: 27 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB