Showing 454 open source projects for "assets"

View related business solutions
  • Compliance Operations Platform. Built to Scale. Icon
    Compliance Operations Platform. Built to Scale.

    Gain the visibility, efficiency, and consistency you and your team need to stay on top of all your security assurance and compliance work.

    Hyperproof makes building out and managing your information security frameworks easy by automating repetitive compliance operation tasks so your team can focus on the bigger things. The Hyperproof solution also offers powerful collaboration features that make it easy for your team to coordinate efforts, collect evidence, and work directly with auditors in a single interface. Gone are the days of uncertainty around audit preparation and compliance management process. With Hyperproof you get a holistic view of your compliance programs with progress tracking, program health monitoring, and risk management.
  • Cycloid: Hybrid Cloud DevOps collaboration platform Icon
    Cycloid: Hybrid Cloud DevOps collaboration platform

    For Developers, DevOps, IT departments, MSPs

    Enable your developers to do their best work and increase time-to-market speed with a leading DevOps and Hybrid Cloud platform.
  • 1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Flutter WeChat Assets Picker

    Flutter WeChat Assets Picker

    An image picker (also with videos and audios) for Flutter

    An image picker (also with videos and audio) for Flutter projects based on the WeChat's UI. The package is using photo_manager for asset implementation, extended_image for image preview, and provider to help manage the state of the picker. Current WeChat version that UI is based on: 8.x UI designs will be updated following the WeChat update in any time. To take a photo or a video for assets, please check the detailed usage in the example, and head over to wechat_camera_picker. The package...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    v2rayNG

    v2rayNG

    A V2Ray client for Android, support Xray core and v2fly core

    A V2Ray client for Android supports Xray core and v2fly core. geoip.dat and geosite.dat files are in Android/data/com.v2ray.ang/files/assets (path may differ on some Android devices). Download feature will get an enhanced version in this repo (Note it need a working proxy). The latest official domain list and ip list can be imported manually. It's possible to use third-party dat files in the same folder, like h2y. Android projects under V2rayNG folder can be compiled directly in Android Studio...
    Downloads: 5,049 This Week
    Last Update:
    See Project
  • 4
    Aseprite

    Aseprite

    Animated sprite editor & pixel art tool

    ... distortions when rotating tiny sprites. Create patterns repeating the image in a 3x3 grid. Create custom brushes for dithering. Composite layers to create color effects. Open or save a sequence of images. Create animations and save them as .gif files. Export your work to sprite sheets in .png and .json files. Recovery your sprites in case of crash. Integrate Aseprite in your assets pipeline with the command-line interface (CLI). Store several animations in one texture atlas.
    Downloads: 1,417 This Week
    Last Update:
    See Project
  • Intelligent Retail Management Icon
    Intelligent Retail Management

    Retail space, product categories, planograms, automatic ordering, and shelf labels management

    Quant offers a wide range of solutions for retail. Within one integrated software system, it allows you to efficiently combine the management of retail space, shelf labels and marketing materials with task management, reporting and automatic replenishment.
  • 5
    LZ4

    LZ4

    Extremely fast compression algorithm

    ... static assets (text/images/tables/scripts/etc) which loading from Flash Memory / HDD / SSD. In this case, compression time is completely ignored. Because only content developers compress the data at once and usually they don't care about its computational cost. But they always care end user's experience a.k.a. "loading time" and bandwidth. Please pay attention to "LZ4HC -9" which is quite faster than other methods.
    Downloads: 234 This Week
    Last Update:
    See Project
  • 6
    ERPNext

    ERPNext

    World's best free and open source ERP

    Get a real-time view of your cash flow. Full-fledged accounting module covering every aspect of bookkeeping. Manage full employee life cycle right from onboarding, payroll, attendance, expense claims, assets to separation. Effectively maintain and manage multilevel bill of materials, production planning, job cards & inventory. Increase productivity and lower costs by managing your sales and purchase cycles, from purchase to sales orders. Win and retain more customers by optimizing the sales...
    Downloads: 83 This Week
    Last Update:
    See Project
  • 7
    Swagger UI

    Swagger UI

    HTML, JavaScript, and CSS assets that generate Swagger documentation

    Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API. Simplify API development for users, teams, and enterprises with the Swagger open source and professional toolset. Find out how Swagger can help you design and document your APIs at scale. The power of Swagger tools starts with the OpenAPI Specification — the industry standard for RESTful API design. Individual tools to create, update and share OpenAPI...
    Downloads: 57 This Week
    Last Update:
    See Project
  • 8
    Swagger Editor

    Swagger Editor

    An editor designed for Swagger

    Swagger Editor lets you edit Swagger API specifications in YAML inside your browser and to preview documentations in real time. Valid Swagger JSON descriptions can then be generated and used with the full Swagger tooling (code generation, documentation, etc). swagger-editor is a traditional npm module intended for use in single-page applications that are capable of resolving dependencies (via Webpack, Browserify, etc). swagger-editor-dist is a dependency-free module that includes everything...
    Downloads: 44 This Week
    Last Update:
    See Project
  • 9
    Vite

    Vite

    Next generation frontend tooling. It's fast!

    ... /vit/, like "veet") is a new breed of frontend build tooling that significantly improves the frontend development experience. It consists of two major parts. A dev server that serves your source files over native ES modules, with rich built-in features and astonishingly fast Hot Module Replacement (HMR). A build command that bundles your code with Rollup, pre-configured to output highly optimized static assets for production.
    Downloads: 42 This Week
    Last Update:
    See Project
  • Log360 is a one-stop solution for all your log management and network security challenges. Icon
    Log360 is a one-stop solution for all your log management and network security challenges.

    For IT teams looking for an advanced Log Management solution

    Log360 is a unified SIEM solution with integrated DLP and CASB capabilities that detects, prioritizes, investigates, and responds to security threats. It combines threat intelligence, machine learning-based anomaly detection, and rule-based attack detection techniques to detect sophisticated attacks, and offers an incident management console for effectively remediating detected threats. Log360 provides holistic security visibility across on-premises, cloud, and hybrid networks with its intuitive and advanced security analytics and monitoring capabilities.
  • 10
    monolith

    monolith

    CLI tool for saving complete web pages as a single HTML file

    A data hoarder’s dream come true, bundle any web page into a single HTML file. You can finally replace that gazillion of open tabs with a gazillion of .html files stored somewhere on your precious little drive. Unlike the conventional “Save page as”, monolith not only saves the target document, it embeds CSS, image, and JavaScript assets all at once, producing a single HTML5 document that is a joy to store and share. If compared to saving websites with wget -mpk, this tool embeds all assets...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 11
    pkg

    pkg

    Package your Node.js project into an executable

    ... of files via npm install to deploy your application. Deploy it as a single file. Put your assets inside the executable to make it even more portable. Test your app against new Node.js version without installing it. pkg was created for use within containers and is not intended for use in serverless environments. For those using ZEIT Now, this means that there is no requirement to use pkg in your projects as the benefits it provides are not applicable to the platform.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 12
    xLUA

    xLUA

    xLua is a lua programming solution for C#

    ...; and there is no need to generate code under the editor, and the development is lighter. Open the zip package, and you will see an Assets directory, which corresponds to the Assets directory of the Unity project. Keep this directory structure and put it in your Unity project. A complete example only requires 3 lines of code. It is recommended to bind once and reuse it. If the code is generated, calling max will not generate gc alloc.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 13
    OneKey

    OneKey

    Secure, open source and community driven crypto wallet

    Secure, open source and community-driven crypto wallet runs on all platforms and trusted by millions. OneKey is your smartest choice to secure, buy, exchange and grow your crypto assets. Use OneKey App separately to store and use your crypto assets in a secure and convenient manner. Each user's assets are appropriately secured and stored locally. Hardware wallets take the security of digital assets to another level. From physically isolating hackers to preventing Trojan horses and software...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 14
    Ralph

    Ralph

    Ralph is the CMDB / Asset Management system for data center

    Ralph is built on top of Django and Python 3 and is easy to extend and customize without writing boilerplate code. REST API, Workflows code extensions allow for easy customization. We've chosen the best features of DCIM, Asset Mgmt and CMDB systems to create one, easy and well-integrated system. One interface is easier than 3. Keep track of assets purchases and their life cycle. Flexible flow system for assets life cycle. Data center and back office support. DC visualization built-in. Ralph...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    Gnosis Safe Contracts

    Gnosis Safe Contracts

    Gnosis Safe allows secure management of blockchain assets

    The most trusted platform to manage digital assets on Ethereum. Access the most recent version of the Safe directly in your browser. Download the Safe as a static desktop application for Windows, MacOS or Linux. Conveniently manage your digital assets on the go. Fully customize how you manage your company crypto assets, with the option to require a predefined number of signatures to confirm transactions. Require multiple team members to confirm every transaction in order to execute it, which...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    GHDL

    GHDL

    VHDL 2008/93/87 simulator

    ... generator (LLVM, GCC or, x86_64/i386 only, a built-in one), it is much faster than any interpreted simulator. It can handle very large designs, such as leon3/grlib. GHDL runs on GNU/Linux, Windows and macOS; on x86, x86_64, armv6/armv7/aarch32, aarch64 and ppc64. You can freely download nightly assets, use OCI images (aka Docker/Podman containers), or try building it on your own machine.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 17
    PlayCanvas WebGL Game Engine

    PlayCanvas WebGL Game Engine

    Fast and lightweight JavaScript game engine built on WebGL and glTF

    ... gives incredible performance, even on devices such as the iPhone 4S. PlayCanvas ensures a fast loading time by using multiple features such as script concatenation, minification, deferred loading of non-essential assets and more. PlayCanvas has many team features such as being able to chat with your teammates directly from within the Editor.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 18
    Asset Catalog Tinkerer

    Asset Catalog Tinkerer

    An app that lets you open .car files and browse/extract their images

    Asset Catalog Tinkerer lets you open asset catalog files (.car) and view the images that they contain. You can also copy and export individual images out or export all images from an asset catalog. Asset Catalog Tinkerer was designed with images in mind, so it doesn't support some of the more modern asset catalog features, such as PDFs, SVGs, or colors. It may or may not be updated in the future to support those. The app also includes a QuickLook PlugIn so you can see previews of asset...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19
    Flet

    Flet

    Flet enables developers to easily build realtime web and mobile apps

    ... in Python only and get a multi-user, real-time Single-Page Application (SPA). To start developing with Flet, you just need your favorite IDE or text editor. With no SDKs, no thousands of dependencies, no complex tooling, Flet has a built-in web server with assets hosting and desktop clients.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 20
    Tableau

    Tableau

    Static Site Generator

    Static Site Generator for Elixir.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    immich

    immich

    High performance self-hosted photo and video management solution

    High-performance self-hosted photo and video management solution.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    SiYuan

    SiYuan

    Build your eternal digital garden

    SiYuan is a local-first personal knowledge management system that supports complete offline use, as well as end-to-end encrypted synchronization. Fuse blocks, outlines, and bidirectional links to build your eternal digital garden. SiYuan, the only important core concept is Content block. The content block can be formed through the formatting format, so that we can organize our thoughts and knowledge at the block-level granularity, and it is also convenient for reading and outputting long...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 23
    Open Asset Import Library

    Open Asset Import Library

    The open-asset-importer-library repository

    The Open Asset Import Library (short name: Assimp) is a portable Open-Source library to import various well-known 3D model formats in a uniform manner. The most recent version also knows how to export 3d files and is therefore suitable as a general-purpose 3D model converter. See the feature-list. open3mod is a Windows-based model viewer. It loads all file formats that Assimp supports and is perfectly suited to quickly inspect 3d assets. Assimp aims to provide a full asset conversion pipeline...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    JumpServer

    JumpServer

    Manage assets on different clouds at the same time

    The JumpServer bastion machine complies with the 4A specification of operation and maintenance security audit. Zero threshold, fast online acquisition and installation. Just a browser, the ultimate Web Terminal experience. Easily support massive concurrent access. One system manages assets on different clouds at the same time. Audit recordings are stored in the cloud and will never be lost. One system, is used by multiple subsidiaries and departments at the same time. Prevent identity fraud...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Tracy Profiler

    Tracy Profiler

    Frame profiler

    A real-time, nanosecond resolution, remote telemetry, hybrid frame, and sampling profiler for games and other applications. Tracy supports profiling CPU (Direct support is provided for C, C++, Lua and Python integration. At the same time, third-party bindings to many other languages exist on the internet, such as Rust, Zig, C#, OCaml, Odin, etc.), GPU (All major graphic APIs: OpenGL, Vulkan, Direct3D 11/12, OpenCL.), memory allocations, locks, context switches, automatically attribute...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next