blob: 85976be34ffae166a597a156eff3a58215966a62 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
# Kristall
A high-quality visual cross-platform gemini browser.

## Features
- 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`
- `text/*`
- `image/*`
- `video/*`
- `audio/*`
- 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
- 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

### Fully Customizable Site Theme

## Build/Install Instructions
**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
- Thanks to [Vane Vander](https://mayvaneday.art/) for providin the Haiku build instructions
- 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
## Changelog
See [src/about/updates.gemini](src/about/updates.gemini)
## Roadmap
See [ROADMAP.md](ROADMAP.md)
## License
Kristall is released under the GPLv3 or (at your option) any later version.
[See LICENSE as well](LICENSE)
|