[go: up one dir, main page]

Showing 1090 open source projects for "loop-aes"

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
  • Run your private office with the ONLYOFFICE Icon
    Run your private office with the ONLYOFFICE

    Secure office and productivity apps

    A Comprehensive Alternative to Office 365 for Business
    Learn More
  • 1
    Aseprite

    Aseprite

    Animated sprite editor & pixel art tool

    Aseprite is a program to create animated sprites. Sprites are composed of layers & frames as separated concepts. Support for color profiles and different color modes: RGBA, Indexed (palettes up to 256 colors), Grayscale. Animation facilities, with real-time preview and onion skinning. Copy & paste. Drag & drop. Resize palette. Palette entries with alpha value. Select color harmonies. Create light and shadows with the shading ink. Create perfect strokes for pixel-art. Avoid extreme pixel...
    Downloads: 703 This Week
    Last Update:
    See Project
  • 2
    Image Toolbox

    Image Toolbox

    Image Toolbox is an powerful picture editor, which can crop

    Image Toolbox is a powerful picture editor, which can crop, apply filters, add some drawings, erase background, edit EXIF, or even create a PDF file.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 3
    LibPDF

    LibPDF

    A modern PDF library for TypeScript

    ...Unlike many existing JavaScript PDF libraries, it emphasizes lenient parsing that can gracefully handle malformed structures and fallback strategies where typical parsers fail, making it useful for production environments that encounter unpredictable file formats. The library offers full read and write manipulation, including support for encryption with RC4 and modern AES cipher suites, form filling and flattening, digital signature creation and verification, page merging/splitting, rich text extraction with layout information, and font embedding with subsetting.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Duplicati

    Duplicati

    Store securely encrypted backups in the cloud!

    Duplicati is a free and open source backup client for securely storing your data. Duplicati stores encrypted, incremental, compressed backups on cloud storage services and remote file servers using AES-256 encryption, keeping your data safe and always updated. It works with most storage services, including Google Cloud and Drive, Amazon S3, Microsoft Azure and OneDrive, Dropbox, FTPOpenStack Storage (Swift), SSH (SFTP), WebDAV, Tencent Cloud Object Storage (COS), and more! Duplicati also works on all major platforms (Windows, Linux and OSX). ...
    Downloads: 39 This Week
    Last Update:
    See Project
  • A privacy-first API that predicts global consumer preferences Icon
    A privacy-first API that predicts global consumer preferences

    Qloo AI adds value to a wide range of Fortune 500 companies in the media, technology, CPG, hospitality, and automotive sectors.

    Through our API, we provide contextualized personalization and insights based on a deep understanding of consumer behavior and more than 575 million people, places, and things.
    Learn More
  • 5
    Ralph Wiggum Marketer

    Ralph Wiggum Marketer

    A Claude Code Plugin that provides an autonomous AI copywriter

    Ralph Wiggum Marketer is a Claude Code plugin that serves as an autonomous AI copywriter tailored for SaaS content marketing, enabling automated generation of marketing copy such as landing pages, taglines, feature summaries, and promotional messaging. It leverages the Ralph Wiggum loop concept — a continuous iteration pattern named after the iconic character that symbolizes persistent, repeated refinement — to let Claude Code keep iterating on content until predefined completion criteria are met, rather than stopping after a single output. This plugin integrates with Claude Code workflows so that marketers or product teams can define high-level goals, seed their product or service context, and then have the AI autonomously draft, refine, and polish marketing materials with minimal human intervention.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Finch.jl

    Finch.jl

    Sparse tensors in Julia and more

    Finch is a cutting-edge Julia-to-Julia compiler specially designed for optimizing loop nests over sparse or structured multidimensional arrays. Finch empowers users to write conventional for loops which are transformed behind-the-scenes into fast sparse code.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Flame

    Flame

    A Flutter based game engine

    ...It takes advantage of the powerful infrastructure provided by Flutter but simplifies the code you need to build your projects. It provides you with a simple yet effective game loop implementation, and the necessary functionalities that you might need in a game. For instance; input, images, sprites, sprite sheets, animations, collision detection, and a component system that we call Flame Component System (FCS for short). You can pick and choose whichever parts you want, as they are all independent and modular. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    slua-unreal

    slua-unreal

    lua dev plugin for unreal engine 4 or 5

    Slua-unreal is an unreal4 plugin, which allows you to use Lua language to develop game logic and hot fix your code. It gives you 3 ways to wrap your C++ interface to Lua, including reflection by blueprint, C++ template, and static code generation. It also enables two-way communication between Blueprint and Lua. The advantage of Lua over C++ is that it requires no compilation for logic change, which significantly speeds up the game development process.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    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 starts and stops when the actor finishes. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Atera IT Autopilot Icon
    Atera IT Autopilot

    Ensure operational efficiency at any scale with 24/7 autonomous IT support.

    IT Autopilot takes the pressure off your team by handling first-tier support across the channels your end users already live in — email, chat, Slack, Teams, and your Customer Portal. It doesn’t just respond to end-user queries, issues, and crises — it solves them.
    Learn More
  • 10
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Ralph TUI

    Ralph TUI

    A terminal UI for orchestrating AI coding agents

    ralph-tui is a terminal-first task runner that orchestrates AI agent work as a structured queue of tasks, making “agentic execution” feel more like operating a build tool than chatting in a textbox. It prioritizes a disciplined loop: select the next task, construct the right prompt and context, execute the agent, detect completion, and move forward until the workload is done. By centering everything in a TUI, it encourages repeatable workflows where you can watch progress, adjust priorities, and keep your attention on the execution pipeline rather than juggling windows and tabs. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    nanocode

    nanocode

    Minimal Claude Code alternative. Single Python file, zero dependencies

    nanocode is a minimalist coding agent implementation designed as a compact alternative to Claude Code, packaged in a single Python file with no external dependencies and totaling around 250 lines of code. It implements a full agentic loop where the model can reason, decide when to use tools, execute those tools, and iterate until producing a final answer, making it useful for simple AI-assisted coding workflows. It includes a set of integrated tools such as read, write, edit, glob, grep, and bash that let the agent interact with the file system and shell commands directly from the terminal, and it keeps a conversation history with colored terminal output for readability. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    LangGraph

    LangGraph

    Build resilient language agents as graphs

    ...As a very low-level framework, it provides fine-grained control over both the flow and state of your application, crucial for creating reliable agents. Additionally, LangGraph includes built-in persistence, enabling advanced human-in-the-loop and memory features.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    KeePassXC

    KeePassXC

    KeePassXC is a cross-platform community-driven port

    Securely store passwords using industry-standard encryption, quickly auto-type them into desktop applications, and use our browser extension to log into websites. Complete database encryption using industry-standard 256-bit AES. Fully compatible with KeePass Password Safe formats. Your password database works offline and requires no internet connection. Every feature looks, feels, works, and is tested on Windows, macOS, and Linux. You can expect a seamless experience no matter which operating system you are using. The full source code is published under the terms of the GNU General Public License and made available on GitHub. ...
    Downloads: 25 This Week
    Last Update:
    See Project
  • 15
    jrnl

    jrnl

    Collect your thoughts and notes without leaving the command line

    ...Journals are stored as human-readable plain text, and can also be encrypted using AES encryption.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Eigent

    Eigent

    The Open Source Cowork Desktop to Unlock Your Exceptional Productivity

    ...You can run Eigent fully locally for maximum privacy and data control, or choose a cloud-connected experience for quick access. The platform supports a wide range of AI models and integrates powerful tools through the Model Context Protocol (MCP). With human-in-the-loop controls and enterprise-ready features, Eigent balances automation with oversight and security.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    mgmt

    mgmt

    Next generation distributed, event-driven, parallel config management!

    Mgmt is a real-time automation tool. It is familiar to existing configuration management software but is drastically more powerful as it can allow you to build real-time, closed-loop feedback systems, in a very safe way, and with a surprisingly small amount of our mcl code. For example, the following code will ensure that your file server is set to read-only when it's Friday. It can run continuously, intermittently, or on demand, and in the first case, it will guarantee that your system is always in the desired state for that instant! ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    gpt-engineer

    gpt-engineer

    Full stack AI software engineer

    ...Built with a terminal-based interface, gpt-engineer is customizable, enabling developers to experiment with AI-assisted programming and refine their development process. It is especially useful for automating the coding and iterative feedback loop in software development.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    AgentScript

    AgentScript

    Build AI agents that think in code

    AgentScript is a TypeScript SDK for building reliable AI agents that express their plans as code, enabling stop/start workflows, tool-level state management, and enhanced observability.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 20
    noVNC

    noVNC

    VNC client web application

    noVNC is a VNC client JavaScript library as well as an application built on top of that library. noVNC runs well in any modern browser, including mobile browsers (iOS and Android).
    Downloads: 24 This Week
    Last Update:
    See Project
  • 21
    Web Push PHP

    Web Push PHP

    Web Push library for PHP

    WebPush-PHP is a server-side library to send Web Push notifications to browsers using the W3C Push API standard. It supports encrypted push messages and is compatible with service workers in major browsers like Chrome and Firefox.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    SleepFM-Clinical

    SleepFM-Clinical

    Improve human sleep through scientifically

    SleepFM-Clinical is a specialized version of SleepFM designed for clinical and research environments, offering an adaptive audio modulation system aimed at improving human sleep through scientifically guided soundscapes. Rather than simply playing static white noise or ambient tracks, it uses a closed-loop, frequency-modulated framework that responds to user-specific sleep patterns and physiological signals to tailor sound in ways that can enhance sleep onset and depth. The clinical release includes additional features for controlled experimentation, such as logging capabilities, adjustable parameter sets, and protocols suitable for sleep studies and therapeutic settings. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    ET

    ET

    Unity3D Client And C# Server Framework

    ...Modular component design allowing server modules to be composed based on role (e.g. memory, routing, services). AI-integrated tooling: supports auto-generation of logic, robot test cases, code compilation and execution in closed loop.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    two.js

    two.js

    A renderer agnostic two-dimensional drawing api for the web

    ...This means that when you draw or create an object (a Two.Path or Two.Group), two actually stores and remembers that. After you make the object you can apply any number of operations to it. Two.js has a built in animation loop. It is simple in nature and can be automated or paired with another animation library. Two.js features a Scalable Vector Graphics Interpreter. This means developers and designers alike can create SVG elements in commercial applications like Adobe Illustrator and bring them into your two.js scene.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Conscrypt

    Conscrypt

    Conscrypt is a Java Security Provider

    ...Because it builds on BoringSSL’s audited primitives and constant-time implementations, it reduces the risk of subtle side-channel issues while improving handshake and bulk crypto throughput. Conscrypt also exposes platform accelerations (like AES-GCM and ChaCha20-Poly1305) and supports features important to HTTP/2 and HTTP/3 stacks. Its goal is pragmatic: deliver a fast, well-maintained TLS provider that behaves like modern browsers and mobile stacks.
    Downloads: 1 This Week
    Last Update:
    See Project