Showing 63 open source projects for "using"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • 1
    Machinery

    Machinery

    Machinery is an asynchronous task queue/job queue

    ...Please be advised that V2 is work in progress and breaking changes can and will happen until it is ready. You can use the current V2 in order to avoid having to import all dependencies for brokers and backends you are not using. Instead of factory, you will need to inject broker and backend objects to the server constructor. In order to consume tasks, you need to have one or more workers running. All you need to run a worker is a Server instance with registered tasks. Each worker will only consume registered tasks. For each task on the queue the Worker.Process() method will be run in a goroutine. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    memos

    memos

    An open-source, self-hosted memo hub with knowledge management

    ...All data generated at runtime is saved in the SQLite database file. All content will be saved as plain text, not HTML. And lots of useful markdown syntaxes are supported. Using Go + React.js + SQLite architecture, the overall package is very lightweight. You can customize the server name, icon, description, custom system style and execution script, etc. memos believes that open source is the future, and all code is already open source in GitHub. All features are free forever and will never be charged in any form or content.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    sleek - open-source todo.txt manager

    sleek - open-source todo.txt manager

    sleek is a todo.txt manager, free and open-source (FOSS)

    sleek is an open-source (FOSS) todo manager based on the todo.txt syntax. Stripped down to only the most necessary features, and with a clean and simple interface, sleek aims to help you focus on getting things done. All classic todo.txt attributes are supported and enhanced by additional features. Creating todos is straightforward, and tag-based filtering in tandem with highly customisable grouping and smart full-text search allow for rapid information retrieval. Completed todos can be...
    Leader badge
    Downloads: 51 This Week
    Last Update:
    See Project
  • 4

    NexTask

    Custom, simple, timed audio and visual reminders using cron scheduling

    NexTask is intended for the Raspberry Pi, though the source can be compiled of any Linux distribution. Using cron scheduling, the user can code reminders for their household. Currently, the display program has been built. The scheduling using cron must be set up manually. In the future, a GUI will be available to help build the scheduling scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    FormaVid

    FormaVid

    Small Business Appliance

    ...It is an excellent starting point for any developer(s) wishing to support the CMS or any of the other components, including the appliance itself. All components are stable, open source and well supported. The appliance is built using scripts so no hidden "monkey business" and you can choose a "compatible base distro" based on your needs: familiarity; performance; security; usability; etc. Please see https://sourceforge.net/p/formavid/code/ci/master/tree/INSTALL.txt for details. The appliance is specially designed to run on the Google Cloud Platform "Free Tier" https://formavid.org/gce and has it's own custom install script https://sourceforge.net/projects/formavid/files/gcloud-gce-deployment/download with instructions https://sourceforge.net/projects/formavid/files/ provided.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Ferdi

    Ferdi

    All your favorite services in one place

    ...Ferdi supports multiple accounts on any service, has full proxy support and is also cross-platform. If you're looking for a much better experience from Franz or just want a more efficient way of using your apps and services, Ferdi is definitely the way to go. Ferdi is compatible with Franz so you can easily switch your existing Franz account if you have one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Crispy Synced Notes

    Crispy Synced Notes

    A note taking program with WebDAV sync

    ...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: 7 This Week
    Last Update:
    See Project
  • 8
    GloboNote

    GloboNote

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

    ...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: 39 This Week
    Last Update:
    See Project
  • 9
    List

    List

    An immutable list with unmatched performance and functional API

    An immutable list with unmatched performance and a comprehensive functional API. List is a purely functional alternative to arrays. It is an implementation of a fast persistent sequence data structure. Compared to JavaScript Array List has three major benefits. List is immutable. This makes it safer and better suited for functional programming. It doesn't tempt you with an imperative API and accidental mutations won't be a source of bugs. Since List doesn't allow mutations it can be heavily...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    Todoist

    Todoist

    Building Todoist from Scratch Using React

    This application (a Todoist clone) was built using create-react-app as a base, and the technologies used were React (Custom Hooks, Context), Firebase & React Testing Library. I'm hoping this gives people a better understanding of React, and I've also included SCSS in this tutorial, but the main focus is to build a real application using React! If you clone this application, click the Pizza icon on the top right, it enables dark mode!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MyNotes

    MyNotes

    Sticky notes/post-it application for linux

    MyNotes is a sticky notes/post-it application. Notes are created using the system tray icon. They can be organized in categories and each category has a color. Images, checkboxes and a few predefined symbols can be inserted in the notes. The style of the text can be changed (alignment, style, color).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Whatever

    Whatever

    Unofficial Evernote client for Linux desktop

    Whatever is a lightweight unofficial Evernote© client for Linux desktop. Whereas Evernote Corporation still doesn't support Linux platform, there's a need to piece it out. Using a web version can not always be comfortable, therefore there's nothing that can be more useful than a desktop client. Whatever is built with Electron. It provides wide enough integration with desktop, such as dock and tray icons and background working mode. Withal, it affords all functionality that is represented in the web version.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    Master Planner

    Daily Task Management Software with Report Generation

    This is a Daily Task Management Software with Report Generation developed in Java using JavaFx . This is an open source Project Version 1 . Daily Task Management Software Report Generation Priority Settings Status Category etc..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Piggydb

    Piggydb

    Piggydb helps you have more fun with knowledge creation.

    ...Fragments can also be classified using hierarchical tags.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    Ganib | Project Management Software

    Ganib | Project Management Software

    Open Source, tasks, bug tracking, agile scrum, timesheet, wiki

    ...Be efficient for everyday work, project tasks, important details, and timelines. Tasks: Set milestones, tasks, subtasks with duration and dependencies to teams better organized. Scrum: Communicate effectively with your team using scrum, wikis & discussions to make better decisions. ​ Timesheet & Tracking: Track the time spent in real time using gTrack desktop tool with desktop screenshots. Bug Tracking: Manage bugs. Demo: http://www.ganib.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    RomanRhapsody

    Personal organizer focused on usability and user productivity

    RomanRhapsody? is a tool helping user to be more productive and efficient everyday. It tries to implement most progressive self-productivity ideas and assists user in using them. Application's philosophy implies taking trivial part of self-organizing letting user be concentrated on decision-making itself. User must be focused on reaching goals, not on storing/finding/retrieving goals and relative information. For now project is in early development stage although it is enough applicable for the most task-management tasks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    issuedb

    issuedb

    A simple issue tracker system.

    A simple issue tracker with a standalone database using SQLite. Please, read the Wiki pages for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Personal Reminder 3.0
    Personal Reminder site with 3 modules (notes, dates, file uploader) written in PHP, using a MySQL database. Highly customizable.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    CrocodileNote

    CrocodileNote

    Protect your privacy!

    ...You can put them into folders to create your own quick, easy and robust file structure. CrocodileNote uses AES encryption. In encryption mode all data is encrypted using password-based encryption (PKCS#5) with AES-256. These are common industry-proven standards! Use encryption if you want to protect your data and your privacy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Picrofo Autobot

    Picrofo Autobot

    Control your repeated mouse and keyboard tasks automatically with ease

    Autobot is a lightweight and an easy-to-use automation software that can control your keyboard and mouse automatically based on a list you provide that contains all the actions required to be taken during a date and time you provide. Autobot has two different interfaces, a simple interface and an advanced interface, so you can easily manage multiple mouse tasks while using the interface that you find more comfortable. You start by creating the list and setting the options that are suitable for you, then you bring a coffee and take a rest. If you are tired of repeating your mouse tasks and searching for a software to do this automatically for you, look no further, Autobot is programmed to serve you and of course, your mouse tasks!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    etmTk

    etmTk

    Manage events and tasks using simple text files.

    ...In contrast to most calendar/todo applications, creating items (events, tasks, and so forth) in etm does not require filling out fields in a form. Instead, items are created as free-form text entries using a simple, intuitive format and stored in plain text files. Both a graphic user interface based on Tkinter and a command line interface are provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    etm: event and task manager
    etm provides an intuitive format for using plain text files to store data, a command line interface for viewing data in a variety of convenient ways and a GUI interface for both viewing and modifying data. Repetition and alerts are supported .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    TagBook

    TagBook

    Cross-platform desktop bookmarking tool

    TagBook is a tool to save bookmarks and search them later using tags. A bookmark can be any kind of textual information. TagBook GUI is designed to be minimal, intuitive and feature-rich. Feel free to explore! Follow on Facebook: https://www.facebook.com/tagbookapp
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A command-line interface for the OpenGroupware Coils collaboration platform and OIE workflow solution. Using snurtle you can manage and examine the content of your Coils server as well as manage workflows all from a convenient command line interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    TaskCal Internet standards based human task management and process interaction. TaskCal is an iCalendar wrapper to the jBPM process manager, providing standards based calendar agent access to an actors tasks via email (iMIP), HTTP (.ics) and CalDav.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next