Open Source BSD Software - Page 99

Software for BSD

BSD Clear Filters
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    Alpakka Kafka

    Alpakka Kafka

    Alpakka is a Reactive Enterprise Integration library for Java

    The Alpakka project is an open source initiative to implement stream-aware and reactive integration pipelines for Java and Scala. It is built on top of Akka Streams and has been designed from the ground up to understand streaming natively and provide a DSL for reactive and stream-oriented programming, with built-in support for backpressure. Akka Streams is a Reactive Stream and JDK 9+ java.util.concurrent.Flow-compliant implementation and therefore fully interoperable with other implementations. As Kafka’s client protocol negotiates the version to use with the Kafka broker, you may use a Kafka client version that is different than the Kafka broker’s version.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    AlphabetIndex Fast Scroll RecyclerView

    AlphabetIndex Fast Scroll RecyclerView

    Powerful AlphabetIndex FastScroller Library for Android's RecyclerView

    A Powerful AlphabetIndex FastScroller for Android's RecyclerView.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Alternativa3D

    Alternativa3D

    Alternativa3D Flash GPU accelerated 3D engine

    Alternativa3D is a high-tech, open-source 3D engine built for ActionScript 3 and Adobe AIR, offering GPU-accelerated performance for browser-based games and applications, with a focus on high performance and resource efficiency. Alternativa3D is a high-tech and high-performance 3D engine for ActionScript 3 and Adobe AIR. It supports hardware acceleration for browser-based games and applications. Initially, the engine was designed to meet our own needs but we realized that it wouldn't be fair to limit the use of the technology to just one game. That is why we decided to make it an open source engine. Since our top priorities are high performance and resource efficiency, we recommend using it for games with high-resolution graphics.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Android Layout Engine

    Android Layout Engine

    A JSON based LayoutInflater for Android

    Proteus is meant to be a drop-in replacement for Android’s LayoutInflater; but unlike the compiled XML layouts bundled in the APK, Proteus inflates layouts at runtime. With Proteus, you can control your Apps layout from the backend (no WebViews). Forget the boilerplate code to findViewById, cast it to a TextView, and then setText(). Proteus has runtime data bindings and formatters. Plugin in your own custom views and attributes and functions to flavour proteus to your requirements.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    AngleSharp

    AngleSharp

    The ultimate angle brackets parser library parsing HTML5, MathML, SVG

    AngleSharp follows the W3C specifications and gives you the same results as state of the art browsers. Besides the official API AngleSharp adds some useful extension methods on top. This makes working with the DOM convenient. AngleSharp integrates everything you need to explore and mutate the DOM tree. Node retrieval is straight forward by using powerful CSS query selectors. The CSS queries in AngleSharp are super fast and very simple to use. AngleSharp respects the relationship of HTML with CSS. Therefore CSS is a first class citizen in the AngleSharp eco-system. Nevertheless, it is your choice if you want to use CSS with HTML, CSS alone or if you provide your own CSS solution. AngleSharp offers a lot of extension points. One of the best possibilities is providing scripting engines. This gives you a very elegant way of using JavaScript with C# on webpages. You can even script in other languages if you want to.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Anthropic SDK TypeScript

    Anthropic SDK TypeScript

    Access to Anthropic's safety-first language model APIs

    anthropic-sdk-typescript is the TypeScript / JavaScript client library for the Anthropic REST API, enabling backend or Node.js usage of models like Claude. It wraps API endpoints for creating messages, streaming responses, and managing parameters in a type-safe TS environment. The library is designed for server-side use, interfacing with REST, and is stable for integration in web services or backend agents. Example usage shows how to instantiate the Anthropic client, call client.messages.create(...), and obtain responses. It supports streaming endpoints as well. Because TypeScript provides type safety, it helps avoid common errors in JSON interplay. The repo also includes documentation (API spec in api.md) and examples (e.g. streaming examples).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Anvil

    Anvil

    A Kotlin compiler plugin to make dependency injection with Dagger 2

    Anvil is a Kotlin compiler plugin to make dependency injection with Dagger easier by automatically merging Dagger modules and component interfaces. In a nutshell, instead of manually adding modules to a Dagger component and making the Dagger component extend all component interfaces, these modules and interfaces can be included in a component automatically.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Apache Flink

    Apache Flink

    Stream processing framework with powerful stream

    Apache Flink is a distributed engine for stateful computations over data streams and batches, designed for low-latency processing at scale. Its core runtime executes dataflow graphs with fine-grained backpressure and checkpointing, allowing applications to recover consistently from failures. Flink’s event-time model and watermarks enable accurate out-of-order processing, windowing, and complex time semantics that typical real-time systems struggle with. Developers program against high-level APIs—DataStream and Table/SQL—to express transformations, joins, and stateful patterns, while specialized libraries support CEP, machine learning workflows, and connectors. A rich connector ecosystem integrates with systems like Kafka, Kinesis, filesystems, JDBC sources/sinks, and object stores. Deployments span Kubernetes, YARN, Mesos, and standalone clusters, and operational features such as savepoints, state backends, and metrics make long-running jobs manageable in production.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Apache MINA SSHD

    Apache MINA SSHD

    A comprehensive Java library for client- and server-side SSH

    Apache MINA sshd is a comprehensive Java library for client- and server-side SSH. Apache MINA SSHD is a 100% pure java library to support the SSH protocols on both the client and server side. It does not aim at being a replacement for the SSH client or SSH server from Unix operating systems, but rather provides support for Java based applications requiring SSH support.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Connect every part of your business to one bank account Icon
    Connect every part of your business to one bank account

    North One is a business banking app that integrates cash flow, payments, and budgeting to turn your North One Account into one Connected Bank Account

    North One is proudly built for small businesses, startups and freelancers across America. Make payments easily, keep tabs on your money and put your finances on autopilot through smart integrations with the tools you’re already using. North One was built to make managing money easy so you can focus on running your business. No more branches. No more lines. No more paperwork. Get complete access to your North One Account from your phone or computer, wherever your business takes you. Create Envelopes for taxes, payroll, rent, and anything else automatically.
    Get started for free.
  • 10
    ArkType

    ArkType

    TypeScript's 1:1 validator, optimized from editor to runtime

    ArkType is a high-performance runtime type validation library for TypeScript. It offers a 1:1 validator optimized from editor to runtime, enabling developers to define and enforce complex type constraints seamlessly.​
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Article Extractor

    Article Extractor

    To extract main article from given URL with Node.js

    A Node.js library for extracting main content from web articles, removing unnecessary clutter like ads and navigation elements.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    AspNetCore.Identity.Mongo

    AspNetCore.Identity.Mongo

    This is a MongoDB provider for the ASP.NET Core 2 Identity framework

    This is a MongoDB provider for the ASP.NET Core Identity framework. It is completely written from scratch and provides support for all Identity framework interfaces. Library supports .Net 5.0, .Net Core 3.1, .Net Core 2.1 simultaneously started from 8.3.0 nuget package.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Atlantis iOS

    Atlantis iOS

    A lightweight and powerful iOS framework for intercepting HTTP/HTTPS

    Don't let cumbersome web debugging tools hold you back. With Proxyman's native macOS app, you can capture, inspect, and manipulate HTTP(s) traffic with ease. Intuitive, thoughtful, and built with meticulous attention to detail. Dive into the network level to diagnose and fix problems with reliable and powerful tools. Proxyman acts as a man-in-the-middle server that captures the traffic between your applications and SSL Web Server. With a built-in macOS setup, so you can inspect your HTTP/HTTPS Request and Responses in plain text with just one click. Narrow down your search with Proxyman's Multiple Filters. You can combine complex filtered criteria like Protocol, Content-Type, URL, Request Header, Response Header, Body, etc that find exact what you're looking for.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    AudioLM - Pytorch

    AudioLM - Pytorch

    Implementation of AudioLM audio generation model in Pytorch

    Implementation of AudioLM, a Language Modeling Approach to Audio Generation out of Google Research, in Pytorch It also extends the work for conditioning with classifier free guidance with T5. This allows for one to do text-to-audio or TTS, not offered in the paper. Yes, this means VALL-E can be trained from this repository. It is essentially the same. This repository now also contains a MIT licensed version of SoundStream. It is also compatible with EnCodec, however, be aware that it has a more restrictive non-commercial license, if you choose to use it.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Aurora.js

    Aurora.js

    JavaScript audio decoding framework

    Aurora.js is a JavaScript framework that simplifies audio decode pipeline implementation—covering source, demux, decode, and playback stages. It provides high-level APIs for inspecting and playing audio, supports plugins for decoders (MP3, AAC, FLAC), works in browser and Node.js (via Browserify), and abstracts browser audio APIs.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Avo Framework

    Avo Framework

    Build Ruby on Rails apps 10x faster

    Avo is a very custom Admin Panel Framework, Content Management System, and Internal Tool Builder for Ruby on Rails that saves engineers and teams months of development time.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Awesome Prometheus Alerts

    Awesome Prometheus Alerts

    Collection of Prometheus alerting rules

    Awesome Prometheus Alerts is a collection of pre-configured Prometheus alert rules, help users set up effective alerting for infrastructure monitoring.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Beginner JavaScript

    Beginner JavaScript

    Slam Dunk JavaScript

    Beginner JavaScript is the companion repository to a hands-on course that teaches modern JavaScript from the ground up using practical exercises and real code. It focuses on fundamentals—variables, types, functions, arrays, objects, DOM manipulation, and events—while introducing ES6+ features in approachable steps. The materials encourage learning by doing, with interactive challenges, starter files, and solutions you can compare against your own attempts. Clear explanations and incremental projects help learners build confidence before tackling more complex topics. Because everything runs in the browser with minimal tooling, setup is simple and newcomers can focus on the language rather than the build system. The repo doubles as a reference you can revisit later when you need to refresh syntax or patterns.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Benchmark

    Benchmark

    A microbenchmark support library

    A library to benchmark code snippets, similar to unit tests.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Best-websites-a-programmer-should-visit

    Best-websites-a-programmer-should-visit

    Some useful websites for programmers

    Best-websites-a-programmer-should-visit is a living, community-curated directory of links that programmers consistently find useful throughout their careers. Rather than being a random bookmark dump, it organizes resources into practical categories such as algorithms, competitive programming, reading materials, podcasts, newsletters, interview prep, design, security, performance, and more. The list aims to reduce the “what should I learn next?” friction by pointing you to high-signal, time-tested tutorials, references, and tools. Because it spans beginner to advanced topics, you can use it as an on-ramp when starting out and as a roadmap for deeper specialization later. It also surfaces non-code essentials like productivity, writing, and career guidance, acknowledging that strong developers need more than syntax. The simple Markdown format makes it easy to browse, mirror, or fork, and the open contribution model keeps the list evolving as the ecosystem changes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Bintray Release

    Bintray Release

    A helper for releasing from gradle up to bintray

    Bintray‑release is a Gradle plugin by Novoda that automates publishing of Android, Java, or Groovy libraries to Bintray/JCenter, handling versioning, GPG signing, and metadata configuration. It's archived since Feb 2022, but historically simplified releases.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Bootstrap-checkbox

    Bootstrap-checkbox

    A checkbox component based on Bootstrap framework

    A checkbox component based on the Bootstrap framework.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Bottle

    Bottle

    bottle.py is a fast and simple micro-framework for python applications

    Bottle is a minimalist web framework for building small web applications and APIs in Python. It is distributed as a single file with no external dependencies, making it perfect for rapid development, prototyping, or embedded use. Despite its small size, Bottle supports routing, templates, request handling, and plugin support, offering a full-featured toolkit in an extremely compact package.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Brax

    Brax

    Massively parallel rigidbody physics simulation

    Brax is a fast and fully differentiable physics engine for large-scale rigid body simulations, built on JAX. It is designed for research in reinforcement learning and robotics, enabling efficient simulations and gradient-based optimization.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    BricksLLM

    BricksLLM

    Enterprise-grade API gateway that helps you monitor and impose cost

    BricksLLM is an open-source framework for building and managing production-ready LLM (Large Language Model) applications. It provides tooling for prompt engineering, memory management, observability, and chaining, all in one unified developer experience. BricksLLM is designed to reduce boilerplate and increase the maintainability of LLM-based workflows.
    Downloads: 2 This Week
    Last Update:
    See Project