Skip to content

Latest commit

 

History

168 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Workflow Status GitHub issues GitHub release (latest by date) GitHub (Pre-)Release Date GitHub All Releases

QVNote

A lightweight, self-hosted application for storing notes, web pages, a personal knowledge base, and any other text data.

Runs as a single portable binary — a lightweight HTTP server with a browser-based UI, no desktop GUI dependencies. User interface in English and Russian.

All data is stored as plain files in a JSON-based, human-readable format — easy to back up, move, or process with external tools.

Written with Go and Vue 3.

Screenshot

Features

  • Browser-based UI — works locally or on a remote server, nothing to install on client machines
  • Notebooks, tags, and favorites — organize notes your way
  • Full-text search — instant search across all notes, with Russian language support (stemming and stop words)
  • Web page import — save articles from the internet: the page is fetched and cleaned automatically, keeping only the content
  • Rich-text editor — WYSIWYG editing with tables, images, and formatting; dedicated code notes with syntax highlighting
  • Automatic image localization — external images are downloaded into the note on save and served in lossless WebP
  • English/Russian interface — switchable in settings
  • Single binary, zero dependencies — download and run; data directory contains only plain files

Quick start

  1. Download the archive with the program for your platform from the releases page
  2. Unzip the archive and run the binary:
./qvnote
  1. Open http://localhost:8000 in your browser and create your first note

The program runs a local server. You can access your notes by opening http://localhost:8000 in any browser on this computer, or from any other device on the network via this computer's IP address, e.g. http://192.168.x.x:8000

Build from source

Requirements

Go >= 1.27
NodeJS >= 22.x

Frontend stack: Vue 3, Vite, Pinia, vue-i18n, HugeRTE.

Project setup

git clone https://github.com/NightMan-1/QVNote
cd QVNote
npm install

Compile for production

npm run build
go build

Now you can run the QVNote binary.

Development

./qvnote                   # backend on :8000
npm run serve              # frontend dev on :8080 (proxies /api to :8000)

Open http://localhost:8080

Command line parameters

--help
    usage info
--port=8000
    listen port
--datadir
    data folder, default $HOME/.config/QVNote

Optional configuration file: config.ini (same keys as CLI flags; CLI flags take precedence).

Documentation

Full documentation, usage manual, and API reference: https://qvnote.fsky.info/

About

QVNote - The program for storing notes, pages of sites, personal knowledge base and any other text data

Topics

Resources

Stars

12 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages