Open Source BSD Productivity Software

Productivity Software for BSD

Browse free open source Productivity software and projects for BSD below. Use the toggles on the left to filter open source Productivity software by OS, license, language, programming language, and project status.

  • 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
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • 1
    Gnaural

    Gnaural

    Entrain your brain!

    A programmable audio generator intended as an aural aid to meditation, implementing the binaural beat principle as described in Gerald Oster's Oct. 1973 Scientific American article "Auditory Beats in the Brain."
    Leader badge
    Downloads: 714 This Week
    Last Update:
    See Project
  • 2
    Xournal is a GTK+/Gnome application for notetaking, sketching, keeping a journal using a stylus on Tablet PCs and other platforms. It aims to provide superior graphical quality (subpixel resolution) and overall functionality.
    Leader badge
    Downloads: 144 This Week
    Last Update:
    See Project
  • 3
    Alfresco Community Edition

    Alfresco Community Edition

    Open Source Enterprise Content Management ECM

    The open source Enterprise Content Management (ECM) software that handles any type of content, allowing users to easily share and collaborate on content.
    Leader badge
    Downloads: 134 This Week
    Last Update:
    See Project
  • 4
    Makagiga

    Makagiga

    To-do manager, notepad, RSS reader...

    Makagiga is an open-source, easy-to-use, portable application for doing a variety of tasks, such as todo listing, text editing, or RSS reading. Plugins are used to implement its various capabilities.
    Leader badge
    Downloads: 45 This Week
    Last Update:
    See Project
  • Deploy Apps in Seconds with Cloud Run Icon
    Deploy Apps in Seconds with Cloud Run

    Host and run your applications without the need to manage infrastructure. Scales up from and down to zero automatically.

    Cloud Run is the fastest way to deploy containerized apps. Push your code in Go, Python, Node.js, Java, or any language and Cloud Run builds and deploys it automatically. Get fast autoscaling, pay only when your code runs, and skip the infrastructure headaches. Two million requests free per month. And new customers get $300 in free credit.
    Try Cloud Run Free
  • 5
    Super comprehensive deep learning notes

    Super comprehensive deep learning notes

    Super Comprehensive Deep Learning Notes

    Super comprehensive deep learning notes is a massive and well-structured collection of deep learning notebooks that serve as a comprehensive study resource for anyone wanting to learn or reinforce concepts in computer vision, natural language processing, deep learning architectures, and even large-model agents. The repository contains hundreds of Jupyter notebooks that are richly annotated and organized by topic, progressing from basic Python and PyTorch fundamentals to advanced neural network designs like ResNet, transformers, and object detection algorithms. It’s not just a dry code repository; it includes theoretical explanations alongside hands-on examples, loss function explorations, optimization routines, and full end-to-end experiments on real datasets, making it highly suitable for both self-study and classroom use.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    GloboNote

    GloboNote

    Create sticky notes, to-do list, journals & reminders all in one app

    GloboNote is a free and easy to use desktop note taking application. It lets you create sticky notes, to-do lists, journals, reminders and other notes in one place. There are no limits to the number of sticky notes you can create. Notes can be organize by groups and search using the search tool. GloboNote can be run in any OS that has Java 8 installed.
    Leader badge
    Downloads: 38 This Week
    Last Update:
    See Project
  • 7
    KeyParaStocX

    KeyParaStocX

    Set styles to words and create a Table of Contents in a click

    KeyParaStocX (Keyword-based Paragraph Styling and Table of Contents eXtension) is a LibreOffice/Apache OpenOffice/OpenOffice.org extension that searches for the configured keywords in a text, changes their style and builds a Table of Contents for them, up to 7 levels. The keywords and their target styles can be configured by the users and used for every document they open. The extension integrates into Writer options and is independent of the operating system (should work on all). See the project homepage https://keyparastocx.sourceforge.io and the project Wiki in the menu above.
    Downloads: 134 This Week
    Last Update:
    See Project
  • 8
    Crossnote App

    Crossnote App

    An interesting markdown note taking application

    Crossnote is a Progressive Web Application built as a markdown-focused note reader and editor that works both offline and online, giving users a flexible platform for writing, organizing, and synchronizing notes. It distinguishes itself by supporting markdown editing with a rich set of formatting options, and by enabling integration with version control systems like git for syncing notebooks in arbitrary repositories. Users can add, edit, and manage markdown documents in the browser, and because it uses modern web technologies, the app caches itself and local data to work seamlessly when a network connection is unavailable. While the backend server that used to support hosted functionality is no longer maintained, the core frontend still offers a slick note-taking experience. Crossnote’s design takes inspiration from tools like markdown preview extensions and collaborative editors.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    Python Handout

    Python Handout

    Turn Python scripts into handouts with Markdown and figures

    Handout is a lightweight library for embedding rich, interactive components such as exercises, charts, and interactive diagrams directly into static documents like Markdown, Jupyter notebooks, or static HTML pages, enabling authors to create more engaging technical handouts, tutorials, and interactive essays. It’s particularly aimed at educators, presenters, and researchers who want to make their written material come alive with runnable demonstrations and interactive problem sets without bundling a full web framework. Handout supports embedding executable exercises where learners can type code, run it in place, and receive immediate feedback inline; it also integrates seamlessly with charting libraries so that data visualizations can be interactive rather than static. With customizable styling and extension hooks, authors can tailor the interactive elements to match the look and feel of their content.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Go from Data Warehouse to Data and AI platform with BigQuery Icon
    Go from Data Warehouse to Data and AI platform with BigQuery

    Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.

    BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
    Try BigQuery Free
  • 10
    papermill

    papermill

    Parameterize, execute, and analyze notebooks

    papermill is a Python library and command-line tool that transforms Jupyter Notebooks into repeatable, parameterized workflows by allowing users to define editable parameters within notebooks and then programmatically execute them with different inputs. Instead of manually opening and running a notebook inside JupyterLab or Notebook every time, Papermill lets you inject new values into a specially tagged parameters cell and execute the entire notebook automatically via a script or automation pipeline, which enables robust automation of data analysis, reports, and experiments. This capability is particularly useful in data science and analytics, where a template notebook might be reused for batching reports across dates, customers, or other variables without rewriting code or duplicating notebooks. Papermill supports both Python API usage and a command-line interface, making it flexible for integration with CI/CD systems, shells, and workflow orchestration tools like Airflow.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    polynote

    polynote

    A better notebook for Scala (and more)

    Polynote is an innovative polyglot notebook environment that improves on traditional interactive computing tools by enabling multi-language notebooks where users can mix languages like Scala, Python, SQL, and more within a single document while sharing variables and definitions seamlessly across those languages. Designed to address shortcomings in classic notebook solutions, it blends features familiar from IDEs — such as smart autocomplete, parameter hints, and better runtime insights — with the flexibility of notebook workflows, enhancing both developer productivity and data exploration. Unlike many notebook environments that are tied to a single language kernel, Polynote tracks and manages state consistently across cells based on execution order and cell dependencies, which reduces hidden state and makes notebooks more reproducible and understandable.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Osmo
    Osmo is a handy personal organizer, which includes calendar, tasks manager, address book and notes modules. It was designed to be a small, easy to use and good looking PIM tool to help to manage personal information.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 13
    Everpad

    Everpad

    Evernote client well integrated with linux desktop

    Everpad is a desktop integration layer that brings Evernote notes directly into the Linux environment, especially Ubuntu-based desktops. It runs a background service that syncs with your Evernote account and exposes your notes through an indicator applet and a Unity lens/search integration. The goal is to make Evernote feel like a native part of the desktop, so you can search, open, edit, and create notes without jumping to the web interface. It also supports note attachments, notebooks, and tags, so you can organize content in the same way you do on official Evernote clients. Because it plugs into the desktop search, you can surface notes alongside local files for faster retrieval. It was created to fill the gap for Linux users who didn’t have an official Evernote client but still wanted a smooth, native-like experience.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    MyPy

    MyPy

    Optional static typing for Python

    mypy is a static type checker for Python that analyzes source code without executing it, catching type errors early in development. It implements PEP 484-style type hints and supports gradual typing, allowing untyped or partially typed modules to coexist with statically typed code. The tool integrates with common editors and CI systems, and offers a daemon mode for fast, incremental checks across large codebases. Advanced configuration via mypy.ini or pyproject.toml enables per-module strictness, plugin hooks for popular libraries, and fine-grained control of inference and error reporting. Documentation covers everything from newcomer guides to strict mode recipes and release notes. The ecosystem includes typed stubs, third-party plugins, and broad community support that makes mypy a default choice for large Python projects.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    A Sequenced Binaural Wave Generator for Linux+Windows. May be used to generate sounds that entrain the brain's waves to oscillate at selected frequencies to aid in relaxation, lucid dreaming, meditation, clear thought, out-of-body experiences + more
    Downloads: 15 This Week
    Last Update:
    See Project
  • 16
    WebStackPage

    WebStackPage

    Static responsive URL navigation website - webstack.cc

    WebStack is an open source website navigation project created and maintained by the community. The front end is built using the Bootstrap framework, while multiple backend implementations and theme versions are contributed by different developers. The goal of the project is to provide a flexible, customizable navigation website template that anyone can use to create their own resource hub, bookmark collection, or even unrelated websites beyond navigation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    PASTE

    PASTE

    An app for storing code, text & more. A popular Open Source pastebin.

    Paste is a PHP application for storing code, text and more. DEMO: https://paste.boxlabs.uk/ Initially forked from the freely available source pastebin.com used before the domain was sold in 2010, lots of improvements have been included over the years such as user accounts and a featureful administration backend. See https://github.com/boxlabss/PASTE/blob/master/docs/CHANGELOG.md
    Downloads: 10 This Week
    Last Update:
    See Project
  • 18
    Encrypted Notepad
    UPDATE 2024: Get a new version here: https://github.com/ivoras/EncryptedNotepad2 "Encrypted Notepad" does only one thing, but aims to do it perfectly - a Notepad-like simple text editor where files are saved (and later loaded) encrypted with industrial strength algorithms. Available both for the desktop (as a Java application) and on Android. Unencrypted data is never stored on-disk. Source is released (on SourceForge) under the BSD license.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19

    Docear

    An Academic Literature Suite

    Docear (pronounced dog-ear) is what we call an “academic literature suite”. It integrates everything you need to search, organize and create academic literature in a single application: a digital library, reference manager, PDF and file manager, note taking and mind mapping. And the best: Docear works seemlessly with many existing tools like Mendeley, Microsoft Word, and Foxit Reader. Docear is free and open source, based on Freeplane, funded by the German Federal Ministry of Technology and developed by scientists from around the world, among others from OvGU, and the University of California, Berkeley.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    Jarnal is a plattform-indepenent programm written in Java for notetaking, sketching and PDF-/picture-annotating. It works like a normal notepad with the difference of being digital. It is thought to be used with a stylus on tablet-pcs.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Two programs, one in Java and one in Javascript, which display a configurable graphical countdown timer on a computer. Useful for testing situations and short-range anticipated events.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    NoteLab is an advanced "digital notebook" specifically designed for tablet computers. With its stroke smoothing, antialiasing, and "smart rendering," NoteLab provides a beautiful and powerful note taking environment on any operating system.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Crispy Synced Notes

    Crispy Synced Notes

    A note taking program with WebDAV sync

    An note taking program with WebDAV sync capabilities. It works on a local (and WebDAV) directory and shows the items (text/image/binary) in a tree view. Any changes are reflected in the file system directly. Features: - group notes and images in a tree structure (using folders) - can work on any directory on your machine - technically works like a file browser with inline text editing - synchronizes with any WebDAV server (optionally using SSL/TLS) - allows one-way and two-way synchronization - allows to encrypt your files locally and remote using AES256 - multi language support You can obtain the full source code at: https://crispy-cow.de/git/CrispySyncNote.git Latest changes: 2.1.0: Updated for Java 9 and up 2.0.2: Added more UI translation, updated greek language (thanks to geogeo) 2.0.1: Bugfix: Sync state is now copied when duplicating workspace due to change in encryption settings
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    YSticky

    YSticky

    A portable cross-platform sticky note application.

    YSticky is a portable cross-platform reminder / sticky note application. It is very simple and its use recalls that of the real sticky notes in the following three steps: 1. create a new / take a note; 2. (re)edit it; 3. stick it. YSticky is developed in Java so needs the Java Virtual Machine (version 6 or higher) that, in the case, is very easy to download and install. It does not need installation since quickly creates and edits notes in the same directory of the executable.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    Web (PHP) based Grocery List generating software that supports barcode scanning. The list is maintained in a database with remote tools for adding, editing, deleting, and printing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB