kristall/README.md

81 lines
2.5 KiB
Markdown
Raw Permalink Normal View History

# Kristall
A high-quality visual cross-platform gemini browser.
2020-06-06 23:49:39 +02:00
![Preview Image](https://mq32.de/public/336ac416892fd9064593631e7be9f7d8e266196b.png)
## Features
2020-06-19 21:35:52 +02:00
- Multi-protocol support
- [Gemini](https://gemini.circumlunar.space/)
- HTTP
- HTTPS
- [Finger](https://tools.ietf.org/html/rfc1288)
- [Gopher](https://tools.ietf.org/html/rfc1436)
- Document rendering
- `text/gemini`
- `text/html` (reduced feature set)
- `text/markdown`
2020-06-06 23:14:21 +02:00
- `text/*`
- `image/*`
2020-06-09 00:55:14 +02:00
- `video/*`
- `audio/*`
2020-06-19 21:35:52 +02:00
- TLS Management
- Supports client certificates
- Supports TOFU and CA TLS handling for both Gemini and HTTPS
- [Outline generation](https://mq32.de/public/a50ef327f4150d870393b1989c5b41db495b56f7.png) ([Video](https://mq32.de/public/kristall-02.mp4))
- Favourite Sites
- Navigation history
- Tabbed interface
2020-06-19 21:35:52 +02:00
- Survives [ConMans torture suite](gemini://gemini.conman.org/test/torture/) as well as the [Egsam Torture Suite](gemini://egsam.pitr.ca/)
- [Special link highlighting for different targets](https://mq32.de/public/92f3ec7a64833d01f1ed001d15c8db4158e5d3c2.png)
- Color Themes
- Custom document color theme
- [Automatic light/dark theme based on the host name](https://mq32.de/public/kristall-01.mp4)
- Dark/Light UI theme
- Crossplatform supports
- Linux
- Windows
- FreeBSD
- NetBSD
- OpenBSD
- macOS
- Haiku
## Screenshots
### Generates Outlines
![Outline Generation](https://mq32.de/public/a50ef327f4150d870393b1989c5b41db495b56f7.png)
### Fully Customizable Site Theme
![Site Theme](https://mq32.de/public/7123e22a58969448c27b24df8510f4d56921bf23.png)
## Build/Install Instructions
2020-06-23 10:28:04 +02:00
**Note:** `master` branch is the latest development status (sometimes called "nightly") whereas the tagged versions are the stable releases.
If you want to build a stable experience, check out the latest version and build that!
See [BUILDING.md](BUILDING.md)
## Credits
- Thanks to [James Tomasino](https://tomasino.org) for helping out with understanding gopher
2021-06-01 21:47:04 +02:00
- Thanks to [Vane Vander](https://mayvaneday.art/) for providing the Haiku build instructions
2020-06-11 21:24:06 +02:00
- Thanks to James Tomasino, styan and tiwesdaeg for improving the `Makefile`
- Thanks to [Alex Naskos](https://github.com/alexnask) for providing windows build instructions
- Thanks to tiwesdaeg for improving the application icon
2020-06-21 23:57:35 +02:00
## Changelog
See [src/about/updates.gemini](src/about/updates.gemini)
## Roadmap
2020-06-09 18:29:22 +02:00
2020-07-20 17:34:00 +02:00
See [ROADMAP.md](ROADMAP.md)
## License
Kristall is released under the GPLv3 or (at your option) any later version.
[See LICENSE as well](LICENSE)