Showing 38 open source projects for "stable-diffusion"

View related business solutions
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely

    Our computer monitoring software allows employees, field contractors, and freelancers to manually clock in when they begin working on an assignment. The application will take screenshots randomly or at set intervals, which allows employers to observe the work process. The application only tracks activity when the employee is clocked in. No spying, only transparency.
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • 1
    VOLTA

    VOLTA

    Volta: JS Toolchains as Code

    Install and run any JS tool quickly and seamlessly! Volta is built in Rust and ships as a snappy static binary. Ensure everyone in your project has the same tools—without interfering with their workflow. No matter the package manager, Node runtime, or OS, one command is all you need: volta install. Fast: Install and run any JS tool quickly and seamlessly! Volta is built in Rust and ships as a snappy static binary. Ensure everyone in your project has the same tools—without interfering with...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    GCSF

    GCSF

    a FUSE file system based on Google Drive

    ... the stable branch of the Rust programming language, which can be installed following the instructions on rustup.rs. If you already have Rust installed, make sure that it is updated to the latest version (≥1.26). Make sure you have pkg-config and the fuse library installed. These are usually found in the package repositories of major distributions. Rust can be installed via the lang/rust port. You will need to install sysutils/fusefs-libs for the cairo install command to succeed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Tauri

    Tauri

    Build smaller, faster, and more secure desktop applications

    ... platforms. Cross-platform notifications using polyfilled WEB API. Build your Web application as a Tauri binary for MacOS, Linux and Windows. Update core dependencies automatically from the CLI. Run multiple window instances in Tauri. Setup secure context to enable access to restricted APIs. Generally stable on Desktop, API locked down. Opt-in feature enabling for iframe dialog with Tauri and the native API. Enable programmatic and keyboard access to clipboard.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    rathole

    rathole

    A lightweight and high-performance reverse proxy for NAT traversal

    A secure, stable and high-performance reverse proxy for NAT traversal, written in Rust. rathole, like frp and ngrok, can help to expose the service on the device behind the NAT to the Internet, via a server with a public IP. High Performance Much higher throughput can be achieved than frp, and more stable when handling a large volume of connections. Low Resource Consumption Consumes much fewer memory than similar tools. See Benchmark. The binary can be as small as ~500KiB to fit the constraints...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 5
    cross

    cross

    Zero setup cross compilation and cross testing of Rust crates

    This project is developed and maintained by the cross-rs team. It was previously maintained by the Rust Embedded Working Group Tools team. You have four options to configure cross. cross will provide all the ingredients needed for cross-compilation without touching your system installation. cross provides an environment, cross-toolchain, and cross-compiled libraries, that produce the most portable binaries. “cross-testing”, cross can test crates for architectures other than i686 and x86_64.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Granian

    Granian

    A Rust HTTP server for Python applications

    A Rust HTTP server for Python applications. Supports ASGI/3, RSGI and WSGI interface applications. Implements HTTP/1 and HTTP/2 protocols. Supports HTTPS. Supports Websockets over HTTP/1 and HTTP/2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    jlrs

    jlrs

    Julia bindings for Rust

    jlrs is a crate that provides access to most of the Julia C API, it can be used to embed Julia in Rust applications and to use functionality it provides when writing ccallable functions in Rust. Currently, this crate is only tested in combination with Julia 1.6 and 1.9, but also supports Julia 1.7, 1.8, and 1.10. Using the current stable version is highly recommended. The minimum supported Rust version is currently 1.65. Julia must be installed before jlrs can be used, jlrs is compatible...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Actix

    Actix

    Actor framework for Rust

    Actor framework for Rust. Actix uses the Tokio runtime. System::new() creates a new event loop. System.run() starts the Tokio event loop, and will finish once the System actor receives the SystemExit message. Spawning a new actor is achieved via the start and create methods of the Actor trait. It provides several different ways of creating actors; for details, check the docs. You can implement the started, stopping and stop methods of the Actor trait. started gets called when the actor...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Bevy

    Bevy

    A refreshingly simple data-driven game engine built in Rust

    ... features are missing. Documentation is sparse. Please don't build any serious projects in Bevy unless you are prepared to be broken by API changes constantly. Bevy relies heavily on improvements in the Rust language and compiler. As a result, the Minimum Supported Rust Version (MSRV) is "the latest stable release" of Rust. Built directly on top of Bevy's ECS, Renderer, and Scene plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • 10
    Crossbeam

    Crossbeam

    Tools for concurrent programming in Rust

    This crate provides a set of tools for concurrent programming. Crossbeam supports stable Rust releases going back at least six months, and every time the minimum supported Rust version is increased, a new minor version is released. Currently, the minimum supported Rust version is 1.36. Crossbeam welcomes contribution from everyone in the form of suggestions, bug reports, pull requests, and feedback. We also have the RFCs repository for more high-level discussion, which is the place where we...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    uutils coreutils

    uutils coreutils

    Cross-platform Rust rewrite of the GNU coreutils

    ... and learn it. The requirements are to have Rust (cargo, rustc), GNU Make (required to build documentation), Sphinx (for documentation), and gzip (for installing documentation). uutils follows Rust's release channels and is tested against stable, beta and nightly. The current oldest supported version of the Rust compiler is 1.43.1. On both Windows and Redox, only the nightly version is tested currently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Linfa

    Linfa

    A Rust machine learning framework

    linfa aims to provide a comprehensive toolkit to build Machine Learning applications with Rust. Kin in spirit to Python's scikit-learn, it focuses on common preprocessing tasks and classical ML algorithms for your everyday ML tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Rusoto

    Rusoto

    AWS SDK for Rust

    Rusoto is an AWS SDK for Rust. Rusoto is available on crates.io. To use Rusoto in your Rust program built with Cargo, add it as a dependency and rusoto_$SERVICENAME for any supported AWS service you want to use. Rusoto has a crate for each AWS service, containing Rust types for that service's API. A full list of these services can be found here. All other public types are reexported to the crate root. Consult the rustdoc documentation for full details by running cargo doc or visiting the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CachyOS

    CachyOS

    Blazingly Fast & Customizable Linux distribution

    CachyOS - Arch Linux Based Distribution With Heavy Optimizations & Multi-Architectures For Ultimate Desktop Experience Filesystems: - btrfs - zfs - ext4 - xfs - f2fs Our installer will auto detect which micro architecture your machine got, if x86-64-v3 or x86-64-v4 is detected it will automatically use the optimized packages, which is around a 10 % performance improvement. Desktop Environments: - KDE - CuteFish - i3 - Gnome - Openbox - Wayfire - Xfce - LXQT - bspwm All packages are...
    Leader badge
    Downloads: 1,862 This Week
    Last Update:
    See Project
  • 15
    RebornOS

    RebornOS

    Made For You - Made With You

    RebornOS is an Arch Linux based distribution whose goal is to make Arch Linux more approachable to beginners. We stick close to Arch Linux, offer choices without much bloat, and we provide quite a bit more support and handholding than typical distributions so that beginners don't feel overwhelmed.
    Leader badge
    Downloads: 597 This Week
    Last Update:
    See Project
  • 16
    glommio

    glommio

    Thread-per-core crate that makes writing asynchronous apps easier

    Glommio (pronounced glo-mee-jow or |glomjəʊ|) is a Cooperative Thread-per-Core crate for Rust & Linux based on io_uring. Like other Rust asynchronous crates, it allows one to write asynchronous code that takes advantage of Rust async/await, but unlike its counterparts, it doesn't use helper threads anywhere.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FlickOS

    FlickOS

    Lightweight, Elegant and Sustainable Operating System

    FlickOS is designed to be lightweight, fast and sustainable, with focus on efficient use of system resources. The project is based on Ubuntu 20.04 and LXLE, which provides a stable and well-supported foundation. Unnecessary packages and services are stripped away, leaving only the essential components needed to minimize resource usage. FlickOS have complete suite of applications like LibreOffice, Firefox, VLC and many essential software for daily use. Save the environment, recycle your old PCs...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 18
    Vinari OS 4.0.0 HELIUM

    Vinari OS 4.0.0 HELIUM

    Vinari OS 4.0.0 HELIUM - Debian 12 Bookworm based 64-Bit OS

    Vinari OS 4.0.0 HELIUM marks the evolution of a Debian-based operating system, now embracing the 64-bit Debian 12 platform. This release is crafted with both everyday users and developers in mind, offering a seamless experience. At its core, Vinari OS 4.0.0 HELIUM showcases the intuitive GNOME desktop environment, enhanced with practical extensions such as GSConnect and DashToDock, among others. Our commitment to simplicity and convenience shines through, as Vinari OS 4.0.0 HELIUM adopts...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 19
    BARS_checkers

    BARS_checkers

    BARS - a program for playing checkers

    BARS is a program for playing checkers. In this program, you can play with a robot of different difficulty levels, train your memory, solve tasks, memorize openings, save games played. Enjoy using it :) source code: https://github.com/Ni3nayka/BARS-international VK-group: https://vk.com/bars_checkers if you have a problem starting the program, try: 1) update net.framework 2) update VS MS C++ WARNING: the program works only with windows x64
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    SupTube

    SupTube

    An open-source Windows client for YouTube

    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    CloudI: A Cloud at the lowest level
    CloudI is an open-source private cloud computing framework for efficient, secure, and internal data processing. CloudI provides scaling for previously unscalable source code with efficient fault-tolerant execution of ATS, C/C++, Erlang/Elixir, Go, Haskell, Java, JavaScript/node.js, OCaml, Perl, PHP, Python, Ruby, or Rust services. The bare essentials for efficient fault-tolerant processing on a cloud!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Bayes+Estimate is a Rust and C++ library that implement numerical algorithms for Bayesian estimation. They provide tested and consistent numerical methods and represents the wide variety of Bayesian estimation algorithms and system model.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Raspirus

    Raspirus

    A simple hash-based virus-scanner

    Introducing Raspirus, an innovative application designed to address the security concerns of working on offline computers without antivirus protection, particularly those shared among multiple users who frequently utilize personal USB devices for file transfers. By leveraging the power of Raspberry Pi, as well as Windows and other Linux systems, Raspirus provides a comprehensive solution. Through file scanning functionality, Raspirus intelligently examines each file on the USB key,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Chroma

    Chroma

    An application built for installing and managing the Chromium browser

    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Proj

    A very configurable project initializer

    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next