-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (87 loc) · 4.17 KB
/
Copy pathindex.html
File metadata and controls
93 lines (87 loc) · 4.17 KB
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
---
layout: default
title: Home
redirect_from:
- /development-wiki/
---
{% include nav.html active='Home' %}
<section class="hero">
<div class="container hero-grid">
<div class="hero-copy">
<p class="eyebrow">Open-source recruiting software</p>
<h1>Applicant tracking that stays in your hands.</h1>
<p class="lead">OpenCATS is a free, community-maintained applicant tracking system and recruiting CRM for teams that need a practical way to manage candidates, jobs, submissions, and hiring activity without vendor lock-in.</p>
<div class="hero-actions">
<a class="btn btn-primary" href="https://github.com/opencats/OpenCATS/releases/latest">Download the latest release</a>
<a class="btn btn-secondary" href="/demo/">View the demo status</a>
</div>
<p class="release-note">Latest release: <strong>OpenCATS v0.10.0</strong>. Review the release notes before installing or upgrading.</p>
</div>
<div class="hero-card" aria-label="OpenCATS brand preview">
<img class="hero-logo" src="/assets/brand/logo_and_project_name.svg" alt="OpenCATS logo">
<div class="product-panel">
<div class="panel-header">
<span></span><span></span><span></span>
</div>
<div class="metric-row"><strong>Candidates</strong><em>Organized pipeline</em></div>
<div class="metric-row"><strong>Jobs</strong><em>Open requisitions</em></div>
<div class="metric-row"><strong>Submissions</strong><em>Track hiring activity</em></div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container section-grid">
<div>
<p class="eyebrow">Why OpenCATS</p>
<h2>Built for ownership, clarity, and everyday recruiting work.</h2>
</div>
<div class="feature-grid">
<article class="feature-card">
<h3>Candidate management</h3>
<p>Keep candidate records, resumes, notes, status history, and recruiting activity in one open system your team can operate and audit.</p>
</article>
<article class="feature-card">
<h3>Recruiting CRM</h3>
<p>Support staffing agencies, internal recruiting teams, and hiring workflows with jobs, companies, contacts, submissions, and follow-up activity.</p>
</article>
<article class="feature-card">
<h3>Open-source control</h3>
<p>Host OpenCATS yourself, inspect the code, contribute improvements, and keep your recruiting data under your own operational policies.</p>
</article>
</div>
</div>
</section>
<section class="section section-dark">
<div class="container split">
<div>
<p class="eyebrow">Community</p>
<h2>Maintained in the open by users and contributors.</h2>
<p>OpenCATS development happens on GitHub. Contributors help with code, testing, documentation, issue reports, design improvements, release feedback, and support for other users.</p>
</div>
<div class="callout-card">
<h3>Join the project</h3>
<p>Join the OpenCATS subreddit for peer-to-peer user support, troubleshooting discussions, and community conversations.</p>
<a class="text-link" href="https://reddit.com/r/openCATS">Visit the community forum</a>
</div>
</div>
</section>
<section class="section">
<div class="container cards-three">
<article class="info-card">
<h2>Download</h2>
<p>Get the current OpenCATS release from GitHub and review version-specific notes before installing or upgrading.</p>
<a class="text-link" href="https://github.com/opencats/OpenCATS/releases/latest">Latest release</a>
</article>
<article class="info-card">
<h2>Install</h2>
<p>Follow the public documentation for installation guidance, runtime requirements, configuration, upgrades, and maintenance tasks.</p>
<a class="text-link" href="https://documentation.opencats.org">Installation documentation</a>
</article>
<article class="info-card">
<h2>Secure</h2>
<p>Monitor published GitHub Security Advisories and apply security releases promptly for every production instance.</p>
<a class="text-link" href="https://github.com/opencats/OpenCATS/security/advisories">Security advisories</a>
</article>
</div>
</section>