All Projects → tagspaces → Tagspaces

tagspaces / Tagspaces

Licence: agpl-3.0
TagSpaces is an offline, open source, document manager with tagging support

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
HTML
75241 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to Tagspaces

octo
Build your knowledge base
Stars: ✭ 252 (-89.72%)
Mutual labels:  offline-first, note-taking
Server
☁️ Nextcloud server, a safe home for all your data
Stars: ✭ 17,723 (+623.09%)
Mutual labels:  self-hosting, open-source
Omni Notes
Open source note-taking application for Android
Stars: ✭ 2,343 (-4.41%)
Mutual labels:  note-taking, open-source
Docs
Lightweight document management system packed with all the features you can expect from big expensive solutions
Stars: ✭ 827 (-66.26%)
Mutual labels:  self-hosting, open-source
Edinote
Note taking web application for self-hosting. Offers tagging & Markdown support; can be used as a simple alternative to Evernote.
Stars: ✭ 17 (-99.31%)
Mutual labels:  note-taking, self-hosting
Piwigo
Manage your photos with Piwigo, a full featured open source photo gallery application for the web. Star us on Github! More than 200 plugins and themes available. Join us and contribute!
Stars: ✭ 1,346 (-45.08%)
Mutual labels:  self-hosting, open-source
Notemaster
NoteMaster is an smart minimalistic persistent note-taking app to help boost productivity.
Stars: ✭ 40 (-98.37%)
Mutual labels:  note-taking, open-source
One
OneLang: The One System Programming Language. (release as soon)
Stars: ✭ 120 (-95.1%)
Mutual labels:  self-hosting, open-source
Loca
Open source real estate management
Stars: ✭ 189 (-92.29%)
Mutual labels:  open-source
Simple Flashlight
A simple modern flashlight with SOS, stroboscope & bright display, has no ads.
Stars: ✭ 191 (-92.21%)
Mutual labels:  open-source
Gmdb
GMDB is the ultra-simple, cross-platform Movie Library with Features (Search, Take Note, Watch Later, Like, Import, Learn, Instantly Torrent Magnet Watch)
Stars: ✭ 189 (-92.29%)
Mutual labels:  note-taking
Startbootstrap Full Slider
A full page image slider Bootstrap HTML template created by Start Bootstrap
Stars: ✭ 189 (-92.29%)
Mutual labels:  open-source
Boostnote.next
Boost Note is a powerful, lightspeed collaborative workspace for developer teams. Forum (New!): https://github.com/BoostIO/BoostNote-App/discussions
Stars: ✭ 2,682 (+9.42%)
Mutual labels:  note-taking
Titra
titra - modern open source project time tracking for freelancers and small teams
Stars: ✭ 189 (-92.29%)
Mutual labels:  open-source
Startbootstrap Freelancer
Start Bootstrap is an open source library of free Bootstrap themes and templates. All of the free themes and templates on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 2,304 (-6%)
Mutual labels:  open-source
Tsacdop
Enjoy podcasts with Tsacdop! A podcast player built with flutter.
Stars: ✭ 188 (-92.33%)
Mutual labels:  open-source
Typescript Book
📚 The definitive guide to TypeScript and possibly the best TypeScript book 📖. Free and Open Source 🌹
Stars: ✭ 16,259 (+563.36%)
Mutual labels:  open-source
Richdocuments
📔 Collabora Online for Nextcloud
Stars: ✭ 193 (-92.13%)
Mutual labels:  open-source
Contentblocker
Content blocking extension for Samsung Internet and Yandex Browser
Stars: ✭ 190 (-92.25%)
Mutual labels:  open-source
Open Source Meetup Alternatives
Open-Source Alternatives to Meetup
Stars: ✭ 191 (-92.21%)
Mutual labels:  open-source

tagspaces logo

Join the chat at https://gitter.im/tagspaces/tagspaces Github All Releases

TagSpaces is a free, no vendor lock-in, open source application for organizing, annotating and managing local files with the help of tags. It features advanced note taking functionalities and some capabilities of to-do apps. The application is available for Windows, Linux, Mac OS and Android. We provide a web clipper extension for Firefox, Edge and Chrome for easy collecting of online content in the form of local files.

tagspaces-screenshot ubuntu v4 0

More information about can be found from the following sources:

  • Website - official web site of the project.
  • Blog for news about TagSpaces
  • Documentation for our latest generated documentation
  • Video Introduction - This is a short video presenting the main concepts of the application. It is made from a pretty old application version but it is still valid for the most of the use cases.
  • Issues Tracker for developer support requests

Downloads

You can find the latest release of TagSpaces in the Github release section

A full list of the changes is available in the changelog

Main Features

  • File and folder management - TagSpaces provides a convenient user interface for browsing, viewing and man files and folders.
  • File tagging - The application supports two ways for tagging files. The default one embeds the tags directly in the name of the file, the other one uses a so called sidecar files for persisting the tags.
  • Searching - The search functionality supports fuzzy functionality and can filter your locations for files and folders containing one or more tags
  • Browser for local content - TagSpaces can be used just as browser for your local photos or navigation thought your local ebook library
  • Media player - It supports playing for common audio and video files types and has integrated basic media player functionalities.
  • No-Cloud: TagSpaces is running completely offline and serverless on your laptop, desktop or tablet and does not require an internet connection and any kind of online registration or service provider.
  • Note Taking - you can create and edit notes in plain text, markdown and html file formats
  • To-Do Management - with the help of the build in HTML editor you are able to create simple todo lists in every HTML file.
  • Cross-platform: TagSpaces runs on Windows, Linux, Mac and Android
  • Web Clipper for saving web pages and screenshots from your browsers is also available as extension for Firefox and Chrome.

Infos for developers

The core of TagSpaces starting from version 3 is built with react.js and the great material-ui framework.

The native Windows, Linux and Mac OS versions of TagSpaces are built with Electron. Electron is an app runtime based on Chromium and node.js. In order to combine it with react we have used the electron-react-boilerplate.

Repository Directory Structure

./app................ contains the application core
./app/locales........ contains the language files needed for the application internationalization
./app/node_modules... contains the TagSpaces extension modules
./cordova............ contains the code needed for running the Android version
./dll................ contains the files needed for live reload in development mode
./internals.......... contains files needed for supporting Flow and Eslint
./node_modules....... after yarn install, you will find here the external dependencies of the application
./resources.......... contains images and other files needed for the application building
./scripts............ contains js script needed for the yarn/npm tasks
./test............... contains unit and e2e tests of the app
./web................ contains assets needed for the web version of the app

How to run TagSpaces from the source code?

In order to run TagSpaces on your Windows, Mac OS or Linux from the source code published here, you will need the following prerequisites:

Get the TagSpaces source code by cloning its repository:

$ git clone https://github.com/tagspaces/tagspaces.git

Go to the folder where the code was cloned to and select the branch you want to test. Use the master branch for the last officially released version or the branch develop for a kind of a nightly build, containing the changes we are preparing for the next release of the application.

Switch to the folder where you have cloned the repository:

$ cd tagspaces

Change to the branch with the name develop:

$ git checkout develop

and install the project dependencies:

$ yarn install

The last command will automatically build the application with webpack. Now it is time to install all the TagSpaces extensions:

$ yarn install-ext-node

Starting from v4 of the application, a web service is running locally as a separate process. The web service is responsible for the search index creation and the generation of the thumbnails for most of the images formats. A key is required in order for the main application to communicate with the web server. It should be defined in the .env file located in app folder. This is an example for an .env file.

KEY=a_custom_key

Having a custom key, ensures that another instance of TagSpaces will not communicate with the web service of the initial instance, since it is always running on the same port.

Now you are ready and can build and start (bs) the application with:

$ yarn bs

If you want to try the development mode, you can start it by:

$ yarn dev

This will start a development server in background, which watches for changes in background and refreshes the application automatically once you have done some changes in the source code.

Package for Windows, Linux and macOS

Building of the packages can be accomplished with the integrated yarn scripts:

$ yarn package-win

$ yarn package-linux

$ yarn package-mac

$ yarn package-mac-arm64

The commands will create packages for Windows, Linux, Mac OS and Mac OS with the M1 processor respectively. Do not forget to run the yarn build script before packaging.

Package the Android

Building of the packages for Android can be accomplished with the integrated yarn scripts:

$ yarn version-meta

$ yarn prepare-cordova

$ yarn package-android

Start the web version locally

For developing purposes and local tests, the web version of the app can be started with the following yarn command:

$ yarn run-web

Running Tests

To run tests, run the following command

yarn test-unit

yarn test-e2e-electron

yarn test-e2e-web

Developing viewer and editor for TagSpaces

TagSpaces can be easily extended with the help of extensions. Currently we use the extensions for supporting the opening and editing of different file types in the application. More information about this topic can be found on the extension page of our website.

Contribute

TagSpaces is an open source software, and as such, the code is publicly available on GitHub, and forking is particularly recommended! Still, contribution must be done following some guidelines. Contributor License Agreement

The CLA is an agreement commonly used in major open source project, which aims at protecting all parties implied by a contribution: the contributor, the main code author, and above all, the community. The CLA model we have chosen basically tells the following: the contribution’s copyright is shared between the contributor and the main author. This means each party can do whatever she want in term of relicensing with this contributed piece of code. This is important, because, if in the future, the author wants to change the license in something more in favor of the community, a singular contributor cannot block the process.

The Contributor License Agreement can be signed online on the following CLA form.

Localisation

TagSpaces is currently available in more than 20 languages. You can help the translation of this application in your language by joining the translation teams on Transifex.

Ideas and Suggestion

If you have ideas or suggestions on how we can improve our application, you can check the following Trello board. Here you will find numerous ideas already proposed by other users. If you want to post something new, please follow this link

Support and Bugs

If you are having troubles using TagSpaces or have found a bug please open a ticket on GitHub.

Known issues

  • TagSpaces is not suitable for searching in locations containing more than 100000 files.

Feeds

License

This project is dual-licensed under the AGPL (GNU Affero General Public License) Version 3 for FOSS projects and under a commercial license for independent software vendors and resellers. If you want to modify this application under different conditions, feel free to contact us.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].