Showing 88 open source projects for "ubuntu apps trading"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • $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
  • 1
    Awakened PoE Trade

    Awakened PoE Trade

    Path of Exile trading app for price checking

    Path of Exile trading app for price checking. If you run PoE client as Admin, OS security boundaries take effect. In order for Awakened PoE Trade to have access to the PoE window, it must be started with Administrator rights. Not compatible with “GeForce Now” or any other cloud gaming service that do not forward clipboard data. When you press Ctrl + C Path of Exile copies the item’s text (under cursor, if any) to the clipboard. All that remains is to parse text in Awakened PoE Trade and show...
    Downloads: 45 This Week
    Last Update:
    See Project
  • 2
    WalletConnect v2.x.x

    WalletConnect v2.x.x

    WalletConnect Monorepo

    Open protocol for connecting Wallets to Dapps. The communications protocol for web3, WalletConnect brings the ecosystem together by enabling wallets and apps to securely connect and interact. With WalletConnect, you can connect your wallet with hundreds of apps, opening the doors to a new world of web3 experiences. Uniswap. Swap, earn, and build on the leading decentralized crypto trading protocol. Foundation. Create, collect and sell NFTs.Install nodejs and npm. Install python3 and ensure python cli is linked (required to build some npm modules). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    VirtualBuddy

    VirtualBuddy

    Virtualize macOS 12 and later on Apple Silicon

    VirtualBuddy can virtualize macOS 12 and later on Apple Silicon, with the goal of offering features that are useful to developers who need to test their apps on multiple versions of macOS, especially betas.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    Vanilla OS Live ISO Builder

    Vanilla OS Live ISO Builder

    Vanilla OS Live ISO Builder.

    Vanilla OS Live ISO provides the official live environment and installer for Vanilla OS, a Linux distribution that blends immutability, security, and user-friendliness. Built on Ubuntu with an immutable root file system, Vanilla OS uses ABRoot and Distrobox to offer transactional updates and containerized app environments. The live ISO project enables users to boot and test the OS without installation, and includes the Calamares installer to simplify the setup process. It ensures users can...
    Downloads: 57 This Week
    Last Update:
    See Project
  • 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
  • 5
    Roblox Account Manager

    Roblox Account Manager

    Application that allows you to add multiple accounts into one apps

    Roblox Account Manager is a desktop application designed to simplify the management of multiple Roblox accounts within a single interface. The software allows users to store and organize multiple account credentials and quickly launch different accounts without manually logging out and back in through the Roblox client. This capability is particularly useful for players who manage alternate accounts for storage, trading, or gameplay purposes. The application provides a centralized dashboard...
    Downloads: 786 This Week
    Last Update:
    See Project
  • 6
    Termux

    Termux

    Terminal emulator application for Android OS extendible

    ...Allows an app to ask for permission to ignore battery optimizations for that app. This app can appear on top of other apps or other parts of the screen. This may interfere with normal app usage and change the way that other apps appear.
    Downloads: 203 This Week
    Last Update:
    See Project
  • 7
    Magisk on WSA

    Magisk on WSA

    Integrate Magisk root and Google Apps into WSA

    MagiskOnWSALocal is an open source project by LSPosed that integrates Magisk root and Google Apps (GApps) into Windows Subsystem for Android (WSA). It automates the process of building customized WSA images with root access, replacing Amazon Appstore with Google Play services. The repository includes scripts that streamline setup across Linux distributions like Ubuntu, Debian, Arch, and openSUSE, supporting both ARM64 and x64 architectures.
    Downloads: 43 This Week
    Last Update:
    See Project
  • 8
    Kamal

    Kamal

    Deploy web apps anywhere

    ...To Kamal, it’s all the same. Feed the config file a list of IP addresses with vanilla Ubuntu servers that have seen no prep beyond an added SSH key, and you’ll be running in literally minutes.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Perspective

    Perspective

    A data visualization and analytics component

    Perspective is a high-performance data visualization library for building real-time, interactive analytics dashboards. Developed by FINOS, it supports WebAssembly-powered pivot tables and can handle large streaming datasets with speed and flexibility. Perspective is ideal for fintech, trading, and IoT applications where insights from live data need to be visualized, sliced, and explored quickly in a browser.
    Downloads: 9 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
  • 10
    Nextcloud Desktop Client

    Nextcloud Desktop Client

    Desktop sync client for Nextcloud

    ...Use the desktop clients to keep your files synchronized between your Nextcloud server and your desktop. Select one or more directories on your local machine and always have access to your latest files wherever you are. Looking for integration apps like browser add-ins for Passwords, a feedreader, and more? Check our app store for integrations! You can already find Nextcloud Desktop client packages included in openSUSE Tumbleweed, Arch Linux, Fedora, Debian, and Ubuntu. Packages for Alpine Linux over here. See the latest state and more packages in this post on our forums. Can’t find packages? ...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 11
    Learn Elixir

    Learn Elixir

    Learn the Elixir programming language to build functional web apps

    learn-elixir is a practical, beginner-friendly guide to learning Elixir and the Erlang VM (BEAM), emphasizing why Elixir scales—lightweight processes, immutable data, robust GC, and supervisors—and how to apply those strengths in real projects. The repo walks you from installation on macOS, Ubuntu, and Windows to an interactive workflow using iex, Livebook, and even a one-line Docker run for a zero-install setup. It teaches Elixir’s core types and syntax with short, runnable examples, then moves into real project work using Mix for generating apps, compiling, running tasks, managing dependencies, and creating docs. You’ll learn to write idiomatic modules and functions, use the Enum module, and practice pattern matching and the pipe operator in small, composable functions. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Distrobox

    Distrobox

    Use any linux distribution inside your terminal

    Use any Linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Distrobox uses podman, docker or lilipod to create containers using the Linux distribution of your choice. The created container will be tightly integrated with the host, allowing sharing of the HOME directory of the user, external storage, external USB devices and graphical apps (X11/Wayland), and audio. Simply...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 13
    µWebSockets

    µWebSockets

    Compliant web server for the most demanding of applications

    ...LGTM scores us flawless A+ from having zero CodeQL alerts and we compile with pedantic warning levels. µWebSockets is written entirely in C & C++ but has a seamless integration for Node.js backends. This allows for rapid scripting of powerful apps, using widespread competence. We've been fully standards compliant with a perfect Autobahn|Testsuite score since 2016. Companies with everything to lose rely on µWebSockets on a daily basis - we power the trading APIs of Bitfinex.com & Kraken.com, handling volumes of multiple billions of USD every day. Other companies include Trello, where µWebSockets is serving their 50 million users with real-time board updates.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    ProzillaOS

    ProzillaOS

    Web-based operating system inspired by Ubuntu Linux and Windows

    ProzillaOS is a lightweight, user-friendly Linux distribution based on Arch Linux, designed to offer a fast, minimal, and easy-to-use experience out of the box. Tailored for new users and enthusiasts who enjoy the power of Arch with added usability, ProzillaOS provides a curated desktop environment with pre-installed essential applications, graphical tools for package management, and a clean, modern aesthetic. Its goal is to maintain a balance between simplicity and customization, making it...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 15
    COS++ Linux (Ubuntu)

    COS++ Linux (Ubuntu)

    Ubuntu based Linux Distro with Full Gaming and Dev Stack

    This distribution is an Ubuntu-based distribution with full Nvidia driver and optimization support, as well as other apps that allow you to play any Windows game on Linux. It also comes pre-loaded with all of the necessary developer tools, as well as VSCODIUM ready to go. It has been optimized to deliver smooth performance with a familiar and clean desktop UI (Cinnamon).
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16

    Ubuntu Touch for Galaxy M31 | 20.04

    Ubuntu Touch Focal 20.04 for Samsung Galaxy M31

    Try Ubuntu Touch on your phone! Build by: ParadoxInfinte Instructions: https://xdaforums.com/t/rom-focal-20-04-alpha-ubuntu-touch-for-galaxy-m31.4725105/ Donate/Tip my work: https://ko-fi.com/paradoxinfinite Credit to UBPorts and UBPorts community! Especially @NotKit at https://t.me/ubports_porting Enjoy!
    Downloads: 28 This Week
    Last Update:
    See Project
  • 17
    Jenkins-Zero-To-Hero

    Jenkins-Zero-To-Hero

    Install Jenkins and configure Docker

    Jenkins-Zero-To-Hero is a hands-on learning repository that teaches Jenkins from scratch, starting with installation and moving all the way to building end-to-end CI/CD pipelines. The course is designed around running Jenkins on an AWS EC2 instance, guiding you through installing Java, configuring Jenkins, and exposing it safely via security group rules. From there, it covers installing plugins like Docker Pipeline, configuring Docker as an agent, and wiring up multi-stage and multi-agent...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Tubuntu

    Customised Ubuntu OS

    This project offers a wide range of customization options, enabling users to personalize their Linux environment, which is based on Ubuntu. This customization extends to the desktop environment, window manager, icons, themes, and various system settings. With a user-friendly interface and an extensive collection of top-rated apps and customizable elements, this project empowers Linux enthusiasts to create a unique and personalized computing experience that reflects their style and enhances their productivity.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    UPup

    UPup

    Puppy Linux versions based on Ubuntu components

    Woof-CE 32-bit pae builds of Puppy Linux using Ubuntu components starting with Bionic Beaver (18.04) and subsequent versions
    Downloads: 22 This Week
    Last Update:
    See Project
  • 20
    LastOSLinux

    LastOSLinux

    Linux for windows migrants. with wine

    LastOSLinux is based on Linux Mint which itself is based on Ubuntu, this means that if Ubuntu, Mint or LastOSLinux get updates, they'll be applied. The good part is even if LastOSLinux stops being available it'll continue to be up-gradable using the same methods as Linux Mint and will never be un-supported as long as Mint is about. It uses a live OS that you can test on your hardware, restore timeshift backup images ot just do backups off a non bootable HDD.
    Leader badge
    Downloads: 267 This Week
    Last Update:
    See Project
  • 21
    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: 448 This Week
    Last Update:
    See Project
  • 22
    PBXinaFlash 3/ IncrediblePBX
    Longing for the good old days of Asterisk@Home? Welcome back to the steroid-enhanced version. PBX in a Flash 3.0 & Incredible PBX 2020/2021/2022/2027 are the latest Lean, Mean Asterisk Machines, high-performance, turnkey Asterisk PBXs that are easy to upgrade. Features include Rocky8, CentOS/SL 7.x, Ubuntu 22.04 & 20.04, Debian 10 and Raspbian 10 support with Asterisk 20/18/16 and FreePBX 16/15 GPL modules. Add-ons include one-click installs of Incredible Fax and many other Asterisk...
    Downloads: 55 This Week
    Last Update:
    See Project
  • 23
    Enchantment OS

    Enchantment OS

    Linux simplified. A consumer-friendly distro, based on Debian Stable

    Version 24 Beta release for testing and evaluation. Enchantment OS is a Linux distribution, tailored for ease of use, reliability and performance. It makes stable, secure Linux software goodness more accessible to nongeeky consumers and small business owners. Based on interviews and user trials with more than 200 real-world consumers fom California to Florida, Enchantment OS has more of the features and apps that consumers need and less of the shiny nerdy stuff that they don't....
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 24

    SFGOS

    A linux based os designed for gamers.

    SFGOS – A Linux-Based OS for Gamers SFGOS is designed to make the switch from Windows to Linux seamless, especially for gamers. Inspired by Ubuntu GamePack, which continues to receive updates as of November 2024, SFGOS builds on that foundation with a modern, streamlined approach. SFGOS is built for gamers who want to switch to Linux without hassle. It comes with preinstalled applications to enhance the experience, and with Wine, users can run Windows applications effortlessly. Proton...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Pearl Desktop (PDE) 12

    Pearl Desktop (PDE) 12

    The Stable Solid Multimedia Workhorse Powerful OS with Eye Candy

    Pearl Linux Desktop (PDE) 12 is based on Ubuntu 24.04 LTR. This is your go to work horse daily driver for the advanced as well as the new Linux user. We say YES to APT, Flatpak and Appimages but NO to Snaps. Featuring Firefox-ESR instead of Firefox, Pulseasudio by default however Install package pearl-pipewire-config from our REPO to have pipewire as your default sound server. Very Smooth and Easy Configs. Compiz is the default Window Manager and you may switch window managers without...
    Downloads: 44 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB