Skip to content

Commit 61076ce

Browse files
authored
Merge pull request #1 from AxonOS-org/fix/flagship-vitrine-plumbing-20260524-092748
Clean AxonOS flagship repository into public entry point
2 parents 4ef0314 + 70b5720 commit 61076ce

44 files changed

Lines changed: 128 additions & 9333 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.DS_Store
2+
Thumbs.db
3+
.env
4+
.env.*
5+
*.log
6+
*.tmp
7+
*.swp
8+
*~
9+
__pycache__/
10+
.pytest_cache/
11+
.mypy_cache/
12+
.ruff_cache/
13+
target/
14+
dist/
15+
build/
16+
node_modules/

CITATION.cff

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
cff-version: 1.2.0
2+
title: AxonOS
3+
message: "If you use AxonOS in research, standards work, or technical review, please cite this repository."
4+
type: software
5+
authors:
6+
- family-names: Yermakou
7+
given-names: Denis
8+
repository-code: "https://github.com/AxonOS-org/AxonOS"
9+
url: "https://axonos.org"
10+
license: MIT
11+
date-released: 2026-05-24
12+
abstract: "Public entry point for AxonOS, an open operating layer for brain-computer interfaces."
13+
keywords:
14+
- brain-computer-interface
15+
- neurotechnology
16+
- operating-system
17+
- real-time-systems
18+
- rust
19+
- bci

Dockerfile

Lines changed: 0 additions & 15 deletions
This file was deleted.

GETTING_STARTED.md

Lines changed: 0 additions & 245 deletions
This file was deleted.

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
MIT License
22

3-
Copyright (c) 2026 AxonOS.org
3+
Copyright (c) 2026 AxonOS
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
6+
of this software and associated documentation files (the Software), to deal
77
in the Software without restriction, including without limitation the rights
88
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99
copies of the Software, and to permit persons to whom the Software is
@@ -12,7 +12,7 @@ furnished to do so, subject to the following conditions:
1212
The above copyright notice and this permission notice shall be included in all
1313
copies or substantial portions of the Software.
1414

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15+
THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

MANIFEST.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)