BSD Software Page 42 of 70

Browse 1,732 BSD Software on AlternativeTo.

Copy a direct link to this comment to your clipboard
  1. Yabause icon
     6 likes

    Yabause is a Sega Saturn emulator under the GNU GPL. It currently runs on FreeBSD, GNU/Linux, Mac OS X, Windows, Dreamcast, PSP and Wii.

    Cost / License

    • Free
    • Open Source

    Platforms

    • Mac
    • Windows
    • Linux
    • BSD
    Yabause
    King of Fighters 97
    Panzer Dragoon
    15 alternatives
  2. Pywal icon
     2 likes

    Pywal is a tool that generates a color palette from the dominant colors in an image. It then applies the colors system-wide and on-the-fly in all of your favourite programs.

    Cost / License

    • Free
    • Open Source (MIT)

    Alerts

    • Discontinued

    Platforms

    • Mac
    • Windows
    • Linux
    • BSD
    Pywal screenshot 1
    6 alternatives
  3. Gpaint icon
     10 likes

    gpaint (aka GNU Paint), a small-scale painting program for GNOME, the GNU Desktop Environment. gpaint does not attempt to compete with GIMP, it is just a simple drawing package based on xpaint, along the lines of Microsoft Paint.

    Cost / License

    • Free
    • Open Source

    Platforms

    • Linux
    • BSD
    Gpaint screenshot 1
    77 alternatives
  4. LifeLines icon
     3 likes

    LifeLines is a genealogy program to help with your family history research. Its primary strengths are its powerful scripting language and the ability easily import and export information in the GEDCOM format.

    Cost / License

    • Free
    • Open Source (MIT)

    Application type

    Platforms

    • Mac
    • Windows
    • Linux
    • BSD
    LifeLines screenshot 1
    35 alternatives
  5.  3 likes

    SeaBIOS is an open source implementation of a 16bit X86 BIOS. SeaBIOS can run in an emulator or it can run natively on X86 hardware with the use of coreboot.

    Cost / License

    • Free
    • Open Source

    Platforms

    • Mac
    • Windows
    • Linux
    • BSD
    • Haiku
    SeaBios screenshot 1
    5 alternatives
  6. IPv6 icon
     3 likes

    Internet Protocol version 6 (IPv6) is the most recent version of the Internet Protocol (IP), the communications protocol that provides an identification and location system for computers on networks and routes traffic across the Internet.

    Cost / License

    • Free
    • Open Source

    Platforms

    • Mac
    • Windows
    • Linux
    • Online
    • Windows Mobile
    • Android
    • iPhone
    • Java Mobile
    • Blackberry
    • Chrome OS
    • Android Tablet
    • BSD
    • Windows Phone
    • iPad
    2 alternatives
  7. DASH Shell icon
     9 likes

    DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible. It does this without sacrificing speed where possible. In fact, it is significantly faster than bash (the GNU Bourne-Again SHell) for most tasks. DASH stands for Debian Almquist Shell.

    Cost / License

    • Free
    • Open Source

    Application types

    Platforms

    • Linux
    • BSD
    27 alternatives
  8. A simple and fast Crafting Guide for Luanti (formerly Minetest). This mod enables a player to craft a book that, when used, displays a window with a search box. The player can then either browse through all the available items via the pages buttons or use...

    Cost / License

    • Free
    • Open Source

    Alerts

    • Discontinued

    Platforms

    • Mac
    • Windows
    • Linux
    • Android
    • BSD
    • Minetest
    Crafting Guide window
  9.  6 likes

    FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications and has reached widespread distribution.

    Cost / License

    • Free
    • Open Source

    Platforms

    • Mac
    • Windows
    • Linux
    • BSD
    12 alternatives
  10. Smelt icon
     1 like

    Smelt is a simple and extensible task runner optimized for chip development workflows. Smelt makes it easy to programmatically define arbitrarily many test variants, run those tests in parallel, and analyze their results.

    Cost / License

    Platforms

    • Python
    • Mac
    • Linux
    • Windows
    • BSD
    Smelt screenshot 1
    3 alternatives
  11. MicroPython icon
     1 like

    MicroPython aims to implement the Python 3.4 standard (with selected features from later versions) with respect to language syntax, and most of the features of MicroPython are identical to those described by the “Language Reference” documentation at docs.python.org.

    Cost / License

    • Free
    • Open Source

    Application type

    Platforms

    • Mac
    • Windows
    • Linux
    • Online
    • BSD
    • Self-Hosted
    • JavaScript
    • FreeBSD
    • OpenBSD
    MicroPython on Unicorn
    65 alternatives
  12.  1 like

    avrdude-gui is a simple GUI for avrdude (http://savannah.nongnu.org/projects/avrdude) which is a command line tool running on several OS to program the Atmel AVR Microcontrollers.

    Cost / License

    • Free
    • Open Source

    Platforms

    • Mac
    • Windows
    • Linux
    • BSD
    7 alternatives
  13. TextRoom icon
     12 likes

    TextRoom is a free (as in freedom and free beer) full screen text editor developed especially writers in mind.

    Cost / License

    • Free
    • Open Source

    Alerts

    • Discontinued

    Platforms

    • Mac
    • Windows
    • Linux
    • BSD
    TextRoom screenshot 1
    TextRoom screenshot 1
    27 alternatives
  14.  2 likes

    Augeas is a configuration-management library and command line tool that lets you edit a wide variety of configuration files.

    Cost / License

    • Free
    • Open Source

    Platforms

    • Mac
    • Linux
    • BSD
    3 alternatives
  15. QuestDB icon
     1 like

    QuestDB is a relational column-oriented database designed for time series and event data. It uses SQL with extensions for time series to assist with real-time analytics.

    Cost / License

    Platforms

    • Mac
    • Windows
    • Linux
    • BSD
    • Self-Hosted
    QuestDB screenshot 1
    QuestDB screenshot 1
    QuestDB screenshot 2
    7 alternatives
  16. dterm is a simple terminal emulator, which doesn’t actually emulate any particular terminal. Mainly, it is designed for use with xterm and friends, which already do a perfectly good emulation, and therefore don’t need any special help; dterm simply provides a means by which...

    Cost / License

    • Free
    • Open Source

    Application type

    Platforms

    • Mac
    • Linux
    • BSD
    • Cygwin
    15 alternatives
  17. thread.dev icon
     1 like

    Thread is a Jupyter Notebook that combines the experience of OpenAI's code interpreter with the familiar development environment of a Python notebook. With Thread, you can use natural language to generate cells, edit code, ask questions or fix errors all while being able to...

    Cost / License

    Application type

    Platforms

    • Python
    • Mac
    • Windows
    • BSD
    • Linux
    thread.dev screenshot 1
    thread.dev screenshot 1
    11 alternatives
  18.  1 like

    A tiny Autograd engine (with a bite! :)). Implements backpropagation (reverse-mode autodiff) over a dynamically built DAG and a small neural networks library on top of it with a PyTorch-like API. Both are tiny, with about 100 and 50 lines of code respectively.

    Cost / License

    • Free
    • Open Source (MIT)

    Application type

    Platforms

    • BSD
    • Linux
    • Mac
    • Windows
    • Python
    10 alternatives
  19.  5 likes

    PetiteCloud is a HyperVisor frontend for BSD. It has the following features:

    Support for bhyve (including linux support) and QEMU (software emulation only until the FreeBSD port of kqemu is fixed). Any x86 OS as a guest (FreeBSD and Linux via bhyve or QEMU; all others vi.

    Cost / License

    • Free
    • Open Source

    Application type

    Platforms

    • BSD
    22 alternatives
  20.  1 like

    App::Rak provides a CLI called rak that allows you to look for a pattern in (a selection of files) from one or more directories recursively. It has been modeled after utilities such as grep, ack, ag and rg, with a little bit of find mixed in, and -n and -p parameters of many...

    Cost / License

    • Free
    • Open Source

    Application type

    Platforms

    • Linux
    • Mac
    • Windows
    • BSD
    15 alternatives
  21.  Apache Flink icon
     4 likes

    Flink’s core is a streaming dataflow engine that provides data distribution, communication, and fault tolerance for distributed computations over data streams.

    Cost / License

    • Free
    • Open Source

    Platforms

    • Mac
    • Windows
    • Linux
    • BSD
     Apache Flink screenshot 1
     Apache Flink screenshot 1
    17 alternatives