summaryrefslogtreecommitdiffstats
path: root/404.html
blob: 7f5fec2cd3e938d477b4406bbfef0dedbbb6fcd8 (plain)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>QtPass 404</title>
    <meta name="description" content="QtPass 404 page not found for all distributions.">
    <meta name="keywords" content="qtpass, pass, gpg, git, password, store, manager, security">
    <link rel="stylesheet" href="/stylesheets/styles.css">
    <link rel="stylesheet" href="/stylesheets/pygment_trac.css">
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
    <meta name="color-scheme" content="light dark">
    <link rel="apple-touch-icon" sizes="57x57" href="/images/apple-icon-57x57.png">
    <link rel="apple-touch-icon" sizes="60x60" href="/images/apple-icon-60x60.png">
    <link rel="apple-touch-icon" sizes="72x72" href="/images/apple-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="76x76" href="/images/apple-icon-76x76.png">
    <link rel="apple-touch-icon" sizes="114x114" href="/images/apple-icon-114x114.png">
    <link rel="apple-touch-icon" sizes="120x120" href="/images/apple-icon-120x120.png">
    <link rel="apple-touch-icon" sizes="144x144" href="/images/apple-icon-144x144.png">
    <link rel="apple-touch-icon" sizes="152x152" href="/images/apple-icon-152x152.png">
    <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-icon-180x180.png">
    <link rel="icon" type="image/png" sizes="192x192"  href="/images/android-icon-192x192.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="96x96" href="/images/favicon-96x96.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
    <link rel="manifest" href="/manifest.json">
    <meta name="msapplication-TileColor" content="#ffffff">
    <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
    <meta name="theme-color" content="#ffffff">
    <meta property="og:title" content="QtPass GUI for pass, the standard UNIX password manager">
    <meta property="og:site_name" content="QtPass">
    <meta property="og:url" content="https://qtpass.org/">
    <meta property="og:image" content="https://qtpass.org/images/qtpass.png">
    <meta property="og:description" content="QtPass is a GUI version of pass, the standard UNIX password manager for Windows, Mac, Linux and BSD. Using optional smartcard or YubiKey protection.">
    <meta property="og:type" content="product">
    <meta name="twitter:card" content="product">
    <meta name="twitter:site" content="@annejanbrouwer">
    <meta name="twitter:title" content="QtPass GUI for pass, the standard UNIX password manager">
    <meta name="twitter:description" content="QtPass is a GUI version of pass, the standard UNIX password manager for Windows, Mac, Linux and BSD. Using optional smartcard or YubiKey protection.">
    <meta name="twitter:url" content="https://qtpass.org/">
    <meta name="twitter:image" content="https://qtpass.org/images/qtpass.png">
    <meta name="twitter:image:src" content="https://qtpass.org/images/icon.svg">
    <link href="https://plus.google.com/u/0/+AnneJanBrouwer" rel="publisher">
    <script type="application/ld+json">
{
  "@context" : "https://schema.org",
  "@type" : "SoftwareApplication",
  "name" : "QtPass",
  "url" : "https://qtpass.org/",
  "author" : {
    "@type" : "Organization",
    "name" : "IJHack"
  },
  "downloadUrl" : "https://github.com/IJHack/QtPass/releases",
  "operatingSystem" : "Linux, BSD, OS X and Windows",
  "requirements" : "pass or git and gpg2",
  "screenshot" : "https://qtpass.org/images/qtpass.png",
  "softwareVersion" : "1.4",
  "applicationCategory" : "Security, Utility",
  "offers": {
    "@type": "Offer",
    "price": "0.00",
    "priceCurrency": "EUR"
  },
  "aggregateRating" : {
    "@type": "AggregateRating",
    "ratingValue": "4.7",
    "reviewCount": "8"
  }
}
</script>
</head>
<body>
<div class="background"></div>
<div class="wrapper">
    <header>
        <h1>QtPass <small>1.4</small></h1>
        <p>QtPass is a multi-platform GUI for <a href="https://www.passwordstore.org/">pass</a>, the standard unix password manager.</p>

        <p class="view">
            <a href="https://github.com/IJHack/QtPass">View the Project on GitHub <small>IJHack/QtPass</small></a>
        </p>

        <ul>
            <li><a title="QtPass releases" href="https://github.com/IJHack/QtPass/releases">Download <strong>Releases</strong></a></li>
            <li><a title="QtPass Windows" href="/downloads#Windows">Installer .exe <strong>Windows</strong></a></li>
            <li><a title="QtPass macOS" href="/downloads#macOS">Get a .dmg <strong>macOS</strong></a></li>
        </ul>

        <div class="screenshots">
            <img id="qtpass" src="/images/qtpass.png" alt="QtPass MainWindow">
            <img id="config" class="hidden" src="/images/config.png" alt="QtPass Configuration">
        </div>

    </header>
    <section>

        <h2><a id="404" class="anchor" href="#404" aria-hidden="true"><span class="octicon octicon-link"></span></a>404</h2>

        <h3><a id="page-not-found" class="anchor" href="#page-not-found" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Page not found . .</h3>

        <ul>
	    <li><a title="Frontpage" href="/">QtPass</a></li>
	    <li><a title="FAQ" href="/docs/md__f_a_q.html">FAQ</a></li>
	    <li><a title="Downloads" href="/downloads">Downloads</a></li>
	    <li><a title="Documentation" href="/docs/">Documentation</a></li>
	    <li><a title="Contributing" href="/docs/md__c_o_n_t_r_i_b_u_t_i_n_g.html">Contributing</a></li>
	    <li><a title="Changes in master" href="/docs/md__c_h_a_n_g_e_l_o_g.html">Current Change Log</a></li>
            <li><a title="Changes in 1.4" href="/changelog">Changelog of 1.4 releases</a></li>
            <li><a title="Changes in 1.3" href="/changelog.1.3">Changelog of 1.3 releases</a></li>
            <li><a title="Changes in 1.2" href="/changelog.1.2">Changelog of 1.2 releases</a></li>
            <li><a title="Changes in 1.1" href="/changelog.1.1">Changelog of 1.1 releases</a></li>
            <li><a title="Changes in 1.0" href="/changelog.old">Changelog of 1.0 releases</a></li>
            <li><a title="Changes in beta" href="/changelog.beta">Changelog of beta releases</a></li>
        </ul>

        <p>
            <br />
            <a title="Install on Linux or FreeBSD" href="/downloads#linux-bsd"><img class="compatible" src="/images/linux.png" alt="Linux Compatible"></a>
            <a title="Install on Windows" href="/downloads#Windows"><img class="compatible" src="/images/win11.png" alt="Windows 11 Compatible"></a>
            <a title="Install on macOS" href="/downloads#macOS"><img class="compatible" src="/images/macos.png" alt="OS X Compatible"></a>
            <a title="Install on FreeBSD" href="/downloads#FreeBSD"><img class="compatible" src="/images/freebsd.png" alt="FreeBSD Compatible"></a>
        </p>
    </section>
    <footer>
        <p>This project is maintained by <a title="IJhack on GitHub" href="https://IJHack.org/">IJHack</a></p>
        <p>Doxygen autogenerated <a title="Latest documentation" href="/docs/">documentation</a></p>
        <a href="https://repology.org/metapackage/qtpass">
            <img src="https://repology.org/badge/latest-versions/qtpass.svg" alt="latest packaged version(s)">
        </a>
        <p><small>Based on a theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
        <img src="https://github.com/IJHack/QtPass/workflows/QMake/badge.svg" alt="GitHub Build Status
        <img src="https://ci.appveyor.com/api/projects/status/9rjnj72rdir7u9eg/branch/master?svg=true" alt="AppVeyor Build Status
        <p><small><a title="QtPass Sitemap" href="/sitemap">Sitemap</a></small></p>
</div>
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "url": "https://qtpass.org"
}
</script>
<script src="/javascripts/scale.fix.js" defer></script>
<script src="/javascripts/main.js" defer></script>
</body>
</html>